org.apache.openejb.jee.jba
Class TransportConfig

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

public class TransportConfig
extends Object


Field Summary
protected  String confidentiality
           
protected  String detectMisordering
           
protected  String detectReplay
           
protected  String establishTrustInClient
           
protected  String establishTrustInTarget
           
protected  String integrity
           
 
Constructor Summary
TransportConfig()
           
 
Method Summary
 String getConfidentiality()
          Gets the value of the confidentiality property.
 String getDetectMisordering()
          Gets the value of the detectMisordering property.
 String getDetectReplay()
          Gets the value of the detectReplay property.
 String getEstablishTrustInClient()
          Gets the value of the establishTrustInClient property.
 String getEstablishTrustInTarget()
          Gets the value of the establishTrustInTarget property.
 String getIntegrity()
          Gets the value of the integrity property.
 void setConfidentiality(String value)
          Sets the value of the confidentiality property.
 void setDetectMisordering(String value)
          Sets the value of the detectMisordering property.
 void setDetectReplay(String value)
          Sets the value of the detectReplay property.
 void setEstablishTrustInClient(String value)
          Sets the value of the establishTrustInClient property.
 void setEstablishTrustInTarget(String value)
          Sets the value of the establishTrustInTarget property.
 void setIntegrity(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 String integrity

confidentiality

protected String confidentiality

establishTrustInTarget

protected String establishTrustInTarget

establishTrustInClient

protected String establishTrustInClient

detectMisordering

protected String detectMisordering

detectReplay

protected String detectReplay
Constructor Detail

TransportConfig

public TransportConfig()
Method Detail

getIntegrity

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

Returns:
possible object is String

setIntegrity

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

Parameters:
value - allowed object is String

getConfidentiality

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

Returns:
possible object is String

setConfidentiality

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

Parameters:
value - allowed object is String

getEstablishTrustInTarget

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

Returns:
possible object is String

setEstablishTrustInTarget

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

Parameters:
value - allowed object is String

getEstablishTrustInClient

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

Returns:
possible object is String

setEstablishTrustInClient

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

Parameters:
value - allowed object is String

getDetectMisordering

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

Returns:
possible object is String

setDetectMisordering

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

Parameters:
value - allowed object is String

getDetectReplay

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

Returns:
possible object is String

setDetectReplay

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

Parameters:
value - allowed object is String


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