Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
BindingInfo |
WSDLBindingFactory.createBindingInfo(ServiceInfo serviceInfo,
Binding binding,
String ns) |
BindingInfo |
AbstractBindingFactory.createBindingInfo(ServiceInfo service,
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,
Binding binding,
BindingInfo bi) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
protected MessageInfo |
AbstractInDatabindingInterceptor.setMessage(Message message,
BindingOperationInfo operation,
boolean requestor,
ServiceInfo si,
MessageInfo msgInfo) |
Modifier and Type | Method and Description |
---|---|
void |
StaxValidationManager.setupValidation(XMLStreamReader reader,
ServiceInfo serviceInfo)
Install the schemas onto the reader for validation.
|
void |
StaxValidationManager.setupValidation(XMLStreamWriter writer,
ServiceInfo serviceInfo)
Install the schemas onto the writer for validation.
|
Modifier and Type | Field and Description |
---|---|
protected ServiceInfo |
ServiceModelVisitor.serviceInfo |
Modifier and Type | Method and Description |
---|---|
ServiceInfo |
ServiceBuilder.createService() |
Modifier and Type | Method and Description |
---|---|
List<ServiceInfo> |
ServiceImpl.getServiceInfos() |
List<ServiceInfo> |
Service.getServiceInfos() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceModelVisitor.begin(ServiceInfo service) |
void |
ServiceModelVisitor.end(ServiceInfo service) |
Constructor and Description |
---|
ServiceImpl(ServiceInfo si) |
ServiceModelSchemaValidator(ServiceInfo serviceInfo) |
ServiceModelVisitor(ServiceInfo serviceInfo) |
Constructor and Description |
---|
ServiceImpl(List<ServiceInfo> si) |
Modifier and Type | Method and Description |
---|---|
ServiceInfo |
InterfaceInfo.getService() |
ServiceInfo |
EndpointInfo.getService() |
ServiceInfo |
BindingInfo.getService() |
Modifier and Type | Method and Description |
---|---|
static SchemaInfo |
ServiceModelUtil.getSchema(ServiceInfo serviceInfo,
MessagePartInfo messagePartInfo) |
void |
EndpointInfo.setService(ServiceInfo s) |
Modifier and Type | Method and Description |
---|---|
static EndpointInfo |
ServiceModelUtil.findBestEndpointInfo(QName qn,
List<ServiceInfo> serviceInfos) |
Constructor and Description |
---|
BindingInfo(ServiceInfo service,
String bindingId) |
EndpointInfo(ServiceInfo serv,
String ns) |
InterfaceInfo(ServiceInfo info,
QName q) |
Modifier and Type | Method and Description |
---|---|
static Schema |
EndpointReferenceUtils.getSchema(ServiceInfo serviceInfo) |
static Schema |
EndpointReferenceUtils.getSchema(ServiceInfo serviceInfo,
Bus b) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.