org.apache.servicemix.jbi.messaging
Class DefaultMarshaler
java.lang.Object
org.apache.servicemix.jbi.marshaler.DefaultMarshaler
org.apache.servicemix.jbi.messaging.DefaultMarshaler
- All Implemented Interfaces:
- org.apache.servicemix.jbi.marshaler.PojoMarshaler
- Direct Known Subclasses:
- XStreamMarshaler
Deprecated.
public class DefaultMarshaler
- extends org.apache.servicemix.jbi.marshaler.DefaultMarshaler
- implements PojoMarshaler
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.
- Version:
- $Revision: 690162 $
| Fields inherited from interface org.apache.servicemix.jbi.marshaler.PojoMarshaler |
BODY |
| Methods inherited from class org.apache.servicemix.jbi.marshaler.DefaultMarshaler |
asContent, defaultUnmarshal, getParent, marshal, unmarshal |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.servicemix.jbi.marshaler.PojoMarshaler |
marshal, unmarshal |
DefaultMarshaler
public DefaultMarshaler()
- Deprecated.
DefaultMarshaler
public DefaultMarshaler(org.apache.servicemix.jbi.marshaler.PojoMarshaler parent)
- Deprecated.
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.