| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_ejb.deployment.xml.TransportConfigMapping
TransportConfigMapping | public class TransportConfigMapping extends AbsElement (Code) | | This class defines the implementation of the element transport-config
author: JOnAS team |
TransportConfigMapping | public TransportConfigMapping()(Code) | | Constructor
|
getConfidentiality | public String getConfidentiality()(Code) | | Returns the confidentiality. |
getEstablishTrustInClient | public String getEstablishTrustInClient()(Code) | | Returns the establishTrustInClient. |
getEstablishTrustInTarget | public String getEstablishTrustInTarget()(Code) | | Returns the establishTrustInTarget. |
getIntegrity | public String getIntegrity()(Code) | | Returns the integrity. |
setConfidentiality | public void setConfidentiality(String confidentiality)(Code) | | Parameters: confidentiality - The confidentiality to set. |
setEstablishTrustInClient | public void setEstablishTrustInClient(String establishTrustInClient)(Code) | | Parameters: establishTrustInClient - The establishTrustInClient to set. |
setEstablishTrustInTarget | public void setEstablishTrustInTarget(String establishTrustInTarget)(Code) | | Parameters: establishTrustInTarget - The establishTrustInTarget to set. |
setIntegrity | public void setIntegrity(String integrity)(Code) | | Parameters: integrity - The integrity to set. |
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prexifing XML representation. the XML description of this object. |
|
|
|