org.mule.registry
Class TransformerCachingTestCase.FilterInputStreamToByteArray

java.lang.Object
  extended by org.mule.transformer.AbstractTransformer
      extended by org.mule.registry.TransformerCachingTestCase.FilterInputStreamToByteArray
All Implemented Interfaces:
MuleContextAware, MuleContextNotificationListener<MuleContextNotification>, ServerNotificationListener<MuleContextNotification>, Disposable, Initialisable, NamedObject, MessageProcessor, DiscoverableTransformer, Transformer, EndpointAware
Enclosing class:
TransformerCachingTestCase

public static class TransformerCachingTestCase.FilterInputStreamToByteArray
extends AbstractTransformer
implements DiscoverableTransformer


Field Summary
 
Fields inherited from class org.mule.transformer.AbstractTransformer
encoding, endpoint, logger, mimeType, MULE_MESSAGE_DATA_TYPE, muleContext, name, returnType, sourceTypes
 
Fields inherited from interface org.mule.api.transformer.DiscoverableTransformer
DEFAULT_PRIORITY_WEIGHTING, MAX_PRIORITY_WEIGHTING, MIN_PRIORITY_WEIGHTING
 
Fields inherited from interface org.mule.api.lifecycle.Initialisable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Disposable
PHASE_NAME
 
Constructor Summary
TransformerCachingTestCase.FilterInputStreamToByteArray()
           
 
Method Summary
protected  Object doTransform(Object src, String outputEncoding)
           
 int getPriorityWeighting()
           
 void setPriorityWeighting(int weighting)
           
 
Methods inherited from class org.mule.transformer.AbstractTransformer
checkReturnClass, dispose, generateTransformerName, getEncoding, getEncoding, getEndpoint, getMimeType, getName, getReturnClass, getReturnDataType, getSourceDataTypes, getSourceTypes, initialise, isAcceptNull, isAllowNullReturn, isConsumed, isIgnoreBadInput, isSourceDataTypeSupported, isSourceDataTypeSupported, isSourceTypeSupported, isSourceTypeSupported, onNotification, process, registerSourceType, registerSourceType, setAllowNullReturn, setEncoding, setEndpoint, setIgnoreBadInput, setMimeType, setMuleContext, setName, setReturnClass, setReturnDataType, toString, transform, transform, unregisterSourceType, unregisterSourceType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransformerCachingTestCase.FilterInputStreamToByteArray

public TransformerCachingTestCase.FilterInputStreamToByteArray()
Method Detail

doTransform

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

getPriorityWeighting

public int getPriorityWeighting()
Specified by:
getPriorityWeighting in interface DiscoverableTransformer

setPriorityWeighting

public void setPriorityWeighting(int weighting)
Specified by:
setPriorityWeighting in interface DiscoverableTransformer


Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.