org.ow2.petals.se.eip
Interface EIPConstants


public interface EIPConstants

Configuration constants.

Author:
alouis

Field Summary
static java.lang.String ACTION
           
static java.lang.String AGGREGATOR_CORRELATION
           
static java.lang.String ATTACHMENT_MODE
          If true, the message content is ignored, and each xml attachment file is transformed to a message in content.
static java.lang.String EXCEPTION_ELEMENT
          The exception element used to return a fault into an out message, when the pattern is exception robust
static java.lang.String EXCEPTION_ROBUST
          If true, an exception received doesn't stop the treatment.
For the WithOut patterns, the exception message is added to the concatenated response
static java.lang.String FAULT_ELEMENT
          The fault element used to return a fault into an out message, when the pattern is fault robust
static java.lang.String FAULT_ROBUST
          If true, a fault received doesn't stop the treatment.
For the WithOut patterns, the fault message is added to the concatenated response
static java.lang.String FAULT_TO_EXCEPTION
          If true, a fault received from the target service is transformed to an exception into the source exchange.
static java.lang.String NAMESPACE
           
static java.lang.String RESULT_ELEMENT
           
static java.lang.String TEST
           
static java.lang.String TEST_OPERATION
           
static java.lang.String WIRE_TAP_WAY
           
 

Field Detail

ACTION

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

TEST

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

TEST_OPERATION

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

NAMESPACE

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

RESULT_ELEMENT

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

FAULT_ROBUST

static final java.lang.String FAULT_ROBUST
If true, a fault received doesn't stop the treatment.
For the WithOut patterns, the fault message is added to the concatenated response

See Also:
Constant Field Values

EXCEPTION_ROBUST

static final java.lang.String EXCEPTION_ROBUST
If true, an exception received doesn't stop the treatment.
For the WithOut patterns, the exception message is added to the concatenated response

See Also:
Constant Field Values

FAULT_TO_EXCEPTION

static final java.lang.String FAULT_TO_EXCEPTION
If true, a fault received from the target service is transformed to an exception into the source exchange.

See Also:
Constant Field Values

ATTACHMENT_MODE

static final java.lang.String ATTACHMENT_MODE
If true, the message content is ignored, and each xml attachment file is transformed to a message in content.

See Also:
Constant Field Values

FAULT_ELEMENT

static final java.lang.String FAULT_ELEMENT
The fault element used to return a fault into an out message, when the pattern is fault robust

See Also:
Constant Field Values

EXCEPTION_ELEMENT

static final java.lang.String EXCEPTION_ELEMENT
The exception element used to return a fault into an out message, when the pattern is exception robust

See Also:
Constant Field Values

WIRE_TAP_WAY

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

AGGREGATOR_CORRELATION

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


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.