| Package | Description |
|---|---|
| org.apache.axis2.jaxws.description | |
| org.apache.axis2.jaxws.description.impl | |
| org.apache.axis2.jaxws.description.validator |
| Modifier and Type | Method and Description |
|---|---|
static ServiceDescription |
DescriptionFactory.createServiceDescription(Class serviceImplClass)
Create a full ServiceDescription hierarchy on the SERVER side for a single service
implementation class.
|
static ServiceDescription |
DescriptionFactory.createServiceDescription(URL wsdlURL,
QName serviceQName,
Class serviceClass)
Create the initial ServiceDescription hierarchy on the CLIENT side.
|
static ServiceDescription |
DescriptionFactory.createServiceDescription(URL wsdlURL,
QName serviceQName,
Class serviceClass,
DescriptionBuilderComposite sparseComposite,
Object sparseCompositeKey)
Create the initial ServiceDescripton hierarchy on the CLIENT side.
|
ServiceDescription |
ServiceRuntimeDescription.getServiceDescription() |
ServiceDescription |
EndpointDescription.getServiceDescription() |
| Modifier and Type | Method and Description |
|---|---|
static List<ServiceDescription> |
DescriptionFactory.createServiceDescriptionFromDBCMap(HashMap<String,DescriptionBuilderComposite> dbcMap)
Create a full ServiceDescription hierarchy on the SERVER side for EACH service implementation
entry in the DescriptionBuilderComposite (DBC) map.
|
static List<ServiceDescription> |
DescriptionFactory.createServiceDescriptionFromDBCMap(HashMap<String,DescriptionBuilderComposite> dbcMap,
org.apache.axis2.context.ConfigurationContext configContext)
Create a full ServiceDescription hierarchy on the SERVER side for EACH service implementation
entry in the DescriptionBuilderComposite (DBC) map.
|
static List<ServiceDescription> |
DescriptionFactory.createServiceDescriptionFromDBCMap(HashMap<String,DescriptionBuilderComposite> dbcMap,
org.apache.axis2.context.ConfigurationContext configContext,
boolean performVaidation)
Create a full ServiceDescription hierarchy on the SERVER side for EACH service implementation
entry in the DescriptionBuilderComposite (DBC) map.
|
| Modifier and Type | Method and Description |
|---|---|
static EndpointDescription |
DescriptionFactory.updateEndpoint(ServiceDescription serviceDescription,
Class sei,
org.apache.axis2.addressing.EndpointReference epr,
String addressingNamespace,
DescriptionFactory.UpdateType updateType)
Retrieve or create the EndpointDescription hierachy associated with an existing CLIENT side
ServiceDescription for a particular port.
|
static EndpointDescription |
DescriptionFactory.updateEndpoint(ServiceDescription serviceDescription,
Class sei,
org.apache.axis2.addressing.EndpointReference epr,
String addressingNamespace,
DescriptionFactory.UpdateType updateType,
DescriptionBuilderComposite composite,
Object sparseCompositeKey)
Retrieve or create an EndpointDescription hierachy associated with an existing CLIENT side
ServiceDescription for a particular port.
|
static EndpointDescription |
DescriptionFactory.updateEndpoint(ServiceDescription serviceDescription,
Class sei,
org.apache.axis2.addressing.EndpointReference epr,
String addressingNamespace,
DescriptionFactory.UpdateType updateType,
DescriptionBuilderComposite composite,
Object sparseCompositeKey,
String bindingId,
String endpointAddress)
Retrieve or create an EndpointDescription hierachy associated with an existing CLIENT side
ServiceDescription for a particular port.
|
static EndpointDescription |
DescriptionFactory.updateEndpoint(ServiceDescription serviceDescription,
Class sei,
org.apache.axis2.addressing.EndpointReference epr,
String addressingNamespace,
DescriptionFactory.UpdateType updateType,
Object serviceDelegateKey)
Retrieve or create the EndpointDescription hierarchy associated with an existing CLIENT side
ServiceDescription for a particular port.
|
static EndpointDescription |
DescriptionFactory.updateEndpoint(ServiceDescription serviceDescription,
Class sei,
org.apache.axis2.addressing.EndpointReference epr,
String addressingNamespace,
DescriptionFactory.UpdateType updateType,
Object serviceDelegateKey,
String bindingId,
String endpointAddress)
Retrieve or create the EndpointDescription hierarchy associated with an existing CLIENT side
ServiceDescription for a particular port.
|
static EndpointDescription |
DescriptionFactory.updateEndpoint(ServiceDescription serviceDescription,
Class sei,
org.apache.axis2.addressing.EndpointReference epr,
String addressingNamespace,
DescriptionFactory.UpdateType updateType,
String bindingId,
String endpointAddress)
Retrieve or create the EndpointDescription hierachy associated with an existing CLIENT side
ServiceDescription for a particular port.
|
static EndpointDescription |
DescriptionFactory.updateEndpoint(ServiceDescription serviceDescription,
Class sei,
QName portQName,
DescriptionFactory.UpdateType updateType)
Retrieve or create the EndpointDescription hierarchy associated with an existing CLIENT side
ServiceDescription for a particular port.
|
static EndpointDescription |
DescriptionFactory.updateEndpoint(ServiceDescription serviceDescription,
Class sei,
QName portQName,
DescriptionFactory.UpdateType updateType,
DescriptionBuilderComposite composite,
Object sparseCompositeKey)
Retrieve or create an EndpointDescription hierarchy associated with an existing CLIENT side
ServiceDescription for a particular port.
|
static EndpointDescription |
DescriptionFactory.updateEndpoint(ServiceDescription serviceDescription,
Class sei,
QName portQName,
DescriptionFactory.UpdateType updateType,
DescriptionBuilderComposite composite,
Object sparseCompositeKey,
String bindingId,
String endpointAddress)
Retrieve or create an EndpointDescription hierarchy associated with an existing CLIENT side
ServiceDescription for a particular port.
|
static EndpointDescription |
DescriptionFactory.updateEndpoint(ServiceDescription serviceDescription,
Class sei,
QName portQName,
DescriptionFactory.UpdateType updateType,
Object serviceDelegateKey)
Retrieve or create the EndpointDescription hierarchy associated with an existing CLIENT side
ServiceDescription for a particular port.
|
static EndpointDescription |
DescriptionFactory.updateEndpoint(ServiceDescription serviceDescription,
Class sei,
QName portQName,
DescriptionFactory.UpdateType updateType,
Object serviceDelegateKey,
String bindingId,
String endpointAddress)
Retrieve or create the EndpointDescription hierarchy associated with an existing CLIENT side
ServiceDescription for a particular port.
|
static EndpointDescription |
DescriptionFactory.updateEndpoint(ServiceDescription serviceDescription,
Class sei,
QName portQName,
DescriptionFactory.UpdateType updateType,
String bindingId,
String endpointAddress)
Retrieve or create the EndpointDescription hierarchy associated with an existing CLIENT side
ServiceDescription for a particular port.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceDescriptionImpl |
| Modifier and Type | Method and Description |
|---|---|
static ServiceDescription |
DescriptionFactoryImpl.createServiceDescription(Class serviceImplClass) |
static ServiceDescription |
DescriptionFactoryImpl.createServiceDescription(Class serviceImplClass,
org.apache.axis2.context.ConfigurationContext configContext) |
static ServiceDescription |
DescriptionFactoryImpl.createServiceDescription(URL wsdlURL,
QName serviceQName,
Class serviceClass) |
static ServiceDescription |
DescriptionFactoryImpl.createServiceDescription(URL wsdlURL,
QName serviceQName,
Class serviceClass,
DescriptionBuilderComposite sparseComposite,
Object sparseCompositeKey) |
ServiceDescription |
EndpointDescriptionImpl.getServiceDescription() |
| Modifier and Type | Method and Description |
|---|---|
static List<ServiceDescription> |
DescriptionFactoryImpl.createServiceDescriptionFromDBCMap(HashMap<String,DescriptionBuilderComposite> dbcMap,
org.apache.axis2.context.ConfigurationContext configContext) |
static List<ServiceDescription> |
DescriptionFactoryImpl.createServiceDescriptionFromDBCMap(HashMap<String,DescriptionBuilderComposite> dbcMap,
org.apache.axis2.context.ConfigurationContext configContext,
boolean performVaidation) |
| Modifier and Type | Method and Description |
|---|---|
static EndpointDescription |
DescriptionFactoryImpl.updateEndpoint(ServiceDescription serviceDescription,
Class sei,
org.apache.axis2.addressing.EndpointReference epr,
String addressingNamespace,
DescriptionFactory.UpdateType updateType,
DescriptionBuilderComposite composite,
Object sparseCompositeKey,
String bindingId,
String endpointAddress) |
static EndpointDescription |
DescriptionFactoryImpl.updateEndpoint(ServiceDescription serviceDescription,
Class sei,
org.apache.axis2.addressing.EndpointReference epr,
String addressingNamespace,
DescriptionFactory.UpdateType updateType,
Object sparseCompositeKey,
String bindingId,
String endpointAddress) |
static EndpointDescription |
DescriptionFactoryImpl.updateEndpoint(ServiceDescription serviceDescription,
Class sei,
org.apache.axis2.addressing.EndpointReference epr,
String addressingNamespace,
DescriptionFactory.UpdateType updateType,
String bindingId,
String endpointAddress) |
static EndpointDescription |
DescriptionFactoryImpl.updateEndpoint(ServiceDescription serviceDescription,
Class sei,
QName portQName,
DescriptionFactory.UpdateType updateType,
DescriptionBuilderComposite composite,
Object serviceDelegateKey,
String bindingId,
String endpointAddress) |
static EndpointDescription |
DescriptionFactoryImpl.updateEndpoint(ServiceDescription serviceDescription,
Class sei,
QName portQName,
DescriptionFactory.UpdateType updateType,
Object serviceDelegateKey,
String bindingId,
String endpointAddress) |
static EndpointDescription |
DescriptionFactoryImpl.updateEndpoint(ServiceDescription serviceDescription,
Class sei,
QName portQName,
DescriptionFactory.UpdateType updateType,
String bindingId,
String endpointAddress) |
| Constructor and Description |
|---|
ServiceDescriptionValidator(ServiceDescription toValidate) |
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.