org.objectweb.jonas_lib.deployment.xml.PortComponentRef Class Reference

Inherits org.objectweb.jonas_lib.deployment.xml.AbsElement.

Inheritance diagram for org.objectweb.jonas_lib.deployment.xml.PortComponentRef:

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.jonas_lib.deployment.xml.PortComponentRef:

Collaboration graph
[legend]
List of all members.

Public Member Functions

void setServiceEndpointInterface (String serviceEndpointInterface)
void setPortComponentLink (String portComponentLink)
String getServiceEndpointInterface ()
String getPortComponentLink ()
String toXML (int indent)

Detailed Description

This class defines the implementation of the element port-component-ref.
Author:
Florent Benoit

Definition at line 34 of file PortComponentRef.java.


Member Function Documentation

String org.objectweb.jonas_lib.deployment.xml.PortComponentRef.getPortComponentLink  ) 
 

Returns:
the port component link of the port-component-ref

Definition at line 80 of file PortComponentRef.java.

String org.objectweb.jonas_lib.deployment.xml.PortComponentRef.getServiceEndpointInterface  ) 
 

Returns:
the service endpoint interface of the port-component-ref

Definition at line 73 of file PortComponentRef.java.

Referenced by org.objectweb.jonas_ws.deployment.api.ServiceRefDesc.ServiceRefDesc().

void org.objectweb.jonas_lib.deployment.xml.PortComponentRef.setPortComponentLink String  portComponentLink  ) 
 

Sets the port component link of the port-component-ref

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

Definition at line 63 of file PortComponentRef.java.

void org.objectweb.jonas_lib.deployment.xml.PortComponentRef.setServiceEndpointInterface String  serviceEndpointInterface  ) 
 

Sets the service endpoint interface of the port-component-ref

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

Definition at line 54 of file PortComponentRef.java.

String org.objectweb.jonas_lib.deployment.xml.PortComponentRef.toXML int  indent  )  [virtual]
 

Represents this element by it's XML description.

Parameters:
indent use this indent for prexifing XML representation.
Returns:
the XML description of this object.

Implements org.objectweb.jonas_lib.deployment.xml.AbsElement.

Definition at line 90 of file PortComponentRef.java.

References org.objectweb.jonas_lib.deployment.xml.AbsElement.indent(), and org.objectweb.jonas_lib.deployment.xml.AbsElement.xmlElement().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:12:41 2005 for JOnAS by  doxygen 1.3.9.1