Modifier and Type | Field and Description |
---|---|
protected ServiceDescription |
JAXWSProxyHandler.serviceDesc |
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,
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,
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,
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,
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,
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,
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,
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,
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,
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,
ConfigurationContext configContext) |
static List<ServiceDescription> |
DescriptionFactoryImpl.createServiceDescriptionFromDBCMap(HashMap<String,DescriptionBuilderComposite> dbcMap,
ConfigurationContext configContext,
boolean performVaidation) |
Modifier and Type | Method and Description |
---|---|
static EndpointDescription |
DescriptionFactoryImpl.updateEndpoint(ServiceDescription serviceDescription,
Class sei,
EndpointReference epr,
String addressingNamespace,
DescriptionFactory.UpdateType updateType,
DescriptionBuilderComposite composite,
Object sparseCompositeKey,
String bindingId,
String endpointAddress) |
static EndpointDescription |
DescriptionFactoryImpl.updateEndpoint(ServiceDescription serviceDescription,
Class sei,
EndpointReference epr,
String addressingNamespace,
DescriptionFactory.UpdateType updateType,
Object sparseCompositeKey,
String bindingId,
String endpointAddress) |
static EndpointDescription |
DescriptionFactoryImpl.updateEndpoint(ServiceDescription serviceDescription,
Class sei,
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) |
Constructor and Description |
---|
HandlerResolverImpl(ServiceDescription sd) |
HandlerResolverImpl(ServiceDescription sd,
Object serviceDelegateKey) |
Modifier and Type | Method and Description |
---|---|
static ResourceInjectionServiceRuntimeDescription |
ResourceInjectionServiceRuntimeDescriptionFactory.get(ServiceDescription serviceDesc,
Class implClass)
Get or create MarshalServiceRuntimeDescription
|
Modifier and Type | Method and Description |
---|---|
ServiceDescription |
ResourceInjectionServiceRuntimeDescriptionImpl.getServiceDescription() |
Modifier and Type | Method and Description |
---|---|
static ResourceInjectionServiceRuntimeDescription |
ResourceInjectionServiceRuntimeDescriptionBuilder.create(ServiceDescription serviceDesc,
Class implClass)
create
|
Constructor and Description |
---|
ResourceInjectionServiceRuntimeDescriptionImpl(String key,
ServiceDescription serviceDesc) |
Modifier and Type | Method and Description |
---|---|
static MarshalServiceRuntimeDescription |
MarshalServiceRuntimeDescriptionFactory.get(ServiceDescription serviceDesc)
Get or create MarshalServiceRuntimeDescription
|
Modifier and Type | Method and Description |
---|---|
ServiceDescription |
MarshalServiceRuntimeDescriptionImpl.getServiceDescription() |
Modifier and Type | Method and Description |
---|---|
static MarshalServiceRuntimeDescription |
MarshalServiceRuntimeDescriptionBuilder.create(ServiceDescription serviceDesc)
create
|
static Map<String,AnnotationDesc> |
AnnotationBuilder.getAnnotationDescs(ServiceDescription serviceDesc,
org.apache.axis2.jaxws.runtime.description.marshal.impl.ArtifactProcessor ap) |
static TreeSet<String> |
PackageSetBuilder.getPackagesFromAnnotations(ServiceDescription serviceDesc,
MarshalServiceRuntimeDescription msrd) |
static TreeSet<String> |
PackageSetBuilder.getPackagesFromSchema(ServiceDescription serviceDesc)
Walks the schemas of the serviceDesc's wsdl (or generated wsdl) to determine the list of
packages.
|
static Map<Class,Map<String,PropertyDescriptorPlus>> |
PropertyDescriptorMapBuilder.getPropertyDescMaps(ServiceDescription serviceDesc,
org.apache.axis2.jaxws.runtime.description.marshal.impl.ArtifactProcessor ap) |
Constructor and Description |
---|
MarshalServiceRuntimeDescriptionImpl(String key,
ServiceDescription serviceDesc) |
Modifier and Type | Method and Description |
---|---|
static boolean |
Utils.bindingTypesMatch(MessageContext mc,
ServiceDescription serviceDesc)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected ResourceInjectionServiceRuntimeDescription |
EndpointLifecycleManagerImpl.getInjectionDesc(ServiceDescription serviceDesc,
Class serviceImplClass)
This method will retrieve a ResourceInjectionServiceRuntimeDescription if one
is associated with the current ServiceDescription.
|
Modifier and Type | Method and Description |
---|---|
ServiceDescription |
ServiceDelegate.getServiceDescription()
Get the ServiceDescription tree that this ServiceDelegate
|
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.