| java.lang.Object org.apache.axis2.jaxws.description.impl.DescriptionFactoryImpl
DescriptionFactoryImpl | public class DescriptionFactoryImpl (Code) | | 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:
See Also: org.apache.axis2.jaxws.description.DescriptionFactory |
clearServiceDescriptionCache | public static void clearServiceDescriptionCache()(Code) | | Clears the entire ServiceDescription cache.
Note
This function might cause unpredictable results when configuration contexts are being reused
and/or there are outstanding requests using the cached ServiceDescription objects. Also,
in-flight requests (both client and server) using ServiceDelegates MUST be done and out of
scope before this method is called.
|
clearServiceDescriptionCache | public static void clearServiceDescriptionCache(ConfigurationContext configContext)(Code) | | Clears all the ServiceDescription objects in the cache associated with the specified
configuration context.
Note
This function should only be used to clear the cache when the specified configuration context
will not be used anymore and there are no outstanding requests using the associated
ServiceDescription objects. Also, in-flight requests (both client and server) using
ServiceDelegates MUST be done and out of scope before this method is called.
Otherwise, unpredictable results might occur.
Parameters: configContext - The configuration context associated with the ServiceDescription objects in the cache. |
|
|