| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_ws.deployment.xml.WebserviceDescription
WebserviceDescription | public class WebserviceDescription extends AbsElement (Code) | | This class defines the implementation of the element webservice-description
author: JOnAS team |
WebserviceDescription | public WebserviceDescription()(Code) | | Constructor
|
addPortComponent | public void addPortComponent(PortComponent portComponent)(Code) | | Add a new port-component element to this object
Parameters: portComponent - the portComponentobject |
getDescription | public String getDescription()(Code) | | Gets the description
the description |
getDisplayName | public String getDisplayName()(Code) | | Gets the display-name
the display-name |
getJaxrpcMappingFile | public String getJaxrpcMappingFile()(Code) | | Gets the jaxrpc-mapping-file
the jaxrpc-mapping-file |
getLargeIcon | public String getLargeIcon()(Code) | | Gets the large-icon
the large-icon |
getPortComponentList | public JLinkedList getPortComponentList()(Code) | | Gets the port-component
the port-component |
getSmallIcon | public String getSmallIcon()(Code) | | Gets the small-icon
the small-icon |
getWebserviceDescriptionName | public String getWebserviceDescriptionName()(Code) | | Gets the webservice-description-name
the webservice-description-name |
getWsdlFile | public String getWsdlFile()(Code) | | Gets the wsdl-file
the wsdl-file |
setDescription | public void setDescription(String description)(Code) | | Set the description
Parameters: description - description |
setDisplayName | public void setDisplayName(String displayName)(Code) | | Set the display-name
Parameters: displayName - displayName |
setJaxrpcMappingFile | public void setJaxrpcMappingFile(String jaxrpcMappingFile)(Code) | | Set the jaxrpc-mapping-file
Parameters: jaxrpcMappingFile - jaxrpcMappingFile |
setLargeIcon | public void setLargeIcon(String largeIcon)(Code) | | Set the large-icon
Parameters: largeIcon - largeIcon |
setPortComponentList | public void setPortComponentList(JLinkedList portComponentList)(Code) | | Set the port-component
Parameters: portComponentList - portComponent |
setSmallIcon | public void setSmallIcon(String smallIcon)(Code) | | Set the small-icon
Parameters: smallIcon - smallIcon |
setWebserviceDescriptionName | public void setWebserviceDescriptionName(String webserviceDescriptionName)(Code) | | Set the webservice-description-name
Parameters: webserviceDescriptionName - webserviceDescriptionName |
setWsdlFile | public void setWsdlFile(String wsdlFile)(Code) | | Set the wsdl-file
Parameters: wsdlFile - wsdlFile |
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. |
|
|
|