org.mule.test.integration.resolvers
Class Target

java.lang.Object
  extended by org.mule.test.integration.resolvers.Target
All Implemented Interfaces:
Callable, EventListener

public class Target
extends Object
implements Callable


Constructor Summary
Target()
           
 
Method Summary
 String array(String[] array)
           
 String custom(Object object)
           
 String methodInteger(Integer integer)
           
 String methodString(String string)
           
 String noArguments()
           
 String object(Object object)
           
 Object onCall(MuleEventContext eventContext)
           
 String property(Object object)
           
 String reflection(Integer integer, String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Target

public Target()
Method Detail

array

public String array(String[] array)

object

public String object(Object object)

onCall

public Object onCall(MuleEventContext eventContext)
              throws Exception
Specified by:
onCall in interface Callable
Throws:
Exception

custom

public String custom(Object object)

methodString

public String methodString(String string)

methodInteger

public String methodInteger(Integer integer)

noArguments

public String noArguments()

property

public String property(Object object)

reflection

public String reflection(Integer integer,
                         String string)


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