|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas_lib.deployment.AbsDeploymentDesc
org.objectweb.jonas_ws.deployment.api.WSDeploymentDesc
This Classes is a data structure that encapsulate informations contained in
webservices.xml
deployment descriptor. It provides methods to
manipulate these informations.
Constructor Summary | |
WSDeploymentDesc(java.lang.ClassLoader jarCL,
org.objectweb.util.monolog.api.Logger logger,
org.objectweb.jonas_ws.deployment.xml.Webservices ws,
org.objectweb.jonas_ws.deployment.xml.JonasWebservices jws,
java.lang.String fileName)
Constructor : creates a WSDeploymentDesc object |
Method Summary | |
java.lang.String |
getDisplayName()
Return the Webservices displayName. |
java.util.List |
getServiceDescs()
Return the list of ServiceDesc. |
java.lang.String |
getWarFile()
Return the filename of the WebApp dispatching SOAP requests to the components (can be null if no filename specified in jonas-webservices.xml). |
java.lang.String |
toString()
Return a String representation of the WSDeploymentDesc. |
Methods inherited from class org.objectweb.jonas_lib.deployment.AbsDeploymentDesc |
getSAXMsg |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public WSDeploymentDesc(java.lang.ClassLoader jarCL, org.objectweb.util.monolog.api.Logger logger, org.objectweb.jonas_ws.deployment.xml.Webservices ws, org.objectweb.jonas_ws.deployment.xml.JonasWebservices jws, java.lang.String fileName) throws WSDeploymentDescException
jarCL
- module (war or ejbjar) class loader.logger
- the logger to use.ws
- Zeus object containing webservices informationsjws
- Zeus object containing jonas-webservices informationsfileName
- module (ejbjar or war) jar or directory
WSDeploymentDescException
- if in the Webservices file : - each
service haven't got an unique name. - each port component
haven't got an unique name. - each handler haven't got an
unique name. - wsdl ports aren't inclued in portComponents.Method Detail |
public java.util.List getServiceDescs()
public java.lang.String getDisplayName()
getDisplayName
in interface DeploymentDesc
getDisplayName
in class AbsDeploymentDesc
public java.lang.String toString()
toString
in interface DeploymentDesc
toString
in class AbsDeploymentDesc
public java.lang.String getWarFile()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |