org.ow2.jonas.deployment.ejb.xml
Class TransportConfigMapping

java.lang.Object
  extended by org.ow2.jonas.deployment.common.xml.AbsElement
      extended by org.ow2.jonas.deployment.ejb.xml.TransportConfigMapping
All Implemented Interfaces:
Serializable, Element

public class TransportConfigMapping
extends AbsElement

This class defines the implementation of the element transport-config

Author:
JOnAS team
See Also:
Serialized Form

Constructor Summary
TransportConfigMapping()
          Constructor
 
Method Summary
 String getConfidentiality()
           
 String getEstablishTrustInClient()
           
 String getEstablishTrustInTarget()
           
 String getIntegrity()
           
 void setConfidentiality(String confidentiality)
           
 void setEstablishTrustInClient(String establishTrustInClient)
           
 void setEstablishTrustInTarget(String establishTrustInTarget)
           
 void setIntegrity(String integrity)
           
 String toXML(int indent)
          Represents this element by it's XML description.
 
Methods inherited from class org.ow2.jonas.deployment.common.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

TransportConfigMapping

public TransportConfigMapping()
Constructor

Method Detail

getConfidentiality

public String getConfidentiality()
Returns:
Returns the confidentiality.

setConfidentiality

public void setConfidentiality(String confidentiality)
Parameters:
confidentiality - The confidentiality to set.

getEstablishTrustInClient

public String getEstablishTrustInClient()
Returns:
Returns the establishTrustInClient.

setEstablishTrustInClient

public void setEstablishTrustInClient(String establishTrustInClient)
Parameters:
establishTrustInClient - The establishTrustInClient to set.

getEstablishTrustInTarget

public String getEstablishTrustInTarget()
Returns:
Returns the establishTrustInTarget.

setEstablishTrustInTarget

public void setEstablishTrustInTarget(String establishTrustInTarget)
Parameters:
establishTrustInTarget - The establishTrustInTarget to set.

getIntegrity

public String getIntegrity()
Returns:
Returns the integrity.

setIntegrity

public void setIntegrity(String integrity)
Parameters:
integrity - The integrity to set.

toXML

public 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.


Copyright © 2010 OW2 Consortium. All Rights Reserved.