org.objectweb.jonas_ejb.deployment.xml
Class SasContextMapping

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

public class SasContextMapping
extends AbsElement

This class defines the implementation of the element sas-context

Author:
JOnAS team
See Also:
Serialized Form

Constructor Summary
SasContextMapping()
          Constructor
 
Method Summary
 java.lang.String getCallerPropagation()
           
 void setCallerPropagation(java.lang.String callerPropagation)
           
 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

SasContextMapping

public SasContextMapping()
Constructor

Method Detail

getCallerPropagation

public java.lang.String getCallerPropagation()
Returns:
Returns the callerPropagation.

setCallerPropagation

public void setCallerPropagation(java.lang.String callerPropagation)
Parameters:
callerPropagation - The callerPropagation to set.

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.