|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.javaee.support.IdMetaDataImpl
org.jboss.metadata.javaee.support.IdMetaDataImplWithDescriptions
org.jboss.metadata.ejb.jboss.IORTransportConfigMetaData
public class IORTransportConfigMetaData
IORTransportConfigMetaData. TODO LAST enums
Field Summary | |
---|---|
static String |
CONFIDENTIALITY_NONE
Confidentiality not required |
static String |
CONFIDENTIALITY_REQUIRED
Confidentiality required |
static String |
CONFIDENTIALITY_SUPPORTED
Confidentiality supported |
static String |
DETECT_MISORDERING_NONE
Detect misordering not required |
static String |
DETECT_MISORDERING_REQUIRED
Detect misordering required |
static String |
DETECT_MISORDERING_SUPPORTED
Detect misordering supported |
static String |
DETECT_REPLAY_NONE
Detect replay not required |
static String |
DETECT_REPLAY_REQUIRED
Detect replay required |
static String |
DETECT_REPLAY_SUPPORTED
Detect replay supported |
static String |
ESTABLISH_TRUST_IN_CLIENT_NONE
Establish trust in client not required |
static String |
ESTABLISH_TRUST_IN_CLIENT_REQUIRED
Establish trust in client required |
static String |
ESTABLISH_TRUST_IN_CLIENT_SUPPORTED
Establish trust in client supported |
static String |
ESTABLISH_TRUST_IN_TARGET_NONE
Establish trust in target not required |
static String |
ESTABLISH_TRUST_IN_TARGET_SUPPORTED
Establish trust in target supported |
static String |
INTEGRITY_NONE
Integrity not required |
static String |
INTEGRITY_REQUIRED
Integrity required |
static String |
INTEGRITY_SUPPORTED
Integrity supported |
Constructor Summary | |
---|---|
IORTransportConfigMetaData()
|
Method Summary | |
---|---|
String |
getConfidentiality()
Get the confidentiality. |
String |
getDetectMisordering()
Get the detectMisordering. |
String |
getDetectReplay()
Get the detectReplay. |
String |
getEstablishTrustInClient()
Get the establishTrustInClient. |
String |
getEstablishTrustInTarget()
Get the establishTrustInTarget. |
String |
getIntegrity()
Get the integrity. |
void |
setConfidentiality(String confidentiality)
Set the confidentiality. |
void |
setDetectMisordering(String detectMisordering)
Set the detectMisordering. |
void |
setDetectReplay(String detectReplay)
Set the detectReplay. |
void |
setEstablishTrustInClient(String establishTrustInClient)
Set the establishTrustInClient. |
void |
setEstablishTrustInTarget(String establishTrustInTarget)
Set the establishTrustInTarget. |
void |
setIntegrity(String integrity)
Set the integrity. |
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImplWithDescriptions |
---|
getDescriptions, merge, setDescriptions |
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl |
---|
clone, equals, getId, hashCode, merge, setId |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String INTEGRITY_NONE
public static final String INTEGRITY_SUPPORTED
public static final String INTEGRITY_REQUIRED
public static final String CONFIDENTIALITY_NONE
public static final String CONFIDENTIALITY_SUPPORTED
public static final String CONFIDENTIALITY_REQUIRED
public static final String DETECT_MISORDERING_NONE
public static final String DETECT_MISORDERING_SUPPORTED
public static final String DETECT_MISORDERING_REQUIRED
public static final String DETECT_REPLAY_NONE
public static final String DETECT_REPLAY_SUPPORTED
public static final String DETECT_REPLAY_REQUIRED
public static final String ESTABLISH_TRUST_IN_TARGET_NONE
public static final String ESTABLISH_TRUST_IN_TARGET_SUPPORTED
public static final String ESTABLISH_TRUST_IN_CLIENT_NONE
public static final String ESTABLISH_TRUST_IN_CLIENT_SUPPORTED
public static final String ESTABLISH_TRUST_IN_CLIENT_REQUIRED
Constructor Detail |
---|
public IORTransportConfigMetaData()
Method Detail |
---|
public String getIntegrity()
public void setIntegrity(String integrity)
integrity
- the integrity.
IllegalArgumentException
- for a null integritypublic String getConfidentiality()
public void setConfidentiality(String confidentiality)
confidentiality
- the confidentiality.
IllegalArgumentException
- for a null confidentialitypublic String getEstablishTrustInTarget()
public void setEstablishTrustInTarget(String establishTrustInTarget)
establishTrustInTarget
- the establishTrustInTarget.
IllegalArgumentException
- for a null establishTrustInTargetpublic String getEstablishTrustInClient()
public void setEstablishTrustInClient(String establishTrustInClient)
establishTrustInClient
- the establishTrustInClient.
IllegalArgumentException
- for a null establishTrustInClientpublic String getDetectMisordering()
public void setDetectMisordering(String detectMisordering)
detectMisordering
- the detectMisordering.
IllegalArgumentException
- for a null detectMisorderingpublic String getDetectReplay()
public void setDetectReplay(String detectReplay)
detectReplay
- the detectReplay.
IllegalArgumentException
- for a null detectReplay
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |