|
||||||||||
| 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.JonasPortComponentRef
This class defines the implementation of the element jonas-port-component-ref.
| Constructor Summary | |
JonasPortComponentRef()
Constructor : build a new JonasServiceRef object |
|
| Method Summary | |
void |
addJonasCallProperty(JonasCallProperty jonasCallProperty)
Add a parameter |
void |
addJonasStubProperty(JonasStubProperty jonasStubProperty)
Add a parameter |
JLinkedList |
getJonasCallPropertyList()
|
JLinkedList |
getJonasStubPropertyList()
|
java.lang.String |
getServiceEndpointInterface()
|
Qname |
getWsdlPort()
|
void |
setServiceEndpointInterface(java.lang.String serviceEndpointInterface)
Sets the service endpoint interface of the port-component-ref |
void |
setWsdlPort(Qname wsdlPort)
Sets the wsdl port QName of the jonas-port-component-ref |
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 JonasPortComponentRef()
| Method Detail |
public void setWsdlPort(Qname wsdlPort)
wsdlPort - wsdl port QName of the jonas-port-component-refpublic void setServiceEndpointInterface(java.lang.String serviceEndpointInterface)
serviceEndpointInterface - service endpoint interface of the port-component-refpublic void addJonasCallProperty(JonasCallProperty jonasCallProperty)
jonasCallProperty - the JonasCallProperty object to add to our listpublic void addJonasStubProperty(JonasStubProperty jonasStubProperty)
jonasStubProperty - the JonasStubProperty object to add to our listpublic java.lang.String getServiceEndpointInterface()
public Qname getWsdlPort()
public JLinkedList getJonasCallPropertyList()
public JLinkedList getJonasStubPropertyList()
public 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 | |||||||||