org.mule.test.integration.resolvers
Class MethodEntryPointWithTransformerComponent

java.lang.Object
  extended by org.mule.test.integration.resolvers.MethodEntryPointWithTransformerComponent

public class MethodEntryPointWithTransformerComponent
extends Object


Constructor Summary
MethodEntryPointWithTransformerComponent()
           
 
Method Summary
 String transformMessage(String message)
          Transforms a message for testing purposes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodEntryPointWithTransformerComponent

public MethodEntryPointWithTransformerComponent()
Method Detail

transformMessage

public String transformMessage(String message)
Transforms a message for testing purposes.

Is referenced by the test configuration because it implements the test component method which should be call by the MethodEntryPointResolver.



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