|
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.databinding | |
org.apache.cxf.interceptor | Core interceptor interfaces which form the basis for message processing chains in CXF. |
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.wsdl |
Uses of ServiceInfo in org.apache.cxf.binding |
---|
Methods in org.apache.cxf.binding with parameters of type ServiceInfo | |
---|---|
BindingInfo |
WSDLBindingFactory.createBindingInfo(ServiceInfo serviceInfo,
javax.wsdl.Binding binding,
String ns)
|
BindingInfo |
AbstractBindingFactory.createBindingInfo(ServiceInfo service,
javax.wsdl.Binding binding,
String ns)
Copies extensors from the Binding to BindingInfo. |
BindingInfo |
AbstractBaseBindingFactory.createBindingInfo(ServiceInfo service,
String namespace,
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.databinding |
---|
Methods in org.apache.cxf.databinding with parameters of type ServiceInfo | |
---|---|
org.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 ServiceInfo | |
---|---|
protected MessageInfo |
AbstractInDatabindingInterceptor.setMessage(Message message,
BindingOperationInfo operation,
boolean requestor,
ServiceInfo si,
MessageInfo msgInfo)
|
Uses of ServiceInfo in org.apache.cxf.io |
---|
Methods in org.apache.cxf.io with parameters of type ServiceInfo | |
---|---|
boolean |
StaxValidationManager.setupValidation(XMLStreamReader reader,
Endpoint endpoint,
ServiceInfo serviceInfo)
Install the schemas onto the reader for validation. |
boolean |
StaxValidationManager.setupValidation(XMLStreamWriter writer,
Endpoint endpoint,
ServiceInfo serviceInfo)
Install the schemas onto the writer for validation. |
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 | |
---|---|
List<ServiceInfo> |
Service.getServiceInfos()
|
List<ServiceInfo> |
ServiceImpl.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(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 |
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.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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |