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

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

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

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 JonasServiceRef ()
void setServiceRefName (String serviceRefName)
void addJonasInitParam (JonasInitParam jonasInitParam)
void addJonasPortComponentRef (JonasPortComponentRef jonasPortComponentRef)
void setAltWsdl (String altWsdl)
String getServiceRefName ()
JLinkedList getJonasInitParamList ()
JLinkedList getJonasPortComponentRefList ()
String getAltWsdl ()
String toXML (int indent)

Detailed Description

This class defines the implementation of the element jonas-service-ref.
Author:
Florent Benoit

Definition at line 32 of file JonasServiceRef.java.


Constructor & Destructor Documentation

org.objectweb.jonas_lib.deployment.xml.JonasServiceRef.JonasServiceRef  ) 
 

Constructor : build a new JonasServiceRef object

Definition at line 57 of file JonasServiceRef.java.


Member Function Documentation

void org.objectweb.jonas_lib.deployment.xml.JonasServiceRef.addJonasInitParam JonasInitParam  jonasInitParam  ) 
 

Add a parameter

Parameters:
jonasInitParam the JonasInitParam object to add to our list

Definition at line 79 of file JonasServiceRef.java.

void org.objectweb.jonas_lib.deployment.xml.JonasServiceRef.addJonasPortComponentRef JonasPortComponentRef  jonasPortComponentRef  ) 
 

Add a parameter

Parameters:
jonasPortComponentRef the JonasPortComponentRef object to add to our list

Definition at line 87 of file JonasServiceRef.java.

String org.objectweb.jonas_lib.deployment.xml.JonasServiceRef.getAltWsdl  ) 
 

Returns:
Returns the altWsdl.

Definition at line 125 of file JonasServiceRef.java.

JLinkedList org.objectweb.jonas_lib.deployment.xml.JonasServiceRef.getJonasInitParamList  ) 
 

Returns:
the list of init parameters

Definition at line 111 of file JonasServiceRef.java.

JLinkedList org.objectweb.jonas_lib.deployment.xml.JonasServiceRef.getJonasPortComponentRefList  ) 
 

Returns:
the list of jonas port component ref

Definition at line 118 of file JonasServiceRef.java.

String org.objectweb.jonas_lib.deployment.xml.JonasServiceRef.getServiceRefName  ) 
 

Returns:
the name of the service-ref

Definition at line 103 of file JonasServiceRef.java.

void org.objectweb.jonas_lib.deployment.xml.JonasServiceRef.setAltWsdl String  altWsdl  ) 
 

Parameters:
altWsdl The altWsdl to set.

Definition at line 94 of file JonasServiceRef.java.

void org.objectweb.jonas_lib.deployment.xml.JonasServiceRef.setServiceRefName String  serviceRefName  ) 
 

Sets the name

Parameters:
serviceRefName the name to use

Definition at line 70 of file JonasServiceRef.java.

String org.objectweb.jonas_lib.deployment.xml.JonasServiceRef.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 134 of file JonasServiceRef.java.

References org.objectweb.jonas_lib.deployment.xml.AbsElement.indent(), org.objectweb.jonas_lib.deployment.xml.JLinkedList.toString(), org.objectweb.jonas_lib.deployment.xml.JLinkedList.toXML(), 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:40 2005 for JOnAS by  doxygen 1.3.9.1