Apache CXF API

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

Packages that use ServiceInfo
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.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
 java.util.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)
           
 

Method parameters in org.apache.cxf.service.model with type arguments of type ServiceInfo
static EndpointInfo ServiceModelUtil.findBestEndpointInfo(javax.xml.namespace.QName qn, java.util.List<ServiceInfo> serviceInfos)
           
 

Constructors in org.apache.cxf.service.model with parameters of type ServiceInfo
BindingInfo(ServiceInfo service, java.lang.String bindingId)
           
EndpointInfo(ServiceInfo serv, java.lang.String ns)
           
InterfaceInfo(ServiceInfo info, javax.xml.namespace.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 javax.xml.validation.Schema EndpointReferenceUtils.getSchema(ServiceInfo serviceInfo)
           
 


Apache CXF API

Apache CXF