| Package | Description |
|---|---|
| org.apache.servicemix.jbi.api | |
| org.apache.servicemix.jbi.helper | |
| org.apache.servicemix.jbi.marshaler |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
Message.getBody(PojoMarshaler marshaler)
Returns the body as a POJO.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
MessageHelper.getBody(javax.jbi.messaging.NormalizedMessage message,
PojoMarshaler marshaller)
A helper method to return the body of the message as a POJO which could be a
bean or some DOMish model of the body.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMarshaler
Default implementation of
PojoMarshaler which will pass through
String objects as XML content, DOM objects or Stream objects, otherwise the
payload is stored in a message property. |
| Modifier and Type | Method and Description |
|---|---|
PojoMarshaler |
DefaultMarshaler.getParent() |
| Constructor and Description |
|---|
DefaultMarshaler(PojoMarshaler parent) |
Copyright © 2005-2014 FuseSource. All Rights Reserved.