|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas_ws.deployment.api.ServiceDesc
This class corresponds to 1 webservices-description
XML
element. It's used to get a MappingFile instance if it's defined, idem for
WSDLFile instance and give access to the Web service Port component list.
Constructor Summary | |
ServiceDesc(java.lang.ClassLoader jarCL,
WebserviceDescription wsd)
Constructor : creates a ServiceDesc object. |
Method Summary | |
MappingFile |
getMapping()
Return the Mapping File. |
java.lang.String |
getName()
Return the name of the WebService. |
PortComponentDesc |
getPortComponent(java.lang.String pcName)
Return the port component desc with the given name if it exists, null else. |
java.util.List |
getPortComponents()
Return the port component list of this service desc. |
WSDLFile |
getWSDL()
Return the WSDL File. |
java.lang.String |
toString()
Return a String representation of the ServiceDesc. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ServiceDesc(java.lang.ClassLoader jarCL, WebserviceDescription wsd) throws WSDeploymentDescException
jarCL
- ejbjar or war classLoaderwsd
- Zeus object containing Webservices informations
WSDeploymentDescException
- When contruction fails.Method Detail |
public java.lang.String getName()
public MappingFile getMapping()
public WSDLFile getWSDL()
public java.util.List getPortComponents()
public PortComponentDesc getPortComponent(java.lang.String pcName)
pcName
- the name of the portComponent to retrieve.
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |