org.objectweb.jonas.ws.WSDLManager Class Reference

List of all members.

Public Member Functions

 WSDLManager ()
void addHandler (WSDLHandler handler)
void publish (ServiceDesc sd) throws WSServiceException

Detailed Description

Delegate publishing to all added WSDL Handlers.

Definition at line 40 of file WSDLManager.java.


Constructor & Destructor Documentation

org.objectweb.jonas.ws.WSDLManager.WSDLManager  ) 
 

Get a new instance of WSDLManager.

Definition at line 49 of file WSDLManager.java.


Member Function Documentation

void org.objectweb.jonas.ws.WSDLManager.addHandler WSDLHandler  handler  ) 
 

Add a WSDL Handler in charge of publish a wsdl file at a location.

Parameters:
handler the new WSDL handler.

Definition at line 58 of file WSDLManager.java.

Referenced by org.objectweb.jonas.ws.AbsWebServicesServiceImpl.doInit().

void org.objectweb.jonas.ws.WSDLManager.publish ServiceDesc  sd  )  throws WSServiceException
 

Delegate publishing to all added WSDL Handlers.

Parameters:
sd the ServiceDesc containing the wsdl file to publish.
Exceptions:
WSServiceException When publication fails.

Definition at line 69 of file WSDLManager.java.

References org.objectweb.jonas.ws.handler.WSDLHandler.publish().

Referenced by org.objectweb.jonas.ws.AbsWebServicesServiceImpl.doDeployWebServices().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:09:51 2005 for JOnAS by  doxygen 1.3.9.1