|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectakka.camel.CamelMessage$
public class CamelMessage$
Companion object of CamelMessage class.
| Field Summary | |
|---|---|
static CamelMessage$ |
MODULE$
Static reference to the singleton instance of this Scala object. |
| Constructor Summary | |
|---|---|
CamelMessage$()
|
|
| Method Summary | |
|---|---|
CamelMessage |
canonicalize(java.lang.Object msg)
Creates a canonical form of the given message msg. |
void |
copyContent(CamelMessage from,
org.apache.camel.Message to)
INTERNAL API copies the content of this CamelMessage to an Apache Camel Message. |
CamelMessage |
from(org.apache.camel.Message camelMessage,
scala.collection.immutable.Map<java.lang.String,java.lang.Object> headers)
Creates a new CamelMessage object from the Camel message. |
java.lang.String |
MessageExchangeId()
CamelMessage header to correlate request with response messages. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final CamelMessage$ MODULE$
| Constructor Detail |
|---|
public CamelMessage$()
| Method Detail |
|---|
public java.lang.String MessageExchangeId()
public CamelMessage canonicalize(java.lang.Object msg)
msg. If msg of type
CamelMessage then msg is returned, otherwise msg is set as body of a
newly created CamelMessage object.
msg - (undocumented)
public CamelMessage from(org.apache.camel.Message camelMessage,
scala.collection.immutable.Map<java.lang.String,java.lang.Object> headers)
headers - additional headers to set on the created CamelMessage in addition to those
in the Camel message.camelMessage - (undocumented)
public void copyContent(CamelMessage from,
org.apache.camel.Message to)
from - (undocumented)to - (undocumented)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||