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 MuleContext |
muleContext |
protected Transformer |
outboundTransformer |
| Constructor and Description |
|---|
TransformerPairWireFormat() |
| Modifier and Type | Method and Description |
|---|---|
Transformer |
getInboundTransformer() |
Transformer |
getOutboundTransformer() |
Object |
read(InputStream in) |
void |
setInboundTransformer(Transformer inboundTransformer) |
void |
setMuleContext(MuleContext context) |
void |
setOutboundTransformer(Transformer outboundTransformer) |
void |
write(OutputStream out,
Object o,
String encoding) |
protected transient org.apache.commons.logging.Log logger
protected Transformer inboundTransformer
protected Transformer outboundTransformer
protected MuleContext muleContext
public void setMuleContext(MuleContext context)
setMuleContext in interface MuleContextAwarepublic Object read(InputStream in) throws MuleException
read in interface WireFormatMuleExceptionpublic void write(OutputStream out, Object o, String encoding) throws MuleException
write in interface WireFormatMuleExceptionpublic Transformer getInboundTransformer()
public void setInboundTransformer(Transformer inboundTransformer)
public Transformer getOutboundTransformer()
public void setOutboundTransformer(Transformer outboundTransformer)
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.