|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PojoMarshaler | |
|---|---|
| org.apache.servicemix.jbi.api | |
| org.apache.servicemix.jbi.helper | |
| org.apache.servicemix.jbi.marshaler | |
| Uses of PojoMarshaler in org.apache.servicemix.jbi.api |
|---|
| Methods in org.apache.servicemix.jbi.api with parameters of type PojoMarshaler | |
|---|---|
java.lang.Object |
Message.getBody(PojoMarshaler marshaler)
Returns the body as a POJO. |
| Uses of PojoMarshaler in org.apache.servicemix.jbi.helper |
|---|
| Methods in org.apache.servicemix.jbi.helper with parameters of type PojoMarshaler | |
|---|---|
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. |
| Uses of PojoMarshaler in org.apache.servicemix.jbi.marshaler |
|---|
| Classes in org.apache.servicemix.jbi.marshaler that implement PojoMarshaler | |
|---|---|
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. |
| Methods in org.apache.servicemix.jbi.marshaler that return PojoMarshaler | |
|---|---|
PojoMarshaler |
DefaultMarshaler.getParent()
|
| Constructors in org.apache.servicemix.jbi.marshaler with parameters of type PojoMarshaler | |
|---|---|
DefaultMarshaler(PojoMarshaler parent)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||