|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.jonas_lib.deployment.xml.AbsElement
org.objectweb.jonas_ws.deployment.xml.WebserviceDescription
This class defines the implementation of the element webservice-description
| Constructor Summary | |
WebserviceDescription()
Constructor |
|
| Method Summary | |
void |
addPortComponent(PortComponent portComponent)
Add a new port-component element to this object |
java.lang.String |
getDescription()
Gets the description |
java.lang.String |
getDisplayName()
Gets the display-name |
java.lang.String |
getJaxrpcMappingFile()
Gets the jaxrpc-mapping-file |
java.lang.String |
getLargeIcon()
Gets the large-icon |
JLinkedList |
getPortComponentList()
Gets the port-component |
java.lang.String |
getSmallIcon()
Gets the small-icon |
java.lang.String |
getWebserviceDescriptionName()
Gets the webservice-description-name |
java.lang.String |
getWsdlFile()
Gets the wsdl-file |
void |
setDescription(java.lang.String description)
Set the description |
void |
setDisplayName(java.lang.String displayName)
Set the display-name |
void |
setJaxrpcMappingFile(java.lang.String jaxrpcMappingFile)
Set the jaxrpc-mapping-file |
void |
setLargeIcon(java.lang.String largeIcon)
Set the large-icon |
void |
setPortComponentList(JLinkedList portComponentList)
Set the port-component |
void |
setSmallIcon(java.lang.String smallIcon)
Set the small-icon |
void |
setWebserviceDescriptionName(java.lang.String webserviceDescriptionName)
Set the webservice-description-name |
void |
setWsdlFile(java.lang.String wsdlFile)
Set the wsdl-file |
java.lang.String |
toXML(int indent)
Represents this element by it's XML description. |
| Methods inherited from class org.objectweb.jonas_lib.deployment.xml.AbsElement |
indent, toString, toXML, xmlAttribute, xmlElement |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public WebserviceDescription()
| Method Detail |
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - descriptionpublic java.lang.String getDisplayName()
public void setDisplayName(java.lang.String displayName)
displayName - displayNamepublic java.lang.String getSmallIcon()
public void setSmallIcon(java.lang.String smallIcon)
smallIcon - smallIconpublic java.lang.String getLargeIcon()
public void setLargeIcon(java.lang.String largeIcon)
largeIcon - largeIconpublic java.lang.String getWebserviceDescriptionName()
public void setWebserviceDescriptionName(java.lang.String webserviceDescriptionName)
webserviceDescriptionName - webserviceDescriptionNamepublic java.lang.String getWsdlFile()
public void setWsdlFile(java.lang.String wsdlFile)
wsdlFile - wsdlFilepublic java.lang.String getJaxrpcMappingFile()
public void setJaxrpcMappingFile(java.lang.String jaxrpcMappingFile)
jaxrpcMappingFile - jaxrpcMappingFilepublic JLinkedList getPortComponentList()
public void setPortComponentList(JLinkedList portComponentList)
portComponentList - portComponentpublic void addPortComponent(PortComponent portComponent)
portComponent - the portComponentobjectpublic java.lang.String toXML(int indent)
toXML in interface ElementtoXML in class AbsElementindent - use this indent for prexifing XML representation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||