org.apache.openejb.jee.jba
Class TransportConfig

java.lang.Object
  extended by org.apache.openejb.jee.jba.TransportConfig

public class TransportConfig
extends java.lang.Object


Field Summary
protected  java.lang.String confidentiality
           
protected  java.lang.String detectMisordering
           
protected  java.lang.String detectReplay
           
protected  java.lang.String establishTrustInClient
           
protected  java.lang.String establishTrustInTarget
           
protected  java.lang.String integrity
           
 
Constructor Summary
TransportConfig()
           
 
Method Summary
 java.lang.String getConfidentiality()
          Gets the value of the confidentiality property.
 java.lang.String getDetectMisordering()
          Gets the value of the detectMisordering property.
 java.lang.String getDetectReplay()
          Gets the value of the detectReplay property.
 java.lang.String getEstablishTrustInClient()
          Gets the value of the establishTrustInClient property.
 java.lang.String getEstablishTrustInTarget()
          Gets the value of the establishTrustInTarget property.
 java.lang.String getIntegrity()
          Gets the value of the integrity property.
 void setConfidentiality(java.lang.String value)
          Sets the value of the confidentiality property.
 void setDetectMisordering(java.lang.String value)
          Sets the value of the detectMisordering property.
 void setDetectReplay(java.lang.String value)
          Sets the value of the detectReplay property.
 void setEstablishTrustInClient(java.lang.String value)
          Sets the value of the establishTrustInClient property.
 void setEstablishTrustInTarget(java.lang.String value)
          Sets the value of the establishTrustInTarget property.
 void setIntegrity(java.lang.String value)
          Sets the value of the integrity property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

integrity

protected java.lang.String integrity

confidentiality

protected java.lang.String confidentiality

establishTrustInTarget

protected java.lang.String establishTrustInTarget

establishTrustInClient

protected java.lang.String establishTrustInClient

detectMisordering

protected java.lang.String detectMisordering

detectReplay

protected java.lang.String detectReplay
Constructor Detail

TransportConfig

public TransportConfig()
Method Detail

getIntegrity

public java.lang.String getIntegrity()
Gets the value of the integrity property.

Returns:
possible object is String

setIntegrity

public void setIntegrity(java.lang.String value)
Sets the value of the integrity property.

Parameters:
value - allowed object is String

getConfidentiality

public java.lang.String getConfidentiality()
Gets the value of the confidentiality property.

Returns:
possible object is String

setConfidentiality

public void setConfidentiality(java.lang.String value)
Sets the value of the confidentiality property.

Parameters:
value - allowed object is String

getEstablishTrustInTarget

public java.lang.String getEstablishTrustInTarget()
Gets the value of the establishTrustInTarget property.

Returns:
possible object is String

setEstablishTrustInTarget

public void setEstablishTrustInTarget(java.lang.String value)
Sets the value of the establishTrustInTarget property.

Parameters:
value - allowed object is String

getEstablishTrustInClient

public java.lang.String getEstablishTrustInClient()
Gets the value of the establishTrustInClient property.

Returns:
possible object is String

setEstablishTrustInClient

public void setEstablishTrustInClient(java.lang.String value)
Sets the value of the establishTrustInClient property.

Parameters:
value - allowed object is String

getDetectMisordering

public java.lang.String getDetectMisordering()
Gets the value of the detectMisordering property.

Returns:
possible object is String

setDetectMisordering

public void setDetectMisordering(java.lang.String value)
Sets the value of the detectMisordering property.

Parameters:
value - allowed object is String

getDetectReplay

public java.lang.String getDetectReplay()
Gets the value of the detectReplay property.

Returns:
possible object is String

setDetectReplay

public void setDetectReplay(java.lang.String value)
Sets the value of the detectReplay property.

Parameters:
value - allowed object is String


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.