Uses of Class
org.apache.cxf.service.model.ServiceInfo
Packages that use ServiceInfo
Package
Description
Interfaces for protocol bindings and their factories.
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 ServiceInfo in org.apache.cxf.binding
Methods in org.apache.cxf.binding with parameters of type ServiceInfoModifier and TypeMethodDescriptionAbstractBindingFactory.createBindingInfo
(ServiceInfo service, String namespace, Object config) Creates a "default" BindingInfo object for the service. -
Uses of ServiceInfo in org.apache.cxf.databinding
Methods in org.apache.cxf.databinding with parameters of type ServiceInfoModifier and TypeMethodDescriptionorg.apache.ws.commons.schema.XmlSchema
AbstractDataBinding.addSchemaDocument
(ServiceInfo serviceInfo, SchemaCollection col, Document d, String systemId) org.apache.ws.commons.schema.XmlSchema
AbstractDataBinding.addSchemaDocument
(ServiceInfo serviceInfo, SchemaCollection col, Document d, String systemId, Collection<String> ids) -
Uses of ServiceInfo in org.apache.cxf.interceptor
Methods in org.apache.cxf.interceptor with parameters of type ServiceInfoModifier and TypeMethodDescriptionprotected MessageInfo
AbstractInDatabindingInterceptor.setMessage
(Message message, BindingOperationInfo operation, boolean requestor, ServiceInfo si, MessageInfo msgInfo) -
Uses of ServiceInfo in org.apache.cxf.service
Fields in org.apache.cxf.service declared as ServiceInfoMethods in org.apache.cxf.service that return ServiceInfoMethods in org.apache.cxf.service that return types with arguments of type ServiceInfoMethods in org.apache.cxf.service with parameters of type ServiceInfoModifier and TypeMethodDescriptionvoid
ServiceModelVisitor.begin
(ServiceInfo service) void
ServiceModelVisitor.end
(ServiceInfo service) Constructors in org.apache.cxf.service with parameters of type ServiceInfoModifierConstructorDescriptionServiceModelSchemaValidator
(ServiceInfo serviceInfo) ServiceModelVisitor
(ServiceInfo serviceInfo) Constructor parameters in org.apache.cxf.service with type arguments of type ServiceInfo -
Uses of ServiceInfo in org.apache.cxf.service.model
Methods in org.apache.cxf.service.model that return ServiceInfoModifier and TypeMethodDescriptionBindingInfo.getService()
EndpointInfo.getService()
InterfaceInfo.getService()
Methods in org.apache.cxf.service.model with parameters of type ServiceInfoModifier and TypeMethodDescriptionstatic SchemaInfo
ServiceModelUtil.getSchema
(ServiceInfo serviceInfo, MessagePartInfo messagePartInfo) void
EndpointInfo.setService
(ServiceInfo s) Method parameters in org.apache.cxf.service.model with type arguments of type ServiceInfoModifier and TypeMethodDescriptionstatic EndpointInfo
ServiceModelUtil.findBestEndpointInfo
(QName qn, List<ServiceInfo> serviceInfos) Constructors in org.apache.cxf.service.model with parameters of type ServiceInfoModifierConstructorDescriptionBindingInfo
(ServiceInfo service, String bindingId) EndpointInfo
(ServiceInfo serv, String ns) InterfaceInfo
(ServiceInfo info, QName q) -
Uses of ServiceInfo in org.apache.cxf.staxutils.validation
Methods in org.apache.cxf.staxutils.validation with parameters of type ServiceInfoModifier and TypeMethodDescriptionvoid
WoodstoxValidationImpl.setupValidation
(XMLStreamReader reader, Endpoint endpoint, ServiceInfo serviceInfo) void
WoodstoxValidationImpl.setupValidation
(XMLStreamWriter writer, Endpoint endpoint, ServiceInfo serviceInfo) -
Uses of ServiceInfo in org.apache.cxf.ws.addressing
Methods in org.apache.cxf.ws.addressing with parameters of type ServiceInfoModifier and TypeMethodDescriptionstatic Schema
EndpointReferenceUtils.getSchema
(ServiceInfo serviceInfo) static Schema
EndpointReferenceUtils.getSchema
(ServiceInfo serviceInfo, Bus b)