org.mule.transformers.wire
Class TransformerPairWireFormat
java.lang.Object
org.mule.transformers.wire.TransformerPairWireFormat
- All Implemented Interfaces:
- WireFormat
- Direct Known Subclasses:
- SerializationWireFormat, XStreamWireFormat
public class TransformerPairWireFormat
- extends Object
- implements WireFormat
TODO
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected transient Log logger
- logger used by this class
inboundTransformer
protected UMOTransformer inboundTransformer
outboundTransformer
protected UMOTransformer outboundTransformer
TransformerPairWireFormat
public TransformerPairWireFormat()
read
public Object read(InputStream in)
throws UMOException
- Specified by:
read
in interface WireFormat
- Throws:
UMOException
write
public void write(OutputStream out,
Object o)
throws UMOException
- Specified by:
write
in interface WireFormat
- Throws:
UMOException
getInboundTransformer
public UMOTransformer getInboundTransformer()
setInboundTransformer
public void setInboundTransformer(UMOTransformer inboundTransformer)
getOutboundTransformer
public UMOTransformer getOutboundTransformer()
setOutboundTransformer
public void setOutboundTransformer(UMOTransformer outboundTransformer)
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.