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

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

public class IorSecurityConfigMapping
extends AbsElement

This class defines the implementation of the element ior-security-config-mapping

Author:
JOnAS team
See Also:
Serialized Form

Constructor Summary
IorSecurityConfigMapping()
          Constructor
 
Method Summary
 AsContextMapping getAsContext()
           
 SasContextMapping getSasContext()
           
 TransportConfigMapping getTransportConfig()
           
 void setAsContext(AsContextMapping asContext)
           
 void setSasContext(SasContextMapping sasContext)
           
 void setTransportConfig(TransportConfigMapping transportConfig)
           
 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

IorSecurityConfigMapping

public IorSecurityConfigMapping()
Constructor

Method Detail

getAsContext

public AsContextMapping getAsContext()
Returns:
Returns the asContext.

setAsContext

public void setAsContext(AsContextMapping asContext)
Parameters:
asContext - The asContext to set.

getSasContext

public SasContextMapping getSasContext()
Returns:
Returns the sasContext.

setSasContext

public void setSasContext(SasContextMapping sasContext)
Parameters:
sasContext - The sasContext to set.

getTransportConfig

public TransportConfigMapping getTransportConfig()
Returns:
Returns the transportConfig.

setTransportConfig

public void setTransportConfig(TransportConfigMapping transportConfig)
Parameters:
transportConfig - The transportConfig 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.