Constant Field Values


Contents
org.apache.*

org.apache.cxf.ws.eventing.backend.notification.NotificatorService
public static final int CORE_POOL_SIZE 15

org.apache.cxf.ws.eventing.shared.EventingConstants
public static final String ACTION_FAULT "http://www.w3.org/2011/03/ws-evt/fault"
public static final String ACTION_GET_STATUS "http://www.w3.org/2011/03/ws-evt/GetStatus"
public static final String ACTION_GET_STATUS_RESPONSE "http://www.w3.org/2011/03/ws-evt/GetStatusResponse"
public static final String ACTION_NOTIFY_EVENT_WRAPPED_DELIVERY "http://www.w3.org/2011/03/ws-evt/WrappedSinkPortType/NotifyEvent"
public static final String ACTION_RENEW "http://www.w3.org/2011/03/ws-evt/Renew"
public static final String ACTION_RENEW_RESPONSE "http://www.w3.org/2011/03/ws-evt/RenewResponse"
public static final String ACTION_SUBSCRIBE "http://www.w3.org/2011/03/ws-evt/Subscribe"
public static final String ACTION_SUBSCRIBE_RESPONSE "http://www.w3.org/2011/03/ws-evt/SubscribeResponse"
public static final String ACTION_SUBSCRIPTION_END "http://www.w3.org/2011/03/ws-evt/SubscriptionEnd"
public static final String ACTION_UNSUBSCRIBE "http://www.w3.org/2011/03/ws-evt/Unsubscribe"
public static final String ACTION_UNSUBSCRIBE_RESPONSE "http://www.w3.org/2011/03/ws-evt/UnsubscribeResponse"
public static final String DELIVERY_FORMAT_UNWRAPPED "http://www.w3.org/2011/03/ws-evt/DeliveryFormats/Unwrap"
public static final String DELIVERY_FORMAT_WRAPPED "http://www.w3.org/2011/03/ws-evt/DeliveryFormats/Wrap"
public static final String EVENTING_2011_03_NAMESPACE "http://www.w3.org/2011/03/ws-evt"
public static final String NOTIFY "Notify"
public static final String OPERATION_GET_STATUS "GetStatus"
public static final String OPERATION_NOTIFY_EVENT "NotifyEvent"
public static final String OPERATION_RENEW "Renew"
public static final String OPERATION_SUBSCRIBE "Subscribe"
public static final String OPERATION_UNSUBSCRIBE "Unsubscribe"
public static final String PARAMETER "parameter"
public static final String RESPONSE_GET_STATUS "GetStatusResponse"
public static final String RESPONSE_RENEW "RenewResponse"
public static final String RESPONSE_SUBSCRIBE "SubscribeResponse"
public static final String RESPONSE_UNSUBSCRIBE "UnsubscribeResponse"
public static final String SUBSCRIPTION_END_DELIVERY_FAILURE "http://www.w3.org/2011/03/ws-evt/DeliveryFailure"
public static final String SUBSCRIPTION_END_SHUTTING_DOWN "http://www.w3.org/2011/03/ws-evt/SourceShuttingDown"
public static final String SUBSCRIPTION_END_SOURCE_CANCELLING "http://www.w3.org/2011/03/ws-evt/SourceCancelling"
public static final String SUBSCRIPTION_ID_DEFAULT_ELEMENT_NAME "SubscriptionID"
public static final String SUBSCRIPTION_ID_DEFAULT_NAMESPACE "http://cxf.apache.org/ws-eventing"
public static final String WRAPPED_SINK_PORT_TYPE "WrappedSinkPortType"

org.apache.cxf.ws.eventing.shared.faults.CannotProcessFilter
public static final String LOCAL_PART "CannotProcessFilter"
public static final String REASON "Cannot filter as requested."

org.apache.cxf.ws.eventing.shared.faults.DeliveryFormatRequestedUnavailable
public static final String LOCAL_PART "DeliveryFormatRequestedUnavailable"
public static final String REASON "The requested delivery format is not supported."

org.apache.cxf.ws.eventing.shared.faults.EmptyFilter
public static final String LOCAL_PART "EmptyFilter"
public static final String REASON "The wse:Filter would result in zero notifications."

org.apache.cxf.ws.eventing.shared.faults.EndToNotSupported
public static final String LOCAL_PART "EndToNotSupported"
public static final String REASON "wse:EndTo semantics is not supported."

org.apache.cxf.ws.eventing.shared.faults.FilteringRequestedUnavailable
public static final String LOCAL_PART "FilteringRequestedUnavailable"
public static final String REASON "The requested filter dialect is not supported."

org.apache.cxf.ws.eventing.shared.faults.NoDeliveryMechanismEstablished
public static final String LOCAL_PART "NoDeliveryMechanismEstablished"
public static final String REASON "No delivery mechanism specified."

org.apache.cxf.ws.eventing.shared.faults.UnknownSubscription
public static final String LOCAL_PART "UnknownSubscription"
public static final String REASON "The subscription is not known."

org.apache.cxf.ws.eventing.shared.faults.UnsupportedExpirationType
public static final String LOCAL_PART "UnsupportedExpirationType"
public static final String REASON "Only expiration durations are supported."

org.apache.cxf.ws.eventing.shared.faults.UnsupportedExpirationValue
public static final String LOCAL_PART "UnsupportedExpirationValue"
public static final String REASON "The expiration time requested is not within the min/max range."

org.apache.cxf.ws.eventing.shared.faults.UnusableEPR
public static final String LOCAL_PART "UnusableEPR"
public static final String REASON "An EPR in the Subscribe request message is unusable."

org.apache.cxf.ws.eventing.shared.utils.FilteringUtil
public static final String NAMESPACE_XPATH10 "http://www.w3.org/2011/03/ws-evt/Dialects/XPath10"
public static final String NAMESPACE_XPATH20 "http://www.w3.org/2011/03/ws-evt/Dialects/XPath20"



Apache CXF