public class ReliableMessagingFeature extends WebServiceFeature
Modifier and Type | Class and Description |
---|---|
static class |
ReliableMessagingFeature.Builder
Configure WS-ReliableMessaging.
|
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ACKNOWLEDGEMENT_INTERVAL
Applies to: WLS RM, Metro RM.
|
static String |
ID |
Modifier and Type | Method and Description |
---|---|
static ReliableMessagingFeature.Builder |
builder() |
boolean |
equals(Object o) |
String |
getAcknowledgementInterval() |
ReliableMessagingVersion |
getDestinationAllowedVersions()
Applies to: WLS RM, Metro RM, JRF RM.
|
String |
getID() |
String |
getInactivityTimeout()
Applies to: WLS RM, Metro RM, JRF RM.
|
long |
getMaxRetryCount()
Applies to: WLS RM, Metro RM.
|
static String |
getSeedPolicyName() |
String |
getSequenceExpiration()
Applies to WLS RM.
|
SequenceQOS |
getSequenceQOS()
Applies to WLS RM, Metro RM, JRF RM.
|
BackoffAlgorithmType |
getSourceBackoffAlgorithm()
Applies to: WLS RM, Metro RM.
|
String |
getSourceBaseRetransmissionInterval()
Applies to WLS RM, Metro RM, JRF RM.
|
ReliableMessagingVersion |
getSourceVersion()
Applies to WLS RM, Metro RM, JRF RM.
|
int |
hashCode() |
boolean |
isDestinationNonBuffered()
Applies to: WLS RM.
|
boolean |
isOptional()
Applies to: WLS RM.
|
boolean |
isSequenceInOrder()
Applies to WLS RM, Metro RM, JRF RM.
|
boolean |
isSequenceSTR()
Applies to WLS RM, Metro RM.
|
boolean |
isSequenceTransportSecurity()
Applies to WLS RM, Metro RM.
|
String |
toString() |
isEnabled
public static final String DEFAULT_ACKNOWLEDGEMENT_INTERVAL
public static final String ID
public static ReliableMessagingFeature.Builder builder()
public String getAcknowledgementInterval()
public ReliableMessagingVersion getDestinationAllowedVersions()
public String getID()
getID
in class WebServiceFeature
public String getInactivityTimeout()
public long getMaxRetryCount()
public static String getSeedPolicyName()
public String getSequenceExpiration()
public SequenceQOS getSequenceQOS()
public BackoffAlgorithmType getSourceBackoffAlgorithm()
public String getSourceBaseRetransmissionInterval()
public ReliableMessagingVersion getSourceVersion()
public boolean isDestinationNonBuffered()
public boolean isOptional()
public boolean isSequenceInOrder()
public boolean isSequenceSTR()
public boolean isSequenceTransportSecurity()