|
||||||||||
| 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_lib.deployment.xml.AbsDescriptionElement
org.objectweb.jonas_ws.deployment.xml.PortComponent
This class defines the implementation of the element port-component (use here the common handler object defined in jonas-lib, even if there is no "port-name" in our case)
| Constructor Summary | |
PortComponent()
Constructor |
|
| Method Summary | |
void |
addHandler(Handler handler)
Add a new handler element to this object |
JLinkedList |
getHandlerList()
Gets the handler |
java.lang.String |
getPortComponentName()
Gets the port-component-name |
java.lang.String |
getServiceEndpointInterface()
Gets the service-endpoint-interface |
ServiceImplBean |
getServiceImplBean()
Gets the service-impl-bean |
Qname |
getWsdlPort()
Gets the wsdl-port |
void |
setHandlerList(JLinkedList handlerList)
Set the handler |
void |
setPortComponentName(java.lang.String portComponentName)
Set the port-component-name |
void |
setServiceEndpointInterface(java.lang.String serviceEndpointInterface)
Set the service-endpoint-interface |
void |
setServiceImplBean(ServiceImplBean serviceImplBean)
Set the service-impl-bean |
void |
setWsdlPort(Qname wsdlPort)
Set the wsdl-port |
java.lang.String |
toXML(int indent)
Represents this element by it's XML description. |
| Methods inherited from class org.objectweb.jonas_lib.deployment.xml.AbsDescriptionElement |
getDescription, getDisplayName, getIcon, setDescription, setDisplayName, setIcon, setLargeIcon, setLargeIcon, setSmallIcon, setSmallIcon |
| 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 |
| Methods inherited from interface org.objectweb.jonas_lib.deployment.xml.DescriptionGroupXml |
getDescription, getDisplayName, getIcon |
| Constructor Detail |
public PortComponent()
| Method Detail |
public java.lang.String getPortComponentName()
public void setPortComponentName(java.lang.String portComponentName)
portComponentName - portComponentNamepublic Qname getWsdlPort()
public void setWsdlPort(Qname wsdlPort)
wsdlPort - wsdlPortpublic java.lang.String getServiceEndpointInterface()
public void setServiceEndpointInterface(java.lang.String serviceEndpointInterface)
serviceEndpointInterface - serviceEndpointInterfacepublic ServiceImplBean getServiceImplBean()
public void setServiceImplBean(ServiceImplBean serviceImplBean)
serviceImplBean - serviceImplBeanpublic JLinkedList getHandlerList()
public void setHandlerList(JLinkedList handlerList)
handlerList - handlerpublic void addHandler(Handler handler)
handler - the handlerobjectpublic 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 | |||||||||