Uses of Interface
org.apache.cxf.service.Service

Packages that use Service
org.apache.cxf.aegis.databinding   
org.apache.cxf.binding Interfaces for protocol bindings and their factories. 
org.apache.cxf.binding.http   
org.apache.cxf.binding.soap   
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.jaxb   
org.apache.cxf.jaxws   
org.apache.cxf.jaxws.support   
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.invoker   
org.apache.cxf.service.model   
org.apache.cxf.transport.http   
org.apache.cxf.ws.rm   
org.apache.cxf.wsdl11   
 

Uses of Service in org.apache.cxf.aegis.databinding
 

Methods in org.apache.cxf.aegis.databinding that return Service
 Service AegisDatabinding.getService()
           
 

Methods in org.apache.cxf.aegis.databinding with parameters of type Service
 javax.xml.namespace.QName AegisDatabinding.getSuggestedName(Service s, TypeMapping tm, OperationInfo op, int param)
           
 void AegisDatabinding.initialize(Service s)
           
protected  void AegisDatabinding.initializeMessage(Service s, TypeMapping serviceTM, AbstractMessageContainer container, int partType, java.util.Set<Type> deps)
           
 

Uses of Service in org.apache.cxf.binding
 

Methods in org.apache.cxf.binding with parameters of type Service
 BindingInfo AbstractBindingFactory.createBindingInfo(Service service, java.lang.String namespace, java.lang.Object config)
          Creates a "default" BindingInfo object for the service.
 BindingInfo BindingFactory.createBindingInfo(Service service, java.lang.String namespace, java.lang.Object configObject)
          Create a "default" BindingInfo object for the service.
 

Uses of Service in org.apache.cxf.binding.http
 

Methods in org.apache.cxf.binding.http with parameters of type Service
 BindingInfo HttpBindingFactory.createBindingInfo(Service service, java.lang.String namespace, java.lang.Object obj)
           
 

Uses of Service in org.apache.cxf.binding.soap
 

Methods in org.apache.cxf.binding.soap with parameters of type Service
 void SoapTransportFactory.createPortExtensors(EndpointInfo ei, Service 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()
           
 

Constructors in org.apache.cxf.endpoint with parameters of type Service
EndpointImpl(Bus bus, Service s, EndpointInfo ei)
           
EndpointImpl(Bus bus, Service s, javax.xml.namespace.QName endpointName)
           
 

Uses of Service in org.apache.cxf.interceptor
 

Methods in org.apache.cxf.interceptor with parameters of type Service
protected
<T> DataWriter<T>
AbstractOutDatabindingInterceptor.getDataWriter(Message message, Service service, java.lang.Class<T> output)
           
protected  boolean AbstractOutDatabindingInterceptor.writeToOutputStream(Message m, BindingInfo info, Service s)
           
 

Uses of Service in org.apache.cxf.jaxb
 

Methods in org.apache.cxf.jaxb with parameters of type Service
 void JAXBDataBinding.initialize(Service aservice)
           
 

Uses of Service in org.apache.cxf.jaxws
 

Methods in org.apache.cxf.jaxws that return Service
 Service EndpointImpl.getService()
           
 

Uses of Service in org.apache.cxf.jaxws.support
 

Methods in org.apache.cxf.jaxws.support that return Service
 Service JaxWsServiceFactoryBean.create()
           
 

Constructors in org.apache.cxf.jaxws.support with parameters of type Service
JaxWsClientEndpointImpl(Bus bus, Service s, EndpointInfo ei, ServiceImpl si)
           
JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei)
           
JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei, JaxWsImplementorInfo implementorInfo)
           
 

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
 Service ReflectionServiceFactoryBean.create()
           
abstract  Service AbstractServiceFactoryBean.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.invoker
 

Methods in org.apache.cxf.service.invoker with parameters of type Service
protected  java.lang.Object SessionScopePolicy.getServiceKey(Service service)
          Get the key for caching a 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 AbstractHTTPTransportFactory.createPortExtensors(EndpointInfo ei, Service service)
           
 

Uses of Service in org.apache.cxf.ws.rm
 

Classes in org.apache.cxf.ws.rm that implement Service
 class WrappedService
           
 

Methods in org.apache.cxf.ws.rm that return Service
 Service WrappedEndpoint.getService()
           
 Service RMEndpoint.getService()
           
 Service WrappedService.getWrappedService()
           
 

Uses of Service in org.apache.cxf.wsdl11
 

Methods in org.apache.cxf.wsdl11 that return Service
 Service WSDLServiceFactory.create()
           
 

Methods in org.apache.cxf.wsdl11 with parameters of type Service
 void WSDLEndpointFactory.createPortExtensors(EndpointInfo ei, Service service)
           
 



Apache CXF