Modifier and Type | Method and Description |
---|---|
Service |
AegisDatabinding.getService() |
Modifier and Type | Method and Description |
---|---|
QName |
AegisDatabinding.getSuggestedName(Service s,
TypeMapping tm,
OperationInfo op,
int param) |
void |
AegisDatabinding.initialize(Service s)
Initialize the service info (i.e.
|
protected void |
AegisDatabinding.initializeMessage(Service s,
TypeMapping serviceTM,
AbstractMessageContainer container,
int partType,
Set<AegisType> deps) |
Modifier and Type | Method and Description |
---|---|
BindingInfo |
AbstractBindingFactory.createBindingInfo(Service service,
String namespace,
Object config)
Creates a "default" BindingInfo object for the service.
|
BindingInfo |
BindingFactory.createBindingInfo(Service service,
String namespace,
Object configObject)
Create a "default" BindingInfo object for the service.
|
Modifier and Type | Method and Description |
---|---|
void |
SoapTransportFactory.createPortExtensors(Bus b,
EndpointInfo ei,
Service service) |
Modifier and Type | Method and Description |
---|---|
void |
DataBinding.initialize(Service service)
Initialize the service info (i.e.
|
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 |
Endpoint.getService() |
Service |
EndpointImpl.getService() |
Modifier and Type | Method and Description |
---|---|
EndpointImpl |
EndpointImplFactory.newEndpointImpl(Bus bus,
Service service,
EndpointInfo endpointInfo)
Create an EndpointImpl from a bus, service, and endpoint info.
|
EndpointImpl |
SimpleEndpointImplFactory.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 |
---|---|
void |
JAXBDataBinding.initialize(Service service) |
Modifier and Type | Class and Description |
---|---|
class |
JAXRSServiceImpl
The CXF Service implementation which is used
to register the JAX-RS endpoint with the runtime.
|
Modifier and Type | Method and Description |
---|---|
Service |
JAXRSServiceFactoryBean.create() |
Modifier and Type | Method and Description |
---|---|
BindingInfo |
JAXRSBindingFactory.createBindingInfo(Service service,
String namespace,
Object obj) |
protected EndpointInfo |
AbstractJAXRSFactoryBean.createEndpointInfo(Service service) |
protected void |
AbstractJAXRSFactoryBean.setDataBindingProvider(ProviderFactory factory,
Service s) |
void |
JAXRSServiceFactoryBean.setService(Service service) |
Modifier and Type | Method and Description |
---|---|
void |
JAXRSDataBinding.initialize(Service service) |
Modifier and Type | Method and Description |
---|---|
Service |
EndpointImpl.getService() |
Modifier and Type | Method and Description |
---|---|
Service |
JaxWsServiceFactoryBean.create() |
Modifier and Type | Method and Description |
---|---|
EndpointImpl |
JaxWsEndpointImplFactory.newEndpointImpl(Bus bus,
Service service,
EndpointInfo endpointInfo)
Create an EndpointImpl from a bus, service, and endpoint info.
|
Constructor and Description |
---|
JaxWsClientEndpointImpl(Bus bus,
Service s,
EndpointInfo ei,
ServiceImpl si,
List<WebServiceFeature> wf) |
JaxWsEndpointImpl(Bus bus,
Service s,
EndpointInfo ei) |
JaxWsEndpointImpl(Bus bus,
Service s,
EndpointInfo ei,
JaxWsImplementorInfo implementorInfo,
List<WebServiceFeature> wf,
List<? extends Feature> af,
boolean isFromWsdl) |
JaxWsEndpointImpl(Bus bus,
Service s,
EndpointInfo ei,
List<WebServiceFeature> wf) |
Modifier and Type | Method and Description |
---|---|
void |
JibxDataBinding.initialize(Service service) |
Modifier and Type | Method and Description |
---|---|
Service |
Exchange.getService() |
Service |
ExchangeImpl.getService() |
Modifier and Type | Method and Description |
---|---|
void |
SDODataBinding.initialize(Service service) |
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) |
Modifier and Type | Method and Description |
---|---|
void |
HTTPTransportFactory.createPortExtensors(EndpointInfo ei,
Service service) |
Modifier and Type | Class and Description |
---|---|
class |
WrappedService |
Modifier and Type | Method and Description |
---|---|
Service |
WrappedEndpoint.getService() |
Service |
RMEndpoint.getService(ProtocolVariation protocol) |
Service |
WrappedService.getWrappedService() |
Modifier and Type | Method and Description |
---|---|
Service |
ReflectionServiceFactoryBean.create() |
Modifier and Type | Method and Description |
---|---|
Service |
WSDLServiceFactory.create() |
Modifier and Type | Method and Description |
---|---|
void |
WSDLEndpointFactory.createPortExtensors(Bus bus,
EndpointInfo ei,
Service service) |
Modifier and Type | Method and Description |
---|---|
void |
XmlBeansDataBinding.initialize(Service service) |
Apache CXF