| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
org.apache.ws.commons.schema.XmlSchema |
AbstractDataBinding.addSchemaDocument(ServiceInfo serviceInfo,
org.apache.cxf.common.xmlschema.SchemaCollection col,
Document d,
String systemId) |
void |
DataBindingValidation2.setValidationServiceModel(ServiceInfo serviceInfo) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
ServiceInfo |
ServiceBuilder.createService() |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceInfo> |
Service.getServiceInfos() |
| Modifier and Type | Method and Description |
|---|---|
ServiceInfo |
BindingInfo.getService() |
ServiceInfo |
EndpointInfo.getService() |
ServiceInfo |
InterfaceInfo.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 | Field and Description |
|---|---|
protected ServiceInfo |
ServiceValidator.service |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceValidator.setService(ServiceInfo s) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.neethi.Policy |
PolicyProvider.getEffectivePolicy(ServiceInfo si) |
| Modifier and Type | Method and Description |
|---|---|
static Schema |
EndpointReferenceUtils.getSchema(ServiceInfo serviceInfo) |
static Schema |
EndpointReferenceUtils.getSchema(ServiceInfo serviceInfo,
Bus b) |
Apache CXF