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