| |
|
| java.lang.Object org.objectweb.jonas.ws.WSDLManager
WSDLManager | public class WSDLManager (Code) | | Delegate publishing to all added WSDL Handlers.
|
Constructor Summary | |
public | WSDLManager() Get a new instance of WSDLManager. |
Method Summary | |
public void | addHandler(WSDLHandler handler) Add a WSDL Handler in charge of publish a wsdl file at a location. | public void | publish(ServiceDesc sd) Delegate publishing to all added WSDL Handlers. |
WSDLManager | public WSDLManager()(Code) | | Get a new instance of WSDLManager.
|
addHandler | public void addHandler(WSDLHandler handler)(Code) | | Add a WSDL Handler in charge of publish a wsdl file at a location.
Parameters: handler - the new WSDL handler. |
|
|
|