org.mule.module.spring.events
Class SpringEventsTestCase.TestEventAwareTransformer

java.lang.Object
  extended by org.mule.transformer.AbstractTransformer
      extended by org.mule.transformer.AbstractMessageAwareTransformer
          extended by org.mule.module.spring.events.SpringEventsTestCase.TestEventAwareTransformer
All Implemented Interfaces:
org.mule.api.lifecycle.Initialisable, org.mule.api.NamedObject, org.mule.api.transformer.BaseTransformer, org.mule.api.transformer.Transformer
Enclosing class:
SpringEventsTestCase

public static class SpringEventsTestCase.TestEventAwareTransformer
extends org.mule.transformer.AbstractMessageAwareTransformer


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
SpringEventsTestCase.TestEventAwareTransformer()
           
 
Method Summary
 Object clone()
           
 edu.emory.mathcs.backport.java.util.concurrent.CountDownLatch getLatch()
           
 void setLatch(edu.emory.mathcs.backport.java.util.concurrent.CountDownLatch latch)
           
 Object transform(org.mule.api.MuleMessage message, String outputEncoding)
           
 
Methods inherited from class org.mule.transformer.AbstractMessageAwareTransformer
doTransform, isSourceTypeSupported
 
Methods inherited from class org.mule.transformer.AbstractTransformer
checkReturnClass, generateTransformerName, getEndpoint, getName, getReturnClass, getSourceTypes, initialise, isAcceptNull, isConsumed, isIgnoreBadInput, isSourceTypeSupported, registerSourceType, setEndpoint, setIgnoreBadInput, setName, setReturnClass, toString, transform, unregisterSourceType
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpringEventsTestCase.TestEventAwareTransformer

public SpringEventsTestCase.TestEventAwareTransformer()
Method Detail

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException

getLatch

public edu.emory.mathcs.backport.java.util.concurrent.CountDownLatch getLatch()

setLatch

public void setLatch(edu.emory.mathcs.backport.java.util.concurrent.CountDownLatch latch)

transform

public Object transform(org.mule.api.MuleMessage message,
                        String outputEncoding)
                 throws org.mule.api.transformer.TransformerException
Specified by:
transform in class org.mule.transformer.AbstractMessageAwareTransformer
Throws:
org.mule.api.transformer.TransformerException


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