|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas.ws.handler.FileWSDLHandler
In charge of published a given WSDL in a directory.
Constructor Summary | |
FileWSDLHandler(java.lang.String directory)
Return a new instance of FileWSDLHandler. |
Method Summary | |
void |
publish(WSDLFile wsdl)
Publish the given WSDL to the directory location. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FileWSDLHandler(java.lang.String directory) throws WSServiceException
directory
- the directory to publish WSDLs
WSServiceException
- When Cannot create the directory
(if it don't exist).Method Detail |
public void publish(WSDLFile wsdl) throws WSServiceException
publish
in interface WSDLHandler
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 |