Package org.apache.openejb.jee.sun
Class TransportConfig
- java.lang.Object
-
- org.apache.openejb.jee.sun.TransportConfig
-
public class TransportConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringconfidentialityprotected StringestablishTrustInClientprotected StringestablishTrustInTargetprotected Stringintegrity
-
Constructor Summary
Constructors Constructor Description TransportConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConfidentiality()StringgetEstablishTrustInClient()StringgetEstablishTrustInTarget()StringgetIntegrity()voidsetConfidentiality(String value)voidsetEstablishTrustInClient(String value)voidsetEstablishTrustInTarget(String value)voidsetIntegrity(String value)
-
-
-
Method Detail
-
getIntegrity
public String getIntegrity()
-
setIntegrity
public void setIntegrity(String value)
-
getConfidentiality
public String getConfidentiality()
-
setConfidentiality
public void setConfidentiality(String value)
-
getEstablishTrustInTarget
public String getEstablishTrustInTarget()
-
setEstablishTrustInTarget
public void setEstablishTrustInTarget(String value)
-
getEstablishTrustInClient
public String getEstablishTrustInClient()
-
setEstablishTrustInClient
public void setEstablishTrustInClient(String value)
-
-