| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_lib.deployment.xml.PortComponentRef
PortComponentRef | public class PortComponentRef extends AbsElement (Code) | | This class defines the implementation of the element port-component-ref.
author: Florent Benoit |
getPortComponentLink | public String getPortComponentLink()(Code) | | the port component link of the port-component-ref |
getServiceEndpointInterface | public String getServiceEndpointInterface()(Code) | | the service endpoint interface of the port-component-ref |
setPortComponentLink | public void setPortComponentLink(String portComponentLink)(Code) | | Sets the port component link of the port-component-ref
Parameters: portComponentLink - port component link of the 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 |
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. |
|
|
|