|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Service | |
|---|---|
| org.apache.cxf.binding | Interfaces for protocol bindings and their factories. |
| org.apache.cxf.databinding | |
| org.apache.cxf.databinding.source | |
| org.apache.cxf.databinding.stax | |
| org.apache.cxf.endpoint | Client and Server related classes. |
| org.apache.cxf.interceptor | Core interceptor interfaces which form the basis for message processing chains in CXF. |
| org.apache.cxf.jaxrs | |
| org.apache.cxf.jaxrs.provider | |
| org.apache.cxf.message | |
| org.apache.cxf.service | This package and its sub packages contain classes relating to services and the CXF service model |
| org.apache.cxf.service.factory | |
| org.apache.cxf.service.model | |
| org.apache.cxf.transport.http | |
| org.apache.cxf.wsdl | |
| org.apache.cxf.wsdl11 | |
| Uses of Service in org.apache.cxf.binding |
|---|
| Methods in org.apache.cxf.binding with parameters of type Service | |
|---|---|
BindingInfo |
AbstractBaseBindingFactory.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. |
| Uses of Service in org.apache.cxf.databinding |
|---|
| Methods in org.apache.cxf.databinding with parameters of type Service | |
|---|---|
void |
DataBinding.initialize(Service service)
Initialize the service info (i.e. |
| Uses of Service in org.apache.cxf.databinding.source |
|---|
| Methods in org.apache.cxf.databinding.source with parameters of type Service | |
|---|---|
void |
SourceDataBinding.initialize(Service service)
|
| Uses of Service in org.apache.cxf.databinding.stax |
|---|
| Methods in org.apache.cxf.databinding.stax with parameters of type Service | |
|---|---|
void |
StaxDataBinding.initialize(Service service)
|
| Uses of Service in org.apache.cxf.endpoint |
|---|
| Methods in org.apache.cxf.endpoint that return Service | |
|---|---|
Service |
EndpointImpl.getService()
|
Service |
Endpoint.getService()
|
| Methods in org.apache.cxf.endpoint with parameters of type Service | |
|---|---|
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. |
| Constructors in org.apache.cxf.endpoint with parameters of type Service | |
|---|---|
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)
|
|
| Uses of Service in org.apache.cxf.interceptor |
|---|
| Methods in org.apache.cxf.interceptor with parameters of type Service | ||
|---|---|---|
protected
|
AbstractOutDatabindingInterceptor.getDataWriter(Message message,
Service service,
Class<T> output)
|
|
protected boolean |
AbstractOutDatabindingInterceptor.writeToOutputStream(Message m,
BindingInfo info,
Service s)
|
|
| Uses of Service in org.apache.cxf.jaxrs |
|---|
| Classes in org.apache.cxf.jaxrs that implement Service | |
|---|---|
class |
JAXRSServiceImpl
The CXF Service implementation which is used to register the JAX-RS endpoint with the runtime. |
| Methods in org.apache.cxf.jaxrs that return Service | |
|---|---|
Service |
JAXRSServiceFactoryBean.create()
|
| Methods in org.apache.cxf.jaxrs with parameters of type Service | |
|---|---|
BindingInfo |
JAXRSBindingFactory.createBindingInfo(Service service,
String namespace,
Object obj)
|
protected void |
AbstractJAXRSFactoryBean.setDataBindingProvider(ProviderFactory factory,
Service s)
|
void |
JAXRSServiceFactoryBean.setService(Service service)
|
| Uses of Service in org.apache.cxf.jaxrs.provider |
|---|
| Methods in org.apache.cxf.jaxrs.provider with parameters of type Service | |
|---|---|
void |
JAXRSDataBinding.initialize(Service service)
|
| Uses of Service in org.apache.cxf.message |
|---|
| Methods in org.apache.cxf.message that return Service | |
|---|---|
Service |
Exchange.getService()
|
Service |
ExchangeImpl.getService()
|
| Uses of Service in org.apache.cxf.service |
|---|
| Classes in org.apache.cxf.service that implement Service | |
|---|---|
class |
ServiceImpl
|
| Uses of Service in org.apache.cxf.service.factory |
|---|
| Methods in org.apache.cxf.service.factory that return Service | |
|---|---|
abstract Service |
AbstractServiceFactoryBean.create()
|
Service |
ReflectionServiceFactoryBean.create()
|
Service |
AbstractServiceFactoryBean.getService()
|
| Methods in org.apache.cxf.service.factory with parameters of type Service | |
|---|---|
protected void |
AbstractServiceFactoryBean.setService(Service service)
|
| Uses of Service in org.apache.cxf.service.model |
|---|
| Methods in org.apache.cxf.service.model that return Service | |
|---|---|
static Service |
ServiceModelUtil.getService(Exchange exchange)
|
| Uses of Service in org.apache.cxf.transport.http |
|---|
| Methods in org.apache.cxf.transport.http with parameters of type Service | |
|---|---|
void |
HTTPTransportFactory.createPortExtensors(EndpointInfo ei,
Service service)
|
| Uses of Service in org.apache.cxf.wsdl |
|---|
| Methods in org.apache.cxf.wsdl that return Service | |
|---|---|
Service |
WSDLServiceFactory.create(URL wsdl)
|
Service |
WSDLServiceFactory.create(URL wsdl,
QName serviceName)
|
| Uses of Service in org.apache.cxf.wsdl11 |
|---|
| Methods in org.apache.cxf.wsdl11 that return Service | |
|---|---|
Service |
WSDLServiceFactory.create()
|
Service |
WSDLServiceFactoryImpl.create(URL d)
|
Service |
WSDLServiceFactoryImpl.create(URL d,
QName serviceName)
|
| Methods in org.apache.cxf.wsdl11 with parameters of type Service | |
|---|---|
void |
WSDLEndpointFactory.createPortExtensors(EndpointInfo ei,
Service service)
|
|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||