|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceInfo | |
|---|---|
| org.apache.cxf.binding | Interfaces for protocol bindings and their factories. |
| org.apache.cxf.binding.xml | |
| org.apache.cxf.databinding | |
| org.apache.cxf.jaxrs | |
| 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.transport.http | |
| org.apache.cxf.ws.policy | |
| org.apache.cxf.wsdl | |
| org.apache.cxf.wsdl11 | |
| Uses of ServiceInfo in org.apache.cxf.binding |
|---|
| Methods in org.apache.cxf.binding with parameters of type ServiceInfo | |
|---|---|
BindingInfo |
AbstractBindingFactory.createBindingInfo(ServiceInfo service,
javax.wsdl.Binding binding,
java.lang.String ns)
Copies extensors from the Binding to BindingInfo. |
BindingInfo |
AbstractBindingFactory.createBindingInfo(ServiceInfo service,
java.lang.String namespace,
java.lang.Object config)
Creates a "default" BindingInfo object for the service. |
protected BindingInfo |
AbstractBindingFactory.initializeBindingInfo(ServiceInfo service,
javax.wsdl.Binding binding,
BindingInfo bi)
|
| Uses of ServiceInfo in org.apache.cxf.binding.xml |
|---|
| Methods in org.apache.cxf.binding.xml with parameters of type ServiceInfo | |
|---|---|
BindingInfo |
XMLBindingFactory.createBindingInfo(ServiceInfo service,
java.lang.String namespace,
java.lang.Object config)
|
| Constructors in org.apache.cxf.binding.xml with parameters of type ServiceInfo | |
|---|---|
XMLFormatValidator(ServiceInfo s)
|
|
| 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,
SchemaCollection col,
org.w3c.dom.Document d,
java.lang.String systemId)
|
| Uses of ServiceInfo in org.apache.cxf.jaxrs |
|---|
| Methods in org.apache.cxf.jaxrs that return types with arguments of type ServiceInfo | |
|---|---|
java.util.List<ServiceInfo> |
JAXRSServiceImpl.getServiceInfos()
|
| Uses of ServiceInfo in org.apache.cxf.service |
|---|
| Fields in org.apache.cxf.service declared as ServiceInfo | |
|---|---|
protected ServiceInfo |
ServiceModelVisitor.serviceInfo
|
| 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> |
ServiceImpl.getServiceInfos()
|
java.util.List<ServiceInfo> |
Service.getServiceInfos()
|
| Methods in org.apache.cxf.service with parameters of type ServiceInfo | |
|---|---|
void |
ServiceModelVisitor.begin(ServiceInfo service)
|
void |
ServiceModelVisitor.end(ServiceInfo service)
|
| Constructors in org.apache.cxf.service with parameters of type ServiceInfo | |
|---|---|
ServiceImpl(ServiceInfo si)
|
|
ServiceModelSchemaValidator(ServiceInfo serviceInfo)
|
|
ServiceModelVisitor(ServiceInfo serviceInfo)
|
|
| Constructor parameters in org.apache.cxf.service with type arguments of type ServiceInfo | |
|---|---|
ServiceImpl(java.util.List<ServiceInfo> si)
|
|
| Uses of ServiceInfo in org.apache.cxf.service.model |
|---|
| Methods in org.apache.cxf.service.model that return ServiceInfo | |
|---|---|
ServiceInfo |
BindingInfo.getService()
|
ServiceInfo |
EndpointInfo.getService()
|
ServiceInfo |
InterfaceInfo.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.transport.http |
|---|
| Methods in org.apache.cxf.transport.http with parameters of type ServiceInfo | |
|---|---|
EndpointInfo |
AbstractHTTPTransportFactory.createEndpointInfo(ServiceInfo serviceInfo,
BindingInfo b,
javax.wsdl.Port port)
|
| 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)
|
| Uses of ServiceInfo in org.apache.cxf.wsdl11 |
|---|
| Methods in org.apache.cxf.wsdl11 that return ServiceInfo | |
|---|---|
ServiceInfo |
WSDLServiceBuilder.buildMockService(javax.wsdl.Definition def,
javax.wsdl.PortType p)
|
| Methods in org.apache.cxf.wsdl11 that return types with arguments of type ServiceInfo | |
|---|---|
java.util.List<ServiceInfo> |
WSDLServiceBuilder.buildMockServices(javax.wsdl.Definition d)
|
java.util.List<ServiceInfo> |
WSDLServiceBuilder.buildServices(javax.wsdl.Definition d)
|
java.util.List<ServiceInfo> |
WSDLServiceBuilder.buildServices(javax.wsdl.Definition d,
javax.xml.namespace.QName name)
|
java.util.List<ServiceInfo> |
WSDLServiceBuilder.buildServices(javax.wsdl.Definition def,
javax.wsdl.Service serv)
|
| Methods in org.apache.cxf.wsdl11 with parameters of type ServiceInfo | |
|---|---|
BindingInfo |
WSDLServiceBuilder.buildBinding(ServiceInfo service,
javax.wsdl.Binding binding)
|
EndpointInfo |
WSDLServiceBuilder.buildEndpoint(ServiceInfo service,
BindingInfo bi,
javax.wsdl.Port port)
|
void |
WSDLServiceBuilder.buildInterface(ServiceInfo si,
javax.wsdl.PortType p)
|
protected void |
ServiceWSDLBuilder.buildService(ServiceInfo serviceInfo)
|
BindingInfo |
WSDLBindingFactory.createBindingInfo(ServiceInfo serviceInfo,
javax.wsdl.Binding binding,
java.lang.String ns)
|
EndpointInfo |
WSDLEndpointFactory.createEndpointInfo(ServiceInfo serviceInfo,
BindingInfo b,
javax.wsdl.Port port)
|
void |
SchemaUtil.getSchemas(javax.wsdl.Definition def,
ServiceInfo serviceInfo)
|
| Constructors in org.apache.cxf.wsdl11 with parameters of type ServiceInfo | |
|---|---|
ServiceWSDLBuilder(Bus b,
ServiceInfo... services)
For callers who prefer varargs, an inline list of ServiceInfo objects instead of a List. |
|
| Constructor parameters in org.apache.cxf.wsdl11 with type arguments of type ServiceInfo | |
|---|---|
ServiceWSDLBuilder(Bus b,
java.util.List<ServiceInfo> services)
Sets up the builder on a bus with a list of services. |
|
|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||