org.apache.servicemix
Interface JbiConstants


public interface JbiConstants


Field Summary
static String CORRELATION_ID
          This property should be set when a consumer endpoint creates an exchange related to another provider exchange.
static String DATESTAMP_PROPERTY_NAME
           
static String FLOW_PROPERTY_NAME
           
static String HTTP_DESTINATION_URI
           
static String MESSAGE_PRIORITY
          Constant for JMS Message Priority.
static String PERSISTENT_PROPERTY_NAME
           
static String PROTOCOL_HEADERS
           
static String PROTOCOL_TYPE
           
static String SECURITY_SUBJECT
           
static String SEND_SYNC
           
static String SENDER_ENDPOINT
           
static String SOAP_HEADERS
           
static String STATELESS_CONSUMER
           
static String STATELESS_PROVIDER
           
 

Field Detail

SEND_SYNC

static final String SEND_SYNC
See Also:
Constant Field Values

PROTOCOL_TYPE

static final String PROTOCOL_TYPE
See Also:
Constant Field Values

PROTOCOL_HEADERS

static final String PROTOCOL_HEADERS
See Also:
Constant Field Values

SECURITY_SUBJECT

static final String SECURITY_SUBJECT
See Also:
Constant Field Values

SOAP_HEADERS

static final String SOAP_HEADERS
See Also:
Constant Field Values

PERSISTENT_PROPERTY_NAME

static final String PERSISTENT_PROPERTY_NAME
See Also:
Constant Field Values

DATESTAMP_PROPERTY_NAME

static final String DATESTAMP_PROPERTY_NAME
See Also:
Constant Field Values

FLOW_PROPERTY_NAME

static final String FLOW_PROPERTY_NAME
See Also:
Constant Field Values

STATELESS_CONSUMER

static final String STATELESS_CONSUMER
See Also:
Constant Field Values

STATELESS_PROVIDER

static final String STATELESS_PROVIDER
See Also:
Constant Field Values

SENDER_ENDPOINT

static final String SENDER_ENDPOINT
See Also:
Constant Field Values

HTTP_DESTINATION_URI

static final String HTTP_DESTINATION_URI
See Also:
Constant Field Values

CORRELATION_ID

static final String CORRELATION_ID
This property should be set when a consumer endpoint creates an exchange related to another provider exchange. The value of the property should be set to the value of this property in the provider exchange, or to the id of the provider exchange if the property does not exist.

See Also:
Constant Field Values

MESSAGE_PRIORITY

static final String MESSAGE_PRIORITY
Constant for JMS Message Priority.

See Also:
Constant Field Values


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.