org.apache.servicemix.jbi.messaging
Class DefaultMarshaler

java.lang.Object
  extended by org.apache.servicemix.jbi.marshaler.DefaultMarshaler
      extended by 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 $

Field Summary
 
Fields inherited from interface org.apache.servicemix.jbi.marshaler.PojoMarshaler
BODY
 
Constructor Summary
DefaultMarshaler()
          Deprecated.  
DefaultMarshaler(org.apache.servicemix.jbi.marshaler.PojoMarshaler parent)
          Deprecated.  
 
Method Summary
 
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
 

Constructor Detail

DefaultMarshaler

public DefaultMarshaler()
Deprecated. 

DefaultMarshaler

public DefaultMarshaler(org.apache.servicemix.jbi.marshaler.PojoMarshaler parent)
Deprecated. 


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.