org.jboss.metadata.ejb.jboss
Class IORTransportConfigMetaData

java.lang.Object
  extended by org.jboss.metadata.javaee.support.IdMetaDataImpl
      extended by org.jboss.metadata.javaee.support.IdMetaDataImplWithDescriptions
          extended by org.jboss.metadata.ejb.jboss.IORTransportConfigMetaData
All Implemented Interfaces:
Serializable, Cloneable, IdMetaData

public class IORTransportConfigMetaData
extends IdMetaDataImplWithDescriptions

IORTransportConfigMetaData. TODO LAST enums

Version:
$Revision: 1.1 $
Author:
Adrian Brock
See Also:
Serialized Form

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

INTEGRITY_NONE

public static final String INTEGRITY_NONE
Integrity not required

See Also:
Constant Field Values

INTEGRITY_SUPPORTED

public static final String INTEGRITY_SUPPORTED
Integrity supported

See Also:
Constant Field Values

INTEGRITY_REQUIRED

public static final String INTEGRITY_REQUIRED
Integrity required

See Also:
Constant Field Values

CONFIDENTIALITY_NONE

public static final String CONFIDENTIALITY_NONE
Confidentiality not required

See Also:
Constant Field Values

CONFIDENTIALITY_SUPPORTED

public static final String CONFIDENTIALITY_SUPPORTED
Confidentiality supported

See Also:
Constant Field Values

CONFIDENTIALITY_REQUIRED

public static final String CONFIDENTIALITY_REQUIRED
Confidentiality required

See Also:
Constant Field Values

DETECT_MISORDERING_NONE

public static final String DETECT_MISORDERING_NONE
Detect misordering not required

See Also:
Constant Field Values

DETECT_MISORDERING_SUPPORTED

public static final String DETECT_MISORDERING_SUPPORTED
Detect misordering supported

See Also:
Constant Field Values

DETECT_MISORDERING_REQUIRED

public static final String DETECT_MISORDERING_REQUIRED
Detect misordering required

See Also:
Constant Field Values

DETECT_REPLAY_NONE

public static final String DETECT_REPLAY_NONE
Detect replay not required

See Also:
Constant Field Values

DETECT_REPLAY_SUPPORTED

public static final String DETECT_REPLAY_SUPPORTED
Detect replay supported

See Also:
Constant Field Values

DETECT_REPLAY_REQUIRED

public static final String DETECT_REPLAY_REQUIRED
Detect replay required

See Also:
Constant Field Values

ESTABLISH_TRUST_IN_TARGET_NONE

public static final String ESTABLISH_TRUST_IN_TARGET_NONE
Establish trust in target not required

See Also:
Constant Field Values

ESTABLISH_TRUST_IN_TARGET_SUPPORTED

public static final String ESTABLISH_TRUST_IN_TARGET_SUPPORTED
Establish trust in target supported

See Also:
Constant Field Values

ESTABLISH_TRUST_IN_CLIENT_NONE

public static final String ESTABLISH_TRUST_IN_CLIENT_NONE
Establish trust in client not required

See Also:
Constant Field Values

ESTABLISH_TRUST_IN_CLIENT_SUPPORTED

public static final String ESTABLISH_TRUST_IN_CLIENT_SUPPORTED
Establish trust in client supported

See Also:
Constant Field Values

ESTABLISH_TRUST_IN_CLIENT_REQUIRED

public static final String ESTABLISH_TRUST_IN_CLIENT_REQUIRED
Establish trust in client required

See Also:
Constant Field Values
Constructor Detail

IORTransportConfigMetaData

public IORTransportConfigMetaData()
Method Detail

getIntegrity

public String getIntegrity()
Get the integrity.

Returns:
the integrity.

setIntegrity

public void setIntegrity(String integrity)
Set the integrity.

Parameters:
integrity - the integrity.
Throws:
IllegalArgumentException - for a null integrity

getConfidentiality

public String getConfidentiality()
Get the confidentiality.

Returns:
the confidentiality.

setConfidentiality

public void setConfidentiality(String confidentiality)
Set the confidentiality.

Parameters:
confidentiality - the confidentiality.
Throws:
IllegalArgumentException - for a null confidentiality

getEstablishTrustInTarget

public String getEstablishTrustInTarget()
Get the establishTrustInTarget.

Returns:
the establishTrustInTarget.

setEstablishTrustInTarget

public void setEstablishTrustInTarget(String establishTrustInTarget)
Set the establishTrustInTarget.

Parameters:
establishTrustInTarget - the establishTrustInTarget.
Throws:
IllegalArgumentException - for a null establishTrustInTarget

getEstablishTrustInClient

public String getEstablishTrustInClient()
Get the establishTrustInClient.

Returns:
the establishTrustInClient.

setEstablishTrustInClient

public void setEstablishTrustInClient(String establishTrustInClient)
Set the establishTrustInClient.

Parameters:
establishTrustInClient - the establishTrustInClient.
Throws:
IllegalArgumentException - for a null establishTrustInClient

getDetectMisordering

public String getDetectMisordering()
Get the detectMisordering.

Returns:
the detectMisordering.

setDetectMisordering

public void setDetectMisordering(String detectMisordering)
Set the detectMisordering.

Parameters:
detectMisordering - the detectMisordering.
Throws:
IllegalArgumentException - for a null detectMisordering

getDetectReplay

public String getDetectReplay()
Get the detectReplay.

Returns:
the detectReplay.

setDetectReplay

public void setDetectReplay(String detectReplay)
Set the detectReplay.

Parameters:
detectReplay - the detectReplay.
Throws:
IllegalArgumentException - for a null detectReplay


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.