| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_lib.deployment.xml.JonasPortComponentRef
JonasPortComponentRef | public class JonasPortComponentRef extends AbsElement (Code) | | This class defines the implementation of the element jonas-port-component-ref.
author: Florent Benoit |
JonasPortComponentRef | public JonasPortComponentRef()(Code) | | Constructor : build a new JonasServiceRef object
|
addJonasCallProperty | public void addJonasCallProperty(JonasCallProperty jonasCallProperty)(Code) | | Add a parameter
Parameters: jonasCallProperty - the JonasCallProperty object to add to our list |
addJonasStubProperty | public void addJonasStubProperty(JonasStubProperty jonasStubProperty)(Code) | | Add a parameter
Parameters: jonasStubProperty - the JonasStubProperty object to add to our list |
getJonasCallPropertyList | public JLinkedList getJonasCallPropertyList()(Code) | | the list of jonas-call-property |
getJonasStubPropertyList | public JLinkedList getJonasStubPropertyList()(Code) | | the list of jonas-stub-property |
getServiceEndpointInterface | public String getServiceEndpointInterface()(Code) | | the service endpoint interface of the port-component-ref |
getWsdlPort | public Qname getWsdlPort()(Code) | | the wsdl port QName of the jonas-port-component-ref |
setServiceEndpointInterface | public void setServiceEndpointInterface(String serviceEndpointInterface)(Code) | | Sets the service endpoint interface of the port-component-ref
Parameters: serviceEndpointInterface - service endpoint interface of the port-component-ref |
setWsdlPort | public void setWsdlPort(Qname wsdlPort)(Code) | | Sets the wsdl port QName of the jonas-port-component-ref
Parameters: wsdlPort - wsdl port QName of the jonas-port-component-ref |
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. |
|
|
|