| org.apache.cxf.wsdl.WSDLManager
WSDLManager | public interface WSDLManager (Code) | | WSDLManager
|
addDefinition | void addDefinition(Object key, Definition wsdl)(Code) | | Adds a definition into the cache for lookup later
Parameters: key - Parameters: wsdl - |
getDefinition | Definition getDefinition(URL url) throws WSDLException(Code) | | Get the WSDL definition for the given URL. Implementations
may return a copy from a local cache or load a new copy
from the URL.
Parameters: url - - the location of the WSDL to load the wsdl definition |
getDefinition | Definition getDefinition(String url) throws WSDLException(Code) | | Get the WSDL definition for the given URL. Implementations
may return a copy from a local cache or load a new copy
from the URL.
Parameters: url - - the location of the WSDL to load the wsdl definition |
getDefinition | Definition getDefinition(Element element) throws WSDLException(Code) | | Get the WSDL definition for the given Element. Implementations
may return a copy from a local cache or load a new copy
from the Element.
Parameters: element - - the root element of the wsdl the wsdl definition |
getDefinitions | Map<Object, Definition> getDefinitions()(Code) | | all Definitions in the map |
getExtenstionRegistry | ExtensionRegistry getExtenstionRegistry()(Code) | | Returns the ExtensionRegistry that the WSDLManager
uses when reading WSDL files. Users can use
this to register their own extensors.
the ExtensionRegistry |
getWSDLFactory | WSDLFactory getWSDLFactory()(Code) | | Returns the WSDLFactory that is used to read/write WSDL definitions
the WSDLFactory |
|
|