Constant Field Values


Contents
org.apache.*

org.apache.cxf.ws.rm.RetransmissionQueue
public static final String DEFAULT_BASE_RETRANSMISSION_INTERVAL "3000"
public static final int DEFAULT_EXPONENTIAL_BACKOFF 2

org.apache.cxf.ws.rm.RM10Constants
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
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
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
public static final String WSRM_LAST_MESSAGE_PROPERTY "org.apache.cxf.ws.rm.last-message"
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
public static final String ORIGINAL_REQUESTOR_ROLE "org.apache.cxf.client.original"
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 SAVED_CONTENT "org.apache.cxf.ws.rm.content"

org.apache.cxf.ws.rm.blueprint.RMBPBeanDefinitionParser
protected static final String RM_NS "http://cxf.apache.org/ws/rm/manager"

org.apache.cxf.ws.rm.persistence.jdbc.RMTxStore
public static final String DEFAULT_DATABASE_NAME "rmdb"



Apache CXF