Uses of Interface
org.apache.cxf.service.Service
Package
Description
Interfaces for protocol bindings and their factories.
Client and Server related classes.
Core interceptor interfaces which form the basis for message processing chains
in CXF.
This package and its sub packages contain classes relating to services and the CXF
service model
-
Uses of Service in org.apache.cxf.binding
Modifier and TypeMethodDescriptionAbstractBindingFactory.createBindingInfo
(Service service, String namespace, Object config) Creates a "default" BindingInfo object for the service.BindingFactory.createBindingInfo
(Service service, String namespace, Object configObject) Create a "default" BindingInfo object for the service. -
Uses of Service in org.apache.cxf.databinding
Modifier and TypeMethodDescriptionvoid
DataBinding.initialize
(Service service) Initialize the service info (i.e. -
Uses of Service in org.apache.cxf.databinding.source
-
Uses of Service in org.apache.cxf.databinding.stax
-
Uses of Service in org.apache.cxf.endpoint
Modifier and TypeMethodDescriptionEndpointImplFactory.newEndpointImpl
(Bus bus, Service service, EndpointInfo endpointInfo) Create an EndpointImpl from a bus, service, and endpoint info.SimpleEndpointImplFactory.newEndpointImpl
(Bus bus, Service service, EndpointInfo endpointInfo) Create an EndpointImpl from a bus, service, and endpoint info.ModifierConstructorDescriptionClientImpl
(Bus bus, Service svc, QName port, EndpointImplFactory endpointImplFactory) Create a Client that uses a specific EndpointImpl.EndpointImpl
(Bus bus, Service s, QName endpointName) EndpointImpl
(Bus bus, Service s, EndpointInfo ei) -
Uses of Service in org.apache.cxf.interceptor
Modifier and TypeMethodDescriptionprotected <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.message
-
Uses of Service in org.apache.cxf.service
-
Uses of Service in org.apache.cxf.service.factory
Modifier and TypeMethodDescriptionabstract Service
AbstractServiceFactoryBean.create()
AbstractServiceFactoryBean.getService()
Modifier and TypeMethodDescriptionprotected void
AbstractServiceFactoryBean.setService
(Service service) -
Uses of Service in org.apache.cxf.service.model