|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WSDLManager
WSDLManager
Method Summary | |
---|---|
void |
addDefinition(java.lang.Object key,
javax.wsdl.Definition wsdl)
Adds a definition into the cache for lookup later |
javax.wsdl.Definition |
getDefinition(org.w3c.dom.Element element)
Get the WSDL definition for the given Element. |
javax.wsdl.Definition |
getDefinition(java.lang.String url)
Get the WSDL definition for the given URL. |
javax.wsdl.Definition |
getDefinition(java.net.URL url)
Get the WSDL definition for the given URL. |
java.util.Map<java.lang.Object,javax.wsdl.Definition> |
getDefinitions()
|
javax.wsdl.extensions.ExtensionRegistry |
getExtenstionRegistry()
Returns the ExtensionRegistry that the WSDLManager uses when reading WSDL files. |
javax.wsdl.factory.WSDLFactory |
getWSDLFactory()
Returns the WSDLFactory that is used to read/write WSDL definitions |
Method Detail |
---|
javax.wsdl.extensions.ExtensionRegistry getExtenstionRegistry()
javax.wsdl.factory.WSDLFactory getWSDLFactory()
javax.wsdl.Definition getDefinition(java.net.URL url) throws javax.wsdl.WSDLException
url
- - the location of the WSDL to load
javax.wsdl.WSDLException
javax.wsdl.Definition getDefinition(java.lang.String url) throws javax.wsdl.WSDLException
url
- - the location of the WSDL to load
javax.wsdl.WSDLException
javax.wsdl.Definition getDefinition(org.w3c.dom.Element element) throws javax.wsdl.WSDLException
element
- - the root element of the wsdl
javax.wsdl.WSDLException
void addDefinition(java.lang.Object key, javax.wsdl.Definition wsdl)
key
- wsdl
- java.util.Map<java.lang.Object,javax.wsdl.Definition> getDefinitions()
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |