Apache CXF API

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

Packages that use Service
org.apache.cxf.aegis.databinding   
org.apache.cxf.binding   
org.apache.cxf.binding.soap   
org.apache.cxf.databinding   
org.apache.cxf.databinding.source   
org.apache.cxf.databinding.stax   
org.apache.cxf.endpoint   
org.apache.cxf.interceptor   
org.apache.cxf.jaxb   
org.apache.cxf.jaxrs   
org.apache.cxf.jaxrs.provider   
org.apache.cxf.jaxws   
org.apache.cxf.jaxws.support   
org.apache.cxf.jibx   
org.apache.cxf.message   
org.apache.cxf.sdo   
org.apache.cxf.service   
org.apache.cxf.service.factory   
org.apache.cxf.service.model   
org.apache.cxf.transport.http   
org.apache.cxf.ws.rm   
org.apache.cxf.wsdl.service.factory   
org.apache.cxf.wsdl11   
org.apache.cxf.xmlbeans   
 

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
 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)
           
 

Uses of Service in org.apache.cxf.binding
 

Methods in org.apache.cxf.binding with parameters of type Service
 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.
 

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

Methods in org.apache.cxf.binding.soap with parameters of type Service
 void SoapTransportFactory.createPortExtensors(Bus b, 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 Endpoint.getService()
           
 Service EndpointImpl.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
<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)
           
 

Uses of Service in org.apache.cxf.jaxb
 

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

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  EndpointInfo AbstractJAXRSFactoryBean.createEndpointInfo(Service service)
           
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.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()
           
 

Methods in org.apache.cxf.jaxws.support with parameters of type Service
 EndpointImpl JaxWsEndpointImplFactory.newEndpointImpl(Bus bus, Service service, EndpointInfo endpointInfo)
          Create an EndpointImpl from a bus, service, and endpoint info.
 

Constructors in org.apache.cxf.jaxws.support with parameters of type Service
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)
           
 

Uses of Service in org.apache.cxf.jibx
 

Methods in org.apache.cxf.jibx with parameters of type Service
 void JibxDataBinding.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.sdo
 

Methods in org.apache.cxf.sdo with parameters of type Service
 void SDODataBinding.initialize(Service service)
           
 

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 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.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(ProtocolVariation protocol)
           
 Service WrappedService.getWrappedService()
           
 

Uses of Service in org.apache.cxf.wsdl.service.factory
 

Methods in org.apache.cxf.wsdl.service.factory that return Service
 Service ReflectionServiceFactoryBean.create()
           
 

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(Bus bus, EndpointInfo ei, Service service)
           
 

Uses of Service in org.apache.cxf.xmlbeans
 

Methods in org.apache.cxf.xmlbeans with parameters of type Service
 void XmlBeansDataBinding.initialize(Service service)
           
 


Apache CXF API

Apache CXF