public class TransformerPairWireFormat extends Object implements WireFormat
Modifier and Type | Field and Description |
---|---|
protected Transformer |
inboundTransformer |
protected org.apache.commons.logging.Log |
logger
logger used by this class
|
protected Transformer |
outboundTransformer |
protected Class |
transferObjectClass |
Constructor and Description |
---|
TransformerPairWireFormat() |
Modifier and Type | Method and Description |
---|---|
Transformer |
getInboundTransformer() |
Transformer |
getOutboundTransformer() |
Object |
read(InputStream in) |
void |
setInboundTransformer(Transformer inboundTransformer) |
void |
setOutboundTransformer(Transformer outboundTransformer) |
void |
setTransferObjectClass(Class clazz) |
void |
write(OutputStream out,
Object o,
String encoding) |
protected transient org.apache.commons.logging.Log logger
protected Transformer inboundTransformer
protected Transformer outboundTransformer
protected Class transferObjectClass
public Object read(InputStream in) throws MuleException
read
in interface WireFormat
MuleException
public void write(OutputStream out, Object o, String encoding) throws MuleException
write
in interface WireFormat
MuleException
public Transformer getInboundTransformer()
public void setInboundTransformer(Transformer inboundTransformer)
public Transformer getOutboundTransformer()
public void setOutboundTransformer(Transformer outboundTransformer)
public void setTransferObjectClass(Class clazz)
setTransferObjectClass
in interface WireFormat
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.