org.objectweb.jonas_lib.deployment.xml
Class PortComponentRef

java.lang.Object
  extended by org.objectweb.jonas_lib.deployment.xml.AbsElement
      extended by org.objectweb.jonas_lib.deployment.xml.PortComponentRef
All Implemented Interfaces:
java.io.Serializable, Element

public class PortComponentRef
extends AbsElement

This class defines the implementation of the element port-component-ref.

Author:
Florent Benoit
See Also:
Serialized Form

Constructor Summary
PortComponentRef()
           
 
Method Summary
 java.lang.String getPortComponentLink()
           
 java.lang.String getServiceEndpointInterface()
           
 void setPortComponentLink(java.lang.String portComponentLink)
          Sets the port component link of the port-component-ref
 void setServiceEndpointInterface(java.lang.String serviceEndpointInterface)
          Sets the service endpoint interface of the 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

PortComponentRef

public PortComponentRef()
Method Detail

setServiceEndpointInterface

public void setServiceEndpointInterface(java.lang.String serviceEndpointInterface)
Sets the service endpoint interface of the port-component-ref

Parameters:
serviceEndpointInterface - service endpoint interface of the port-component-ref

setPortComponentLink

public void setPortComponentLink(java.lang.String portComponentLink)
Sets the port component link of the port-component-ref

Parameters:
portComponentLink - port component link of the port-component-ref

getServiceEndpointInterface

public java.lang.String getServiceEndpointInterface()
Returns:
the service endpoint interface of the port-component-ref

getPortComponentLink

public java.lang.String getPortComponentLink()
Returns:
the port component link of the port-component-ref

toXML

public java.lang.String toXML(int indent)
Represents this element by it's XML description.

Specified by:
toXML in interface Element
Specified by:
toXML in class AbsElement
Parameters:
indent - use this indent for prexifing XML representation.
Returns:
the XML description of this object.