org.ws4d.java.constants
Interface DPWSMessageConstants

All Known Implementing Classes:
ByeMessage, DiscoveryMessage, EventingResponseMessage, FaultMessage, GetMessage, GetMetadataMessage, GetMetadataResponseMessage, GetResponseMessage, GetStatusMessage, GetStatusResponseMessage, HelloMessage, InvokeMessage, Message, ProbeMatchesMessage, ProbeMessage, RenewMessage, RenewResponseMessage, ResolveMatchesMessage, ResolveMessage, SubscribeMessage, SubscribeResponseMessage, SubscriptionEndMessage, UnsubscribeMessage, UnsubscribeResponseMessage

public interface DPWSMessageConstants

This interface contains constants denoting the various message types.


Field Summary
static int BYE_MESSAGE
           
static int FAULT_MESSAGE
           
static int GET_MESSAGE
           
static int GET_METADATA_MESSAGE
           
static int GET_METADATA_RESPONSE_MESSAGE
           
static int GET_RESPONSE_MESSAGE
           
static int GET_STATUS_MESSAGE
           
static int GET_STATUS_RESPONSE_MESSAGE
           
static int HELLO_MESSAGE
           
static int INVOKE_MESSAGE
           
static java.lang.String MESSAGE_PROPERTY_DATA
           
static int PROBE_MATCHES_MESSAGE
           
static int PROBE_MESSAGE
           
static int RENEW_MESSAGE
           
static int RENEW_RESPONSE_MESSAGE
           
static int RESOLVE_MATCHES_MESSAGE
           
static int RESOLVE_MESSAGE
           
static int SUBSCRIBE_MESSAGE
           
static int SUBSCRIBE_RESPONSE_MESSAGE
           
static int SUBSCRIPTION_END_MESSAGE
           
static int UNKNOWN_MESSAGE
           
static int UNSUBSCRIBE_MESSAGE
           
static int UNSUBSCRIBE_RESPONSE_MESSAGE
           
 

Field Detail

UNKNOWN_MESSAGE

static final int UNKNOWN_MESSAGE
See Also:
Constant Field Values

HELLO_MESSAGE

static final int HELLO_MESSAGE
See Also:
Constant Field Values

BYE_MESSAGE

static final int BYE_MESSAGE
See Also:
Constant Field Values

PROBE_MESSAGE

static final int PROBE_MESSAGE
See Also:
Constant Field Values

PROBE_MATCHES_MESSAGE

static final int PROBE_MATCHES_MESSAGE
See Also:
Constant Field Values

RESOLVE_MESSAGE

static final int RESOLVE_MESSAGE
See Also:
Constant Field Values

RESOLVE_MATCHES_MESSAGE

static final int RESOLVE_MATCHES_MESSAGE
See Also:
Constant Field Values

GET_MESSAGE

static final int GET_MESSAGE
See Also:
Constant Field Values

GET_RESPONSE_MESSAGE

static final int GET_RESPONSE_MESSAGE
See Also:
Constant Field Values

GET_METADATA_MESSAGE

static final int GET_METADATA_MESSAGE
See Also:
Constant Field Values

GET_METADATA_RESPONSE_MESSAGE

static final int GET_METADATA_RESPONSE_MESSAGE
See Also:
Constant Field Values

SUBSCRIBE_MESSAGE

static final int SUBSCRIBE_MESSAGE
See Also:
Constant Field Values

SUBSCRIBE_RESPONSE_MESSAGE

static final int SUBSCRIBE_RESPONSE_MESSAGE
See Also:
Constant Field Values

RENEW_MESSAGE

static final int RENEW_MESSAGE
See Also:
Constant Field Values

RENEW_RESPONSE_MESSAGE

static final int RENEW_RESPONSE_MESSAGE
See Also:
Constant Field Values

UNSUBSCRIBE_MESSAGE

static final int UNSUBSCRIBE_MESSAGE
See Also:
Constant Field Values

UNSUBSCRIBE_RESPONSE_MESSAGE

static final int UNSUBSCRIBE_RESPONSE_MESSAGE
See Also:
Constant Field Values

GET_STATUS_MESSAGE

static final int GET_STATUS_MESSAGE
See Also:
Constant Field Values

GET_STATUS_RESPONSE_MESSAGE

static final int GET_STATUS_RESPONSE_MESSAGE
See Also:
Constant Field Values

SUBSCRIPTION_END_MESSAGE

static final int SUBSCRIPTION_END_MESSAGE
See Also:
Constant Field Values

INVOKE_MESSAGE

static final int INVOKE_MESSAGE
See Also:
Constant Field Values

FAULT_MESSAGE

static final int FAULT_MESSAGE
See Also:
Constant Field Values

MESSAGE_PROPERTY_DATA

static final java.lang.String MESSAGE_PROPERTY_DATA
See Also:
Constant Field Values