|
||||||||||
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
public class 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 |
String |
getDescription()
Gets the description |
String |
getDisplayName()
Gets the display-name |
String |
getJaxrpcMappingFile()
Gets the jaxrpc-mapping-file |
String |
getLargeIcon()
Gets the large-icon |
JLinkedList |
getPortComponentList()
Gets the port-component |
String |
getSmallIcon()
Gets the small-icon |
String |
getWebserviceDescriptionName()
Gets the webservice-description-name |
String |
getWsdlFile()
Gets the wsdl-file |
void |
setDescription(String description)
Set the description |
void |
setDisplayName(String displayName)
Set the display-name |
void |
setJaxrpcMappingFile(String jaxrpcMappingFile)
Set the jaxrpc-mapping-file |
void |
setLargeIcon(String largeIcon)
Set the large-icon |
void |
setPortComponentList(JLinkedList portComponentList)
Set the port-component |
void |
setSmallIcon(String smallIcon)
Set the small-icon |
void |
setWebserviceDescriptionName(String webserviceDescriptionName)
Set the webservice-description-name |
void |
setWsdlFile(String wsdlFile)
Set the wsdl-file |
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 String getDescription()
public void setDescription(String description)
description
- descriptionpublic String getDisplayName()
public void setDisplayName(String displayName)
displayName
- displayNamepublic String getSmallIcon()
public void setSmallIcon(String smallIcon)
smallIcon
- smallIconpublic String getLargeIcon()
public void setLargeIcon(String largeIcon)
largeIcon
- largeIconpublic String getWebserviceDescriptionName()
public void setWebserviceDescriptionName(String webserviceDescriptionName)
webserviceDescriptionName
- webserviceDescriptionNamepublic String getWsdlFile()
public void setWsdlFile(String wsdlFile)
wsdlFile
- wsdlFilepublic String getJaxrpcMappingFile()
public void setJaxrpcMappingFile(String jaxrpcMappingFile)
jaxrpcMappingFile
- jaxrpcMappingFilepublic JLinkedList getPortComponentList()
public void setPortComponentList(JLinkedList portComponentList)
portComponentList
- portComponentpublic void addPortComponent(PortComponent portComponent)
portComponent
- the portComponentobjectpublic String toXML(int indent)
toXML
in interface Element
toXML
in class AbsElement
indent
- use this indent for prexifing XML representation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |