|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas.ws.WSDLManager
Delegate publishing to all added WSDL Handlers.
Constructor Summary | |
WSDLManager()
Get a new instance of WSDLManager. |
Method Summary | |
void |
addHandler(WSDLHandler handler)
Add a WSDL Handler in charge of publish a wsdl file at a location. |
void |
publish(WSDLFile wsdl)
Delegate publishing to all added WSDL Handlers. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WSDLManager()
Method Detail |
public void addHandler(WSDLHandler handler)
handler
- the new WSDL handler.public void publish(WSDLFile wsdl) throws WSServiceException
wsdl
- the wsdl file to publish.
WSServiceException
- When publication fails.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |