org.mule.module.spring.remoting
Class ObjectToRemoteInvocationResultTransformer

java.lang.Object
  extended by org.mule.transformer.AbstractTransformer
      extended by org.mule.module.spring.remoting.ObjectToRemoteInvocationResultTransformer
All Implemented Interfaces:
Initialisable, NamedObject, BaseTransformer, Transformer

public class ObjectToRemoteInvocationResultTransformer
extends AbstractTransformer

Converts an Object to a Spring RemoteInvocationResult and then into a byte[].


Field Summary
 
Fields inherited from class org.mule.transformer.AbstractTransformer
DEFAULT_TRUNCATE_LENGTH, endpoint, logger, name, returnClass, sourceTypes
 
Fields inherited from interface org.mule.api.lifecycle.Initialisable
PHASE_NAME
 
Constructor Summary
ObjectToRemoteInvocationResultTransformer()
           
 
Method Summary
protected  Object doTransform(Object src, String encoding)
           
 
Methods inherited from class org.mule.transformer.AbstractTransformer
checkReturnClass, generateTransformerName, getEndpoint, getName, getReturnClass, getSourceTypes, initialise, isAcceptNull, isConsumed, isIgnoreBadInput, isSourceTypeSupported, isSourceTypeSupported, registerSourceType, setEndpoint, setIgnoreBadInput, setName, setReturnClass, toString, transform, unregisterSourceType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectToRemoteInvocationResultTransformer

public ObjectToRemoteInvocationResultTransformer()
Method Detail

doTransform

protected Object doTransform(Object src,
                             String encoding)
                      throws TransformerException
Specified by:
doTransform in class AbstractTransformer
Throws:
TransformerException


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.