| Modifier and Type | Method and Description | 
|---|---|
| BindingInfo | BindingFactory. createBindingInfo(Service service,
                 String namespace,
                 Object configObject)Create a "default" BindingInfo object for the service. | 
| BindingInfo | AbstractBindingFactory. createBindingInfo(Service service,
                 String namespace,
                 Object config)Creates a "default" BindingInfo object for the service. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DataBinding. initialize(Service service)Initialize the service info (i.e. type & element names, Schemas) with
 information from the databinding. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SourceDataBinding. initialize(Service service) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | StaxDataBinding. initialize(Service service) | 
| Modifier and Type | Method and Description | 
|---|---|
| Service | EndpointImpl. getService() | 
| Service | Endpoint. getService() | 
| Modifier and Type | Method and Description | 
|---|---|
| EndpointImpl | SimpleEndpointImplFactory. newEndpointImpl(Bus bus,
               Service service,
               EndpointInfo endpointInfo)Create an EndpointImpl from a bus, service, and endpoint info. | 
| EndpointImpl | EndpointImplFactory. newEndpointImpl(Bus bus,
               Service service,
               EndpointInfo endpointInfo)Create an EndpointImpl from a bus, service, and endpoint info. | 
| Constructor and Description | 
|---|
| ClientImpl(Bus bus,
          Service svc,
          QName port,
          EndpointImplFactory endpointImplFactory)Create a Client that uses a specific EndpointImpl. | 
| EndpointImpl(Bus bus,
            Service s,
            EndpointInfo ei) | 
| EndpointImpl(Bus bus,
            Service s,
            QName endpointName) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected <T> DataWriter<T> | AbstractOutDatabindingInterceptor. getDataWriter(Message message,
             Service service,
             Class<T> output) | 
| protected void | AbstractInDatabindingInterceptor. setDataReaderValidation(Service service,
                       Message message,
                       DataReader<?> reader)Based on the Schema Validation configuration, will initialise the
 DataReader with or without the schema set. | 
| protected boolean | AbstractOutDatabindingInterceptor. writeToOutputStream(Message m,
                   BindingInfo info,
                   Service s) | 
| Modifier and Type | Method and Description | 
|---|---|
| Service | ExchangeImpl. getService() | 
| Service | Exchange. getService() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ServiceImpl | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Service | AbstractServiceFactoryBean. create() | 
| Service | AbstractServiceFactoryBean. getService() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | AbstractServiceFactoryBean. setService(Service service) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Service | ServiceModelUtil. getService(Exchange exchange) | 
Apache CXF