|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.jba.TransportConfig
public class TransportConfig
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 |
---|
protected java.lang.String integrity
protected java.lang.String confidentiality
protected java.lang.String establishTrustInTarget
protected java.lang.String establishTrustInClient
protected java.lang.String detectMisordering
protected java.lang.String detectReplay
Constructor Detail |
---|
public TransportConfig()
Method Detail |
---|
public java.lang.String getIntegrity()
String
public void setIntegrity(java.lang.String value)
value
- allowed object is
String
public java.lang.String getConfidentiality()
String
public void setConfidentiality(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEstablishTrustInTarget()
String
public void setEstablishTrustInTarget(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEstablishTrustInClient()
String
public void setEstablishTrustInClient(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDetectMisordering()
String
public void setDetectMisordering(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDetectReplay()
String
public void setDetectReplay(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |