org.ow2.petals.component.framework.api
Class Message

java.lang.Object
  extended by org.ow2.petals.component.framework.api.Message

public class Message
extends Object

Message constants


Nested Class Summary
static class Message.InterceptorPhase
          The interceptor constants
static class Message.MEPConstants
          Constants for the JBI Message Exchange Patterns.
 
Field Summary
static String CORRELATION_ID_KEY
          The key of the correlation id property into a JBI Exchange
static String PROCESS_PATH_KEY
          The key of the process path property into a JBI Exchange
static String PROPAGATION_PREFIX
          The prefix of the properties to propagate during a fork of exchange
 
Constructor Summary
Message()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPAGATION_PREFIX

public static final String PROPAGATION_PREFIX
The prefix of the properties to propagate during a fork of exchange

See Also:
Constant Field Values

PROCESS_PATH_KEY

public static final String PROCESS_PATH_KEY
The key of the process path property into a JBI Exchange

See Also:
Constant Field Values

CORRELATION_ID_KEY

public static final String CORRELATION_ID_KEY
The key of the correlation id property into a JBI Exchange

See Also:
Constant Field Values
Constructor Detail

Message

public Message()


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