org.apache.cxf.ws.eventing.shared
Class EventingConstants
java.lang.Object
org.apache.cxf.ws.eventing.shared.EventingConstants
public final class EventingConstants
- extends Object
This class contains String constants needed for WS-Eventing.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACTION_SUBSCRIBE
public static final String ACTION_SUBSCRIBE
- See Also:
- Constant Field Values
ACTION_SUBSCRIBE_RESPONSE
public static final String ACTION_SUBSCRIBE_RESPONSE
- See Also:
- Constant Field Values
ACTION_RENEW
public static final String ACTION_RENEW
- See Also:
- Constant Field Values
ACTION_RENEW_RESPONSE
public static final String ACTION_RENEW_RESPONSE
- See Also:
- Constant Field Values
ACTION_GET_STATUS
public static final String ACTION_GET_STATUS
- See Also:
- Constant Field Values
ACTION_GET_STATUS_RESPONSE
public static final String ACTION_GET_STATUS_RESPONSE
- See Also:
- Constant Field Values
ACTION_UNSUBSCRIBE
public static final String ACTION_UNSUBSCRIBE
- See Also:
- Constant Field Values
ACTION_UNSUBSCRIBE_RESPONSE
public static final String ACTION_UNSUBSCRIBE_RESPONSE
- See Also:
- Constant Field Values
ACTION_FAULT
public static final String ACTION_FAULT
- See Also:
- Constant Field Values
EVENTING_2011_03_NAMESPACE
public static final String EVENTING_2011_03_NAMESPACE
- See Also:
- Constant Field Values
RESPONSE_RENEW
public static final String RESPONSE_RENEW
- See Also:
- Constant Field Values
WRAPPED_SINK_PORT_TYPE
public static final String WRAPPED_SINK_PORT_TYPE
- See Also:
- Constant Field Values
RESPONSE_SUBSCRIBE
public static final String RESPONSE_SUBSCRIBE
- See Also:
- Constant Field Values
OPERATION_SUBSCRIBE
public static final String OPERATION_SUBSCRIBE
- See Also:
- Constant Field Values
OPERATION_RENEW
public static final String OPERATION_RENEW
- See Also:
- Constant Field Values
RESPONSE_GET_STATUS
public static final String RESPONSE_GET_STATUS
- See Also:
- Constant Field Values
OPERATION_GET_STATUS
public static final String OPERATION_GET_STATUS
- See Also:
- Constant Field Values
RESPONSE_UNSUBSCRIBE
public static final String RESPONSE_UNSUBSCRIBE
- See Also:
- Constant Field Values
OPERATION_UNSUBSCRIBE
public static final String OPERATION_UNSUBSCRIBE
- See Also:
- Constant Field Values
NOTIFY
public static final String NOTIFY
- See Also:
- Constant Field Values
PARAMETER
public static final String PARAMETER
- See Also:
- Constant Field Values
OPERATION_NOTIFY_EVENT
public static final String OPERATION_NOTIFY_EVENT
- See Also:
- Constant Field Values
ACTION_SUBSCRIPTION_END
public static final String ACTION_SUBSCRIPTION_END
- See Also:
- Constant Field Values
ACTION_NOTIFY_EVENT_WRAPPED_DELIVERY
public static final String ACTION_NOTIFY_EVENT_WRAPPED_DELIVERY
- See Also:
- Constant Field Values
DELIVERY_FORMAT_WRAPPED
public static final String DELIVERY_FORMAT_WRAPPED
- See Also:
- Constant Field Values
DELIVERY_FORMAT_UNWRAPPED
public static final String DELIVERY_FORMAT_UNWRAPPED
- See Also:
- Constant Field Values
SUBSCRIPTION_ID_DEFAULT_NAMESPACE
public static final String SUBSCRIPTION_ID_DEFAULT_NAMESPACE
- See Also:
- Constant Field Values
SUBSCRIPTION_ID_DEFAULT_ELEMENT_NAME
public static final String SUBSCRIPTION_ID_DEFAULT_ELEMENT_NAME
- See Also:
- Constant Field Values
SUBSCRIPTION_END_DELIVERY_FAILURE
public static final String SUBSCRIPTION_END_DELIVERY_FAILURE
- See Also:
- Constant Field Values
SUBSCRIPTION_END_SHUTTING_DOWN
public static final String SUBSCRIPTION_END_SHUTTING_DOWN
- See Also:
- Constant Field Values
SUBSCRIPTION_END_SOURCE_CANCELLING
public static final String SUBSCRIPTION_END_SOURCE_CANCELLING
- See Also:
- Constant Field Values
Apache CXF