| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_ws.deployment.xml.JonasWebserviceDescription
JonasWebserviceDescription | public class JonasWebserviceDescription extends AbsElement (Code) | | This class defines the implementation of the element jonas-webservice-description
author: JOnAS team |
JonasWebserviceDescription | public JonasWebserviceDescription()(Code) | | Constructor
|
addJonasPortComponent | public void addJonasPortComponent(JonasPortComponent jonasPortComponent)(Code) | | Add a new jonas-port-component element to this object
Parameters: jonasPortComponent - the jonasPortComponent object |
getDefaultEndpointURI | public String getDefaultEndpointURI()(Code) | | Returns the defaultEndpointURI. |
getJonasPortComponentList | public JLinkedList getJonasPortComponentList()(Code) | | Returns the jonasPortComponentList. |
getWebserviceDescriptionName | public String getWebserviceDescriptionName()(Code) | | Returns the webserviceDescriptionName. |
getWsdlPublishDirectory | public String getWsdlPublishDirectory()(Code) | | Returns the wsdlPublishDirectory. |
setDefaultEndpointURI | public void setDefaultEndpointURI(String defaultEndpointURI)(Code) | | Parameters: defaultEndpointURI - The defaultEndpointURI to set. |
setWebserviceDescriptionName | public void setWebserviceDescriptionName(String webserviceDescriptionName)(Code) | | Parameters: webserviceDescriptionName - The webserviceDescriptionName to set. |
setWsdlPublishDirectory | public void setWsdlPublishDirectory(String wsdlPublishDirectory)(Code) | | Parameters: wsdlPublishDirectory - The wsdlPublishDirectory to set. |
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prexifing XML representation. the XML description of this object. |
|
|
|