Constant Field Values
Contents
org.apache.*
-
org.apache.cxf.ws.rm.ManagedRMEndpoint Modifier and Type Constant Field Value public static final String
ACKNOWLEDGEMENT_NOTIFICATION
"org.apache.ws.rm.acknowledgement"
-
org.apache.cxf.ws.rm.RedeliveryQueue Modifier and Type Constant Field Value public static final String
DEFAULT_BASE_REDELIVERY_INTERVAL
"3000"
public static final int
DEFAULT_EXPONENTIAL_BACKOFF
2
-
org.apache.cxf.ws.rm.RetransmissionQueue Modifier and Type Constant Field Value public static final String
DEFAULT_BASE_RETRANSMISSION_INTERVAL
"3000"
public static final int
DEFAULT_EXPONENTIAL_BACKOFF
2
-
org.apache.cxf.ws.rm.RM10Constants Modifier and Type Constant Field Value public static final String
ACK_REQUESTED_ACTION
"http://schemas.xmlsoap.org/ws/2005/02/rm/AckRequested"
public static final String
CLOSE_SEQUENCE_ACTION
"http://schemas.xmlsoap.org/ws/2005/02/rm/LastMessage"
public static final String
CREATE_SEQUENCE_ACTION
"http://schemas.xmlsoap.org/ws/2005/02/rm/CreateSequence"
public static final String
CREATE_SEQUENCE_RESPONSE_ACTION
"http://schemas.xmlsoap.org/ws/2005/02/rm/CreateSequenceResponse"
public static final String
NAMESPACE_URI
"http://schemas.xmlsoap.org/ws/2005/02/rm"
public static final String
SEQUENCE_ACKNOWLEDGMENT_ACTION
"http://schemas.xmlsoap.org/ws/2005/02/rm/SequenceAcknowledgement"
public static final String
SEQUENCE_INFO_ACTION
"http://schemas.xmlsoap.org/ws/2005/02/rm/SequenceInfo"
public static final String
TERMINATE_SEQUENCE_ACTION
"http://schemas.xmlsoap.org/ws/2005/02/rm/TerminateSequence"
public static final String
WSDL_NAMESPACE_URI
"http://schemas.xmlsoap.org/ws/2005/02/rm/wsdl"
public static final String
WSRMP_NAMESPACE_URI
"http://schemas.xmlsoap.org/ws/2005/02/rm/policy"
-
org.apache.cxf.ws.rm.RM11Constants Modifier and Type Constant Field Value public static final String
ACK_REQUESTED_ACTION
"http://docs.oasis-open.org/ws-rx/wsrm/200702/AckRequested"
public static final String
CLOSE_SEQUENCE_ACTION
"http://docs.oasis-open.org/ws-rx/wsrm/200702/CloseSequence"
public static final String
CLOSE_SEQUENCE_RESPONSE_ACTION
"http://docs.oasis-open.org/ws-rx/wsrm/200702/CloseSequenceResponse"
public static final String
CREATE_SEQUENCE_ACTION
"http://docs.oasis-open.org/ws-rx/wsrm/200702/CreateSequence"
public static final String
CREATE_SEQUENCE_RESPONSE_ACTION
"http://docs.oasis-open.org/ws-rx/wsrm/200702/CreateSequenceResponse"
public static final String
NAMESPACE_URI
"http://docs.oasis-open.org/ws-rx/wsrm/200702"
public static final String
SEQUENCE_ACKNOWLEDGMENT_ACTION
"http://docs.oasis-open.org/ws-rx/wsrm/200702/SequenceAcknowledgement"
public static final String
SEQUENCE_INFO_ACTION
"http://docs.oasis-open.org/ws-rx/wsrm/200702/SequenceInfo"
public static final String
TERMINATE_SEQUENCE_ACTION
"http://docs.oasis-open.org/ws-rx/wsrm/200702/TerminateSequence"
public static final String
TERMINATE_SEQUENCE_RESPONSE_ACTION
"http://docs.oasis-open.org/ws-rx/wsrm/200702/TerminateSequenceResponse"
public static final String
WSDL_NAMESPACE_URI
"http://docs.oasis-open.org/ws-rx/wsrm/200702/wsdl"
public static final String
WSRMP_NAMESPACE_URI
"http://docs.oasis-open.org/ws-rx/wsrmp/200702"
-
org.apache.cxf.ws.rm.RMConstants Modifier and Type Constant Field Value public static final String
ACK_REQUESTED_NAME
"AckRequested"
public static final String
BINDING_NAME
"SequenceAbstractSoapBinding"
public static final String
CREATE_SEQUENCE_REFUSED_FAULT_CODE
"CreateSequenceRefused"
public static final String
INTERFACE_NAME
"SequenceAbstractPortType"
public static final String
INVALID_ACKNOWLEDGMENT_FAULT_CODE
"InvalidAcknowledgement"
public static final String
MESSAGE_NUMBER_ROLLOVER_FAULT_CODE
"MessageNumberRollover"
public static final String
NAMESPACE_PREFIX
"wsrm"
public static final String
RMASSERTION_NAME
"RMAssertion"
public static final String
SEQUENCE_ACK_NAME
"SequenceAcknowledgement"
public static final String
SEQUENCE_CLOSED_FAULT_CODE
"SequenceClosed"
public static final String
SEQUENCE_FAULT_NAME
"SequenceFault"
public static final String
SEQUENCE_NAME
"Sequence"
public static final String
SEQUENCE_TERMINATED_FAULT_CODE
"SequenceTerminated"
public static final String
SERVICE_NAME
"SequenceAbstractService"
public static final String
UNKNOWN_SEQUENCE_FAULT_CODE
"UnknownSequence"
public static final String
WSRM_REQUIRED_FAULT_CODE
"WSRMRequired"
-
org.apache.cxf.ws.rm.RMManager Modifier and Type Constant Field Value public static final String
WSRM_ACKNOWLEDGEMENT_INTERVAL_PROPERTY
"org.apache.cxf.ws.rm.acknowledgement-interval"
public static final String
WSRM_EXPONENTIAL_BACKOFF_PROPERTY
"org.apache.cxf.ws.rm.exponential-backoff"
public static final String
WSRM_INACTIVITY_TIMEOUT_PROPERTY
"org.apache.cxf.ws.rm.inactivity-timeout"
public static final String
WSRM_LAST_MESSAGE_PROPERTY
"org.apache.cxf.ws.rm.last-message"
public static final String
WSRM_RETRANSMISSION_INTERVAL_PROPERTY
"org.apache.cxf.ws.rm.retransmission-interval"
public static final String
WSRM_VERSION_PROPERTY
"org.apache.cxf.ws.rm.namespace"
public static final String
WSRM_WSA_VERSION_PROPERTY
"org.apache.cxf.ws.rm.wsa-namespace"
-
org.apache.cxf.ws.rm.RMMessageConstants Modifier and Type Constant Field Value public static final String
ACK_REQUEST_MODE
"org.apache.cxf.rm.ackRequestMode"
public static final String
ATTACHMENTS_CLOSEABLE
"org.apache.cxf.ws.rm.attachment.closeable"
public static final String
MESSAGE_CAPTURE
"org.apache.cxf.rm.capture"
public static final String
ORIGINAL_REQUESTOR_ROLE
"org.apache.cxf.client.original"
public static final String
RM_CLIENT_CALLBACK
"org.apache.cxf.rm.clientCallback"
public static final String
RM_PROPERTIES_INBOUND
"org.apache.cxf.ws.rm.inbound"
public static final String
RM_PROPERTIES_OUTBOUND
"org.apache.cxf.ws.rm.outbound"
public static final String
RM_RETRANSMISSION
"org.apache.cxf.ws.rm.retransmitting"
public static final String
SAVED_CONTENT
"org.apache.cxf.ws.rm.content"
-
org.apache.cxf.ws.rm.blueprint.RMBPBeanDefinitionParser Modifier and Type Constant Field Value protected static final String
RM_NS
"http://cxf.apache.org/ws/rm/manager"
-
org.apache.cxf.ws.rm.persistence.jdbc.RMTxStore Modifier and Type Constant Field Value public static final String
DEFAULT_DATABASE_NAME
"rmdb"
-
org.apache.cxf.ws.rm.policy.MC11AssertionBuilder Modifier and Type Constant Field Value public static final String
MCSUPPORTED_NAME
"MCSupported"
public static final String
WSMC_NAMESPACE
"http://docs.oasis-open.org/ws-rx/wsmc/200702"
-
org.apache.cxf.ws.rm.policy.RM12AssertionBuilder Modifier and Type Constant Field Value public static final String
ATLEASTONCE_NAME
"AtLeastOnce"
public static final String
ATMOSTONCE_NAME
"AtMostOnce"
public static final String
DELIVERYASSURANCE_NAME
"DeliveryAssurance"
public static final String
EXACTLYONCE_NAME
"ExactlyOnce"
public static final String
INORDER_NAME
"InOrder"
public static final String
SEQUENCESTR_NAME
"SequenceSTR"
public static final String
SEQUENCETRANSEC_NAME
"SequenceTransportSecurity"
-
org.apache.cxf.ws.rm.policy.RSPAssertionBuilder Modifier and Type Constant Field Value public static final String
CONFORMANT_NAME
"Conformant"
public static final String
RSP_NAMESPACE
"http://ws-i.org/profiles/rsp/1.0/"