Apache CXF API

Uses of Class
org.apache.cxf.service.model.ServiceInfo

Packages that use ServiceInfo
org.apache.cxf.databinding   
org.apache.cxf.io   
org.apache.cxf.service This package and its sub packages contain classes relating to services and the CXF service model 
org.apache.cxf.service.model   
org.apache.cxf.tools.validator   
org.apache.cxf.ws.policy   
org.apache.cxf.wsdl   
 

Uses of ServiceInfo in org.apache.cxf.databinding
 

Methods in org.apache.cxf.databinding with parameters of type ServiceInfo
 org.apache.ws.commons.schema.XmlSchema AbstractDataBinding.addSchemaDocument(ServiceInfo serviceInfo, org.apache.cxf.common.xmlschema.SchemaCollection col, Document d, String systemId)
           
 

Uses of ServiceInfo in org.apache.cxf.io
 

Methods in org.apache.cxf.io with parameters of type ServiceInfo
 void StaxValidationManager.setupValidation(javax.xml.stream.XMLStreamReader reader, ServiceInfo serviceInfo)
          Install the schemas onto the reader for validation.
 void StaxValidationManager.setupValidation(javax.xml.stream.XMLStreamWriter writer, ServiceInfo serviceInfo)
          Install the schemas onto the writer for validation.
 

Uses of ServiceInfo in org.apache.cxf.service
 

Methods in org.apache.cxf.service that return ServiceInfo
 ServiceInfo ServiceBuilder.createService()
           
 

Methods in org.apache.cxf.service that return types with arguments of type ServiceInfo
 List<ServiceInfo> Service.getServiceInfos()
           
 

Uses of ServiceInfo in org.apache.cxf.service.model
 

Methods in org.apache.cxf.service.model that return ServiceInfo
 ServiceInfo BindingInfo.getService()
           
 ServiceInfo InterfaceInfo.getService()
           
 ServiceInfo EndpointInfo.getService()
           
 

Methods in org.apache.cxf.service.model with parameters of type ServiceInfo
static 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 ServiceInfo
static EndpointInfo ServiceModelUtil.findBestEndpointInfo(QName qn, List<ServiceInfo> serviceInfos)
           
 

Constructors in org.apache.cxf.service.model with parameters of type ServiceInfo
BindingInfo(ServiceInfo service, String bindingId)
           
EndpointInfo(ServiceInfo serv, String ns)
           
InterfaceInfo(ServiceInfo info, QName q)
           
 

Uses of ServiceInfo in org.apache.cxf.tools.validator
 

Fields in org.apache.cxf.tools.validator declared as ServiceInfo
protected  ServiceInfo ServiceValidator.service
           
 

Methods in org.apache.cxf.tools.validator with parameters of type ServiceInfo
 void ServiceValidator.setService(ServiceInfo s)
           
 

Uses of ServiceInfo in org.apache.cxf.ws.policy
 

Methods in org.apache.cxf.ws.policy with parameters of type ServiceInfo
 org.apache.neethi.Policy PolicyProvider.getEffectivePolicy(ServiceInfo si)
           
 

Uses of ServiceInfo in org.apache.cxf.wsdl
 

Methods in org.apache.cxf.wsdl with parameters of type ServiceInfo
static Schema EndpointReferenceUtils.getSchema(ServiceInfo serviceInfo)
           
static Schema EndpointReferenceUtils.getSchema(ServiceInfo serviceInfo, Bus b)
           
 


Apache CXF API

Apache CXF