public class WsrmConstants
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
WsrmConstants.Action
Deprecated.
Enumerated values for SOAP Actions we can send/receive
|
static class |
WsrmConstants.DeliveryQOS
Deprecated.
|
static class |
WsrmConstants.Element
Deprecated.
Defines various WS-RM XML elements with namespaces
|
static class |
WsrmConstants.FaultCode
Deprecated.
|
static class |
WsrmConstants.FaultGeneratedBy
Deprecated.
|
static class |
WsrmConstants.HeaderElement
Deprecated.
|
static class |
WsrmConstants.IncompleteSequenceBehavior
Deprecated.
|
static class |
WsrmConstants.RMVersion
Deprecated.
|
static class |
WsrmConstants.SOAPVersion
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACKNOWLEDGEMENT_INTERVAL
Deprecated.
Stub property name for ReliabilityAcknowledgementInterval.
|
static java.lang.String |
ASYNC_FAULT
Deprecated.
String prop to identify whether a soap message is an async RM fault.
|
static java.lang.String |
BASE_RETRANSMISSION_INTERVAL
Deprecated.
Stub property name for ReliabilityBaseRetransmissionInterval.
|
static java.lang.String |
BUFFER_QUEUE_JNDI_NAME
Deprecated.
A String JNDI name at which the queue to be used for message buffering is
located.
|
static java.lang.String |
BUFFER_QUEUE_MDB_RUNAS_PRINCIPAL_NAME
Deprecated.
A string principal name which will be used as the run-as principal for
the MDB that consumes buffered messages off the buffer queue given by
BUFFER_QUEUE_JNDI_NAME.
|
static java.lang.String |
FORCE_WSRM_1_0_CLIENT
Deprecated.
String property, that if present (regardless of its value) in the request
message context will cause the client to send all RM messages using the
WS-RM 1.0 protocol.
|
static java.lang.String |
INACTIVITY_TIMEOUT
Deprecated.
Stub property name for ReliabilityInactivityTimeout.
|
static java.lang.String |
NON_BUFFERED_DESTINATION
Deprecated.
A boolean flag indicating that non-persistent receipt of messages is
requested.
|
static java.lang.String |
NON_BUFFERED_SOURCE
Deprecated.
A boolean flag indicating that non-persistent delivery is requested.
|
static java.lang.String |
ORACLE_RM_PREFIX
Deprecated.
|
static java.lang.String[] |
PROP_NAMES_FOR_RM_DESTINATION
Deprecated.
Represents the properties that would apply to an RM destination
|
static java.lang.String[] |
PROP_NAMES_FOR_RM_DESTINATION_ONLY
Deprecated.
Represents the properties that would apply to an RM source
|
static java.lang.String[] |
PROP_NAMES_FOR_RM_SOURCE
Deprecated.
Represents the properties that would apply to an RM source
|
static java.lang.String[] |
PROP_NAMES_FOR_RM_SOURCE_ONLY
Deprecated.
Represents the properties that would apply to an RM source
|
static java.lang.String[] |
PROP_NAMES_FOR_RM_SOURCE_OR_DESTINATION
Deprecated.
Represents the properties that would apply to an RM source
|
static java.lang.String |
RETRANSMISSION_EXPONENTIAL_BACKOFF
Deprecated.
Stub property name for ReliabilityRetransmissionExponentialBackoff.
|
static java.lang.String |
RETRY_COUNT
Deprecated.
String (integer value only) property representing the number of times JMS
should retry a failed message on the reliability queue.
|
static java.lang.String |
RETRY_DELAY
Deprecated.
String duration property representing the amount of time JMS should wait
before retrying a failed message on the reliability queue.
|
static java.lang.String |
RM_VERSION
Deprecated.
Holds the effective version of RM (RMVersion object) for the current
message
|
static java.lang.String |
SEQUENCE_EXPIRATION
Deprecated.
Stub property name for ReliabilitySequenceExpiration.
|
static java.lang.String |
SEQUENCE_STR
Deprecated.
String('true', 'false') property indicating whether we should use a
security token reference to secure a reliable sequence.
|
static java.lang.String |
SEQUENCE_TRANSPORT_SECURITY
Deprecated.
String('true', 'false') property indicating whether we should use
transport security to secure a reliable sequence.
|
static java.lang.String |
TEMP_ID__For_New_Sequence
Deprecated.
temporary id for new sequence.
|
static java.lang.String |
TEST_SEQUENCE_SSL
Deprecated.
String prop, for testing only, that will hold the SSL session ID that
we'll force from the client (RM source), and verify in the server (RM dest)
|
static java.lang.String |
USE_SESSION_MANAGER_PROP
Deprecated.
|
Constructor and Description |
---|
WsrmConstants()
Deprecated.
|
public static final java.lang.String USE_SESSION_MANAGER_PROP
public static final java.lang.String BASE_RETRANSMISSION_INTERVAL
public static final java.lang.String RETRANSMISSION_EXPONENTIAL_BACKOFF
public static final java.lang.String NON_BUFFERED_SOURCE
public static final java.lang.String RETRY_COUNT
public static final java.lang.String RETRY_DELAY
Duration.setFromDescription(String)
,
Constant Field Valuespublic static final java.lang.String ACKNOWLEDGEMENT_INTERVAL
public static final java.lang.String NON_BUFFERED_DESTINATION
public static final java.lang.String BUFFER_QUEUE_JNDI_NAME
public static final java.lang.String BUFFER_QUEUE_MDB_RUNAS_PRINCIPAL_NAME
public static final java.lang.String INACTIVITY_TIMEOUT
public static final java.lang.String SEQUENCE_EXPIRATION
public static final java.lang.String TEST_SEQUENCE_SSL
public static final java.lang.String ASYNC_FAULT
public static final java.lang.String TEMP_ID__For_New_Sequence
public static final java.lang.String[] PROP_NAMES_FOR_RM_SOURCE_ONLY
public static final java.lang.String[] PROP_NAMES_FOR_RM_DESTINATION_ONLY
public static final java.lang.String[] PROP_NAMES_FOR_RM_SOURCE_OR_DESTINATION
public static final java.lang.String[] PROP_NAMES_FOR_RM_SOURCE
public static final java.lang.String[] PROP_NAMES_FOR_RM_DESTINATION
public static final java.lang.String RM_VERSION
public static final java.lang.String FORCE_WSRM_1_0_CLIENT
public static final java.lang.String SEQUENCE_STR
public static final java.lang.String SEQUENCE_TRANSPORT_SECURITY
public static final java.lang.String ORACLE_RM_PREFIX