|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.jonas_lib.deployment.api.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 log,
Webservices ws,
JonasWebservices jws)
Constructor : creates a WSDeploymentDesc object |
|
| Method Summary | |
java.lang.String |
getContextRoot()
|
java.lang.String |
getDisplayName()
Return the Webservices displayName. |
protected static I18n |
getI18n()
|
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.api.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 log,
Webservices ws,
JonasWebservices jws)
throws WSDeploymentDescException
jarCL - module (war or ejbjar) class loader.log - the logger to use.ws - Zeus object containing webservices informationsjws - Zeus object containing jonas-webservices informations
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 DeploymentDescgetDisplayName in class AbsDeploymentDescpublic java.lang.String getContextRoot()
public java.lang.String toString()
toString in interface DeploymentDesctoString in class AbsDeploymentDescpublic java.lang.String getWarFile()
protected static I18n getI18n()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||