|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis2.jaxws.description.impl.DescriptionFactoryImpl
public class DescriptionFactoryImpl
Creates the JAX-WS metadata descritpion hierachy from some combinations of WSDL, Java classes with annotations, and (in the future) deployment descriptors. This is the implementation and is not intended to be a public API. The API is:
DescriptionFactory| Method Summary | |
|---|---|
static void |
clearServiceDescriptionCache()
Clears the entire ServiceDescription cache. |
static void |
clearServiceDescriptionCache(ConfigurationContext configContext)
Clears all the ServiceDescription objects in the cache associated with the specified configuration context. |
static ServiceDescription |
createServiceDescription(java.lang.Class serviceImplClass)
|
static ServiceDescription |
createServiceDescription(java.net.URL wsdlURL,
QName serviceQName,
java.lang.Class serviceClass)
|
static java.util.List<ServiceDescription> |
createServiceDescriptionFromDBCMap(java.util.HashMap<java.lang.String,DescriptionBuilderComposite> dbcMap)
|
static ServiceDescription |
createServiceDescriptionFromServiceImpl(java.lang.Class serviceImplClass,
AxisService axisService)
Deprecated. |
static ClientConfigurationFactory |
getClientConfigurationFactory()
|
static EndpointDescription |
updateEndpoint(ServiceDescription serviceDescription,
java.lang.Class sei,
QName portQName,
DescriptionFactory.UpdateType updateType)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ServiceDescription createServiceDescription(java.net.URL wsdlURL,
QName serviceQName,
java.lang.Class serviceClass)
DescriptionFactory.createServiceDescription(URL,
QName, Class)public static void clearServiceDescriptionCache()
public static void clearServiceDescriptionCache(ConfigurationContext configContext)
configContext - The configuration context associated with the ServiceDescription
objects in the cache.
public static ServiceDescription createServiceDescriptionFromServiceImpl(java.lang.Class serviceImplClass,
AxisService axisService)
DescriptionFactory.createServiceDescriptionFromServiceImpl(Class,
AxisService)public static ServiceDescription createServiceDescription(java.lang.Class serviceImplClass)
DescriptionFactory.createServiceDescription(Class)public static java.util.List<ServiceDescription> createServiceDescriptionFromDBCMap(java.util.HashMap<java.lang.String,DescriptionBuilderComposite> dbcMap)
DescriptionFactory.createServiceDescriptionFromDBCMap(HashMap)
public static EndpointDescription updateEndpoint(ServiceDescription serviceDescription,
java.lang.Class sei,
QName portQName,
DescriptionFactory.UpdateType updateType)
DescriptionFactory.updateEndpoint(ServiceDescription,
Class, QName, org.apache.axis2.jaxws.description.DescriptionFactory.UpdateType)public static ClientConfigurationFactory getClientConfigurationFactory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||