|
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 |
getExtensionRegistry()
Returns the ExtensionRegistry that the WSDLManager uses when reading WSDL files. |
ServiceSchemaInfo |
getSchemasForDefinition(javax.wsdl.Definition wsdl)
This object will cache the schemas for a WSDL. |
javax.wsdl.factory.WSDLFactory |
getWSDLFactory()
Returns the WSDLFactory that is used to read/write WSDL definitions |
void |
putSchemasForDefinition(javax.wsdl.Definition wsdl,
ServiceSchemaInfo schemas)
Register a collection of schemas for a WSDL. |
void |
removeDefinition(javax.wsdl.Definition wsdl)
If the definition is cached, remove it from the cache |
Method Detail |
---|
javax.wsdl.extensions.ExtensionRegistry getExtensionRegistry()
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()
ServiceSchemaInfo getSchemasForDefinition(javax.wsdl.Definition wsdl)
wsdl
-
void putSchemasForDefinition(javax.wsdl.Definition wsdl, ServiceSchemaInfo schemas)
wsdl
- schemas
- void removeDefinition(javax.wsdl.Definition wsdl)
wsdl
-
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |