| Package | Description |
|---|---|
| org.apache.cxf.binding |
Interfaces for protocol bindings and their factories.
|
| org.apache.cxf.binding.xml | |
| 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.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.factory | |
| org.apache.cxf.service.model | |
| org.apache.cxf.transport.http | |
| org.apache.cxf.wsdl | |
| org.apache.cxf.wsdl11 |
| Modifier and Type | Method and Description |
|---|---|
BindingInfo |
AbstractBindingFactory.createBindingInfo(ServiceInfo service,
javax.wsdl.Binding binding,
String ns)
Copies extensors from the Binding to BindingInfo.
|
BindingInfo |
WSDLBindingFactory.createBindingInfo(ServiceInfo serviceInfo,
javax.wsdl.Binding binding,
String ns) |
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) |
| Modifier and Type | Method and Description |
|---|---|
BindingInfo |
XMLBindingFactory.createBindingInfo(ServiceInfo service,
String namespace,
Object config) |
| Constructor and Description |
|---|
XMLFormatValidator(ServiceInfo s) |
| 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 |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceInfo> |
JAXRSServiceImpl.getServiceInfos() |
| 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> |
Service.getServiceInfos() |
List<ServiceInfo> |
ServiceImpl.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 |
|---|---|
protected ServiceInfo |
ReflectionServiceFactoryBean.createServiceInfo(InterfaceInfo intf) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ReflectionServiceFactoryBean.checkForElement(ServiceInfo serviceInfo,
MessagePartInfo mpi) |
protected void |
ReflectionServiceFactoryBean.createBareMessage(ServiceInfo serviceInfo,
OperationInfo opInfo,
boolean isOut) |
protected InterfaceInfo |
ReflectionServiceFactoryBean.createInterface(ServiceInfo serviceInfo) |
protected OperationInfo |
ReflectionServiceFactoryBean.createOperation(ServiceInfo serviceInfo,
InterfaceInfo intf,
Method m) |
protected void |
ReflectionServiceFactoryBean.createWrappedSchema(ServiceInfo serviceInfo,
AbstractMessageContainer wrappedMessage,
AbstractMessageContainer unwrappedMessage,
QName wrapperBeanName) |
protected void |
ReflectionServiceFactoryBean.initializeWrappedSchema(ServiceInfo serviceInfo) |
| 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 | Method and Description |
|---|---|
EndpointInfo |
HTTPTransportFactory.createEndpointInfo(ServiceInfo serviceInfo,
BindingInfo b,
List<?> ees) |
| Modifier and Type | Method and Description |
|---|---|
static Schema |
EndpointReferenceUtils.getSchema(ServiceInfo serviceInfo) |
static Schema |
EndpointReferenceUtils.getSchema(ServiceInfo serviceInfo,
Bus b) |
| Modifier and Type | Method and Description |
|---|---|
ServiceInfo |
WSDLServiceBuilder.buildMockService(javax.wsdl.Definition def,
javax.wsdl.PortType p) |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceInfo> |
WSDLServiceBuilder.buildMockServices(javax.wsdl.Definition d) |
List<ServiceInfo> |
WSDLServiceBuilder.buildServices(javax.wsdl.Definition d) |
List<ServiceInfo> |
WSDLServiceBuilder.buildServices(javax.wsdl.Definition d,
QName name) |
List<ServiceInfo> |
WSDLServiceBuilder.buildServices(javax.wsdl.Definition d,
QName name,
QName endpointName) |
List<ServiceInfo> |
WSDLServiceBuilder.buildServices(javax.wsdl.Definition def,
javax.wsdl.Service serv) |
List<ServiceInfo> |
WSDLServiceBuilder.buildServices(javax.wsdl.Definition def,
javax.wsdl.Service serv,
QName endpointName) |
| Modifier and Type | Method and Description |
|---|---|
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,
javax.wsdl.Definition definition) |
EndpointInfo |
WSDLEndpointFactory.createEndpointInfo(ServiceInfo serviceInfo,
BindingInfo b,
List<?> extensions) |
void |
SchemaUtil.getSchemas(javax.wsdl.Definition def,
SchemaCollection schemaCol,
ServiceInfo serviceInfo) |
void |
SchemaUtil.getSchemas(javax.wsdl.Definition def,
ServiceInfo serviceInfo) |
| Constructor and Description |
|---|
ServiceWSDLBuilder(Bus b,
ServiceInfo... services)
For callers who prefer varargs, an inline list of ServiceInfo objects instead of
a List.
|
| Constructor and Description |
|---|
ServiceWSDLBuilder(Bus b,
List<ServiceInfo> services)
Sets up the builder on a bus with a list of services.
|
Apache CXF