Uses of Interface
org.apache.cxf.service.Service
-
-
Uses of Service in org.apache.cxf.aegis.databinding
Methods in org.apache.cxf.aegis.databinding that return Service Modifier and Type Method Description ServiceAegisDatabinding. getService()Methods in org.apache.cxf.aegis.databinding with parameters of type Service Modifier and Type Method Description QNameAegisDatabinding. getSuggestedName(Service s, TypeMapping tm, OperationInfo op, int param)voidAegisDatabinding. initialize(Service s)Initialize the service info (i.e.protected voidAegisDatabinding. 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 Modifier and Type Method Description BindingInfoAbstractBindingFactory. createBindingInfo(Service service, String namespace, Object config)Creates a "default" BindingInfo object for the service.BindingInfoBindingFactory. 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 Modifier and Type Method Description voidSoapTransportFactory. 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 Modifier and Type Method Description voidDataBinding. 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 Modifier and Type Method Description voidSourceDataBinding. initialize(Service service) -
Uses of Service in org.apache.cxf.databinding.stax
Methods in org.apache.cxf.databinding.stax with parameters of type Service Modifier and Type Method Description voidStaxDataBinding. initialize(Service service) -
Uses of Service in org.apache.cxf.endpoint
Methods in org.apache.cxf.endpoint that return Service Modifier and Type Method Description ServiceEndpoint. getService()ServiceEndpointImpl. getService()Methods in org.apache.cxf.endpoint with parameters of type Service Modifier and Type Method Description EndpointImplEndpointImplFactory. newEndpointImpl(Bus bus, Service service, EndpointInfo endpointInfo)Create an EndpointImpl from a bus, service, and endpoint info.EndpointImplSimpleEndpointImplFactory. 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 Constructor Description ClientImpl(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
Methods in org.apache.cxf.interceptor with parameters of type Service Modifier and Type Method Description protected <T> DataWriter<T>AbstractOutDatabindingInterceptor. getDataWriter(Message message, Service service, Class<T> output)protected voidAbstractInDatabindingInterceptor. setDataReaderValidation(Service service, Message message, DataReader<?> reader)Based on the Schema Validation configuration, will initialise the DataReader with or without the schema set.protected booleanAbstractOutDatabindingInterceptor. 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 Modifier and Type Method Description protected StringJAXBDataBinding. getNamespaceToUse(Service service)voidJAXBDataBinding. initialize(Service service) -
Uses of Service in org.apache.cxf.jaxrs
Classes in org.apache.cxf.jaxrs that implement Service Modifier and Type Class Description classJAXRSServiceImplThe CXF Service implementation which is used to register the JAX-RS endpoint with the runtime.Methods in org.apache.cxf.jaxrs that return Service Modifier and Type Method Description ServiceJAXRSServiceFactoryBean. create()Methods in org.apache.cxf.jaxrs with parameters of type Service Modifier and Type Method Description BindingInfoJAXRSBindingFactory. createBindingInfo(Service service, String namespace, Object obj)protected EndpointInfoAbstractJAXRSFactoryBean. createEndpointInfo(Service service)protected voidAbstractJAXRSFactoryBean. setDataBindingProvider(ProviderFactory factory, Service s)voidJAXRSServiceFactoryBean. setService(Service service) -
Uses of Service in org.apache.cxf.jaxrs.provider
Methods in org.apache.cxf.jaxrs.provider with parameters of type Service Modifier and Type Method Description voidJAXRSDataBinding. initialize(Service service) -
Uses of Service in org.apache.cxf.jaxws
Methods in org.apache.cxf.jaxws that return Service Modifier and Type Method Description ServiceEndpointImpl. getService() -
Uses of Service in org.apache.cxf.jaxws.support
Methods in org.apache.cxf.jaxws.support that return Service Modifier and Type Method Description ServiceJaxWsServiceFactoryBean. create()Methods in org.apache.cxf.jaxws.support with parameters of type Service Modifier and Type Method Description EndpointImplJaxWsEndpointImplFactory. 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 Constructor Description JaxWsClientEndpointImpl(Bus bus, Service s, EndpointInfo ei, ServiceImpl si, List<javax.xml.ws.WebServiceFeature> wf)JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei)JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei, List<javax.xml.ws.WebServiceFeature> wf)JaxWsEndpointImpl(Bus bus, Service s, EndpointInfo ei, JaxWsImplementorInfo implementorInfo, List<javax.xml.ws.WebServiceFeature> wf, List<? extends Feature> af, boolean isFromWsdl) -
Uses of Service in org.apache.cxf.message
Methods in org.apache.cxf.message that return Service Modifier and Type Method Description ServiceExchange. getService()ServiceExchangeImpl. getService() -
Uses of Service in org.apache.cxf.service
Classes in org.apache.cxf.service that implement Service Modifier and Type Class Description classServiceImpl -
Uses of Service in org.apache.cxf.service.factory
Methods in org.apache.cxf.service.factory that return Service Modifier and Type Method Description abstract ServiceAbstractServiceFactoryBean. create()ServiceAbstractServiceFactoryBean. getService()Methods in org.apache.cxf.service.factory with parameters of type Service Modifier and Type Method Description protected voidAbstractServiceFactoryBean. setService(Service service) -
Uses of Service in org.apache.cxf.service.model
Methods in org.apache.cxf.service.model that return Service Modifier and Type Method Description static ServiceServiceModelUtil. getService(Exchange exchange) -
Uses of Service in org.apache.cxf.transport.http
Methods in org.apache.cxf.transport.http with parameters of type Service Modifier and Type Method Description voidHTTPTransportFactory. createPortExtensors(EndpointInfo ei, Service service) -
Uses of Service in org.apache.cxf.ws.rm
Classes in org.apache.cxf.ws.rm that implement Service Modifier and Type Class Description classWrappedServiceMethods in org.apache.cxf.ws.rm that return Service Modifier and Type Method Description ServiceRMEndpoint. getService(ProtocolVariation protocol)ServiceWrappedEndpoint. getService()ServiceWrappedService. getWrappedService() -
Uses of Service in org.apache.cxf.wsdl.service.factory
Methods in org.apache.cxf.wsdl.service.factory that return Service Modifier and Type Method Description ServiceReflectionServiceFactoryBean. create() -
Uses of Service in org.apache.cxf.wsdl11
Methods in org.apache.cxf.wsdl11 that return Service Modifier and Type Method Description ServiceWSDLServiceFactory. create()Methods in org.apache.cxf.wsdl11 with parameters of type Service Modifier and Type Method Description voidWSDLEndpointFactory. createPortExtensors(Bus bus, EndpointInfo ei, Service service)
-