| java.lang.Object org.objectweb.jonas_lib.deployment.api.AbsDeploymentDesc org.objectweb.jonas_ws.deployment.api.WSDeploymentDesc
WSDeploymentDesc | public class WSDeploymentDesc extends AbsDeploymentDesc (Code) | | This Classes is a data structure that encapsulate informations contained in
webservices.xml deployment descriptor. It provides methods to
manipulate these informations.
author: Guillaume Sauthier author: Xavier Delplanque author: Helene Joanin |
Constructor Summary | |
public | WSDeploymentDesc(ClassLoader jarCL, Logger log, Webservices ws, JonasWebservices jws) Constructor : creates a WSDeploymentDesc object
Parameters: jarCL - module (war or ejbjar) class loader. Parameters: log - the logger to use. Parameters: ws - Zeus object containing webservices informations Parameters: jws - Zeus object containing jonas-webservices informations throws: WSDeploymentDescException - if in the Webservices file : - eachservice haven't got an unique name. |
WSDeploymentDesc | public WSDeploymentDesc(ClassLoader jarCL, Logger log, Webservices ws, JonasWebservices jws) throws WSDeploymentDescException(Code) | | Constructor : creates a WSDeploymentDesc object
Parameters: jarCL - module (war or ejbjar) class loader. Parameters: log - the logger to use. Parameters: ws - Zeus object containing webservices informations Parameters: jws - Zeus object containing jonas-webservices informations throws: WSDeploymentDescException - if in the Webservices file : - eachservice haven't got an unique name. - each port component haven'tgot an unique name. - each handler haven't got an unique name. -wsdl ports aren't inclued in portComponents. |
getContextRoot | public String getContextRoot()(Code) | | Returns the contextRoot. |
getDisplayName | public String getDisplayName()(Code) | | Return the Webservices displayName.
the Webservices displayName. |
getI18n | protected static I18n getI18n()(Code) | | Returns the i18n. |
getServiceDescs | public List getServiceDescs()(Code) | | Return the list of ServiceDesc.
the list of ServiceDesc. |
getWarFile | public String getWarFile()(Code) | | Return the filename of the WebApp dispatching SOAP requests to the
components (can be null if no filename specified in
jonas-webservices.xml).
the filename of the WebApp dispatching SOAP requests to thecomponents. |
toString | public String toString()(Code) | | Return a String representation of the WSDeploymentDesc.
a String representation of the WSDeploymentDesc. |
Fields inherited from org.objectweb.jonas_lib.deployment.api.AbsDeploymentDesc | protected String displayName(Code)(Java Doc)
|
|
|