public class DescriptionFactoryImpl extends Object
DescriptionFactory| Modifier and Type | Method and Description |
|---|---|
static void |
clearServiceDescriptionCache()
Clears the entire ServiceDescription cache.
|
static void |
clearServiceDescriptionCache(org.apache.axis2.context.ConfigurationContext configContext)
Clears all the ServiceDescription objects in the cache associated with the specified
configuration context.
|
static ResolvedHandlersDescription |
createResolvedHandlersDescription() |
static ServiceDescription |
createServiceDescription(Class serviceImplClass) |
static ServiceDescription |
createServiceDescription(Class serviceImplClass,
org.apache.axis2.context.ConfigurationContext configContext) |
static ServiceDescription |
createServiceDescription(URL wsdlURL,
QName serviceQName,
Class serviceClass) |
static ServiceDescription |
createServiceDescription(URL wsdlURL,
QName serviceQName,
Class serviceClass,
DescriptionBuilderComposite sparseComposite,
Object sparseCompositeKey) |
static List<ServiceDescription> |
createServiceDescriptionFromDBCMap(HashMap<String,DescriptionBuilderComposite> dbcMap,
org.apache.axis2.context.ConfigurationContext configContext) |
static List<ServiceDescription> |
createServiceDescriptionFromDBCMap(HashMap<String,DescriptionBuilderComposite> dbcMap,
org.apache.axis2.context.ConfigurationContext configContext,
boolean performVaidation) |
static ClientConfigurationFactory |
getClientConfigurationFactory() |
static EndpointDescription |
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 |
updateEndpoint(ServiceDescription serviceDescription,
Class sei,
org.apache.axis2.addressing.EndpointReference epr,
String addressingNamespace,
DescriptionFactory.UpdateType updateType,
Object sparseCompositeKey,
String bindingId,
String endpointAddress) |
static EndpointDescription |
updateEndpoint(ServiceDescription serviceDescription,
Class sei,
org.apache.axis2.addressing.EndpointReference epr,
String addressingNamespace,
DescriptionFactory.UpdateType updateType,
String bindingId,
String endpointAddress) |
static EndpointDescription |
updateEndpoint(ServiceDescription serviceDescription,
Class sei,
QName portQName,
DescriptionFactory.UpdateType updateType,
DescriptionBuilderComposite composite,
Object serviceDelegateKey,
String bindingId,
String endpointAddress) |
static EndpointDescription |
updateEndpoint(ServiceDescription serviceDescription,
Class sei,
QName portQName,
DescriptionFactory.UpdateType updateType,
Object serviceDelegateKey,
String bindingId,
String endpointAddress) |
static EndpointDescription |
updateEndpoint(ServiceDescription serviceDescription,
Class sei,
QName portQName,
DescriptionFactory.UpdateType updateType,
String bindingId,
String endpointAddress) |
public static ServiceDescription createServiceDescription(URL wsdlURL, QName serviceQName, Class serviceClass)
org.apache.axis2.jaxws.description.DescriptionFactory#createServiceDescription(URL, QName, Class, DescriptionBuilderComposite)public static ServiceDescription createServiceDescription(URL wsdlURL, QName serviceQName, Class serviceClass, DescriptionBuilderComposite sparseComposite, Object sparseCompositeKey)
public static void clearServiceDescriptionCache()
public static void clearServiceDescriptionCache(org.apache.axis2.context.ConfigurationContext configContext)
configContext - The configuration context associated with the ServiceDescription
objects in the cache.public static ServiceDescription createServiceDescription(Class serviceImplClass)
public static ServiceDescription createServiceDescription(Class serviceImplClass, org.apache.axis2.context.ConfigurationContext configContext)
public static List<ServiceDescription> createServiceDescriptionFromDBCMap(HashMap<String,DescriptionBuilderComposite> dbcMap, org.apache.axis2.context.ConfigurationContext configContext, boolean performVaidation)
public static List<ServiceDescription> createServiceDescriptionFromDBCMap(HashMap<String,DescriptionBuilderComposite> dbcMap, org.apache.axis2.context.ConfigurationContext configContext)
public static EndpointDescription updateEndpoint(ServiceDescription serviceDescription, Class sei, QName portQName, DescriptionFactory.UpdateType updateType, String bindingId, String endpointAddress)
public static EndpointDescription updateEndpoint(ServiceDescription serviceDescription, Class sei, QName portQName, DescriptionFactory.UpdateType updateType, Object serviceDelegateKey, String bindingId, String endpointAddress)
public static EndpointDescription updateEndpoint(ServiceDescription serviceDescription, Class sei, QName portQName, DescriptionFactory.UpdateType updateType, DescriptionBuilderComposite composite, Object serviceDelegateKey, String bindingId, String endpointAddress)
org.apache.axis2.jaxws.description.DescriptionFactory#updateEndpoint(ServiceDescription, Class, QName, org.apache.axis2.jaxws.description.DescriptionFactory.UpdateType, DescriptionBuilderComposite)public static EndpointDescription updateEndpoint(ServiceDescription serviceDescription, Class sei, org.apache.axis2.addressing.EndpointReference epr, String addressingNamespace, DescriptionFactory.UpdateType updateType, String bindingId, String endpointAddress)
public static EndpointDescription updateEndpoint(ServiceDescription serviceDescription, Class sei, org.apache.axis2.addressing.EndpointReference epr, String addressingNamespace, DescriptionFactory.UpdateType updateType, Object sparseCompositeKey, String bindingId, String endpointAddress)
public static EndpointDescription updateEndpoint(ServiceDescription serviceDescription, Class sei, org.apache.axis2.addressing.EndpointReference epr, String addressingNamespace, DescriptionFactory.UpdateType updateType, DescriptionBuilderComposite composite, Object sparseCompositeKey, String bindingId, String endpointAddress)
public static ClientConfigurationFactory getClientConfigurationFactory()
public static ResolvedHandlersDescription createResolvedHandlersDescription()
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.