Package org.apache.openejb.jee.jba
Class TransportConfig
- java.lang.Object
-
- org.apache.openejb.jee.jba.TransportConfig
-
public class TransportConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringconfidentialityprotected StringdetectMisorderingprotected StringdetectReplayprotected StringestablishTrustInClientprotected StringestablishTrustInTargetprotected Stringintegrity
-
Constructor Summary
Constructors Constructor Description TransportConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConfidentiality()Gets the value of the confidentiality property.StringgetDetectMisordering()Gets the value of the detectMisordering property.StringgetDetectReplay()Gets the value of the detectReplay property.StringgetEstablishTrustInClient()Gets the value of the establishTrustInClient property.StringgetEstablishTrustInTarget()Gets the value of the establishTrustInTarget property.StringgetIntegrity()Gets the value of the integrity property.voidsetConfidentiality(String value)Sets the value of the confidentiality property.voidsetDetectMisordering(String value)Sets the value of the detectMisordering property.voidsetDetectReplay(String value)Sets the value of the detectReplay property.voidsetEstablishTrustInClient(String value)Sets the value of the establishTrustInClient property.voidsetEstablishTrustInTarget(String value)Sets the value of the establishTrustInTarget property.voidsetIntegrity(String value)Sets the value of the integrity property.
-
-
-
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
-
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
getDetectReplay
public String getDetectReplay()
Gets the value of the detectReplay property.- Returns:
- possible object is
String
-
-