|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WSDLManager
WSDLManager
Method Summary | |
---|---|
javax.wsdl.Definition |
getDefinition(Class sei)
Get the WSDL definition for the given class. |
javax.wsdl.Definition |
getDefinition(Element element)
Get the WSDL definition for the given Element. |
javax.wsdl.Definition |
getDefinition(String url)
Get the WSDL definition for the given URL. |
javax.wsdl.Definition |
getDefinition(URL url)
Get the WSDL definition for the given URL. |
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 dedfinitions |
Method Detail |
---|
javax.wsdl.extensions.ExtensionRegistry getExtenstionRegistry()
javax.wsdl.factory.WSDLFactory getWSDLFactory()
javax.wsdl.Definition getDefinition(URL url) throws javax.wsdl.WSDLException
url
- - the location of the WSDL to load
javax.wsdl.WSDLException
javax.wsdl.Definition getDefinition(String url) throws javax.wsdl.WSDLException
url
- - the location of the WSDL to load
javax.wsdl.WSDLException
javax.wsdl.Definition getDefinition(Element element) throws javax.wsdl.WSDLException
element
- - the root element of the wsdl
javax.wsdl.WSDLException
javax.wsdl.Definition getDefinition(Class sei) throws javax.wsdl.WSDLException
sei
- - the Class annotated with a WebService annotation
javax.wsdl.WSDLException
|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |