org.mule.module.ibeans.annotations.invoke
Interface InvokeTestIBean
public interface InvokeTestIBean
TODO
hello
@PropertyParam(value="dummy")
static final HelloParamFactory hello
greet
@Invoke(object="dummy",
method="sayHello")
String greet(@PropertyParam(value="name")
String name)
throws Exception
- Throws:
Exception
greetFail1
@Invoke(object="dummy2",
method="sayHello")
String greetFail1(@PropertyParam(value="name")
String name)
throws Exception
- Throws:
Exception
greetFail2
@Invoke(object="dummy",
method="sayHellox")
String greetFail2(@PropertyParam(value="name")
String name)
throws Exception
- Throws:
Exception
greetFail3
@Invoke(object="dummy",
method="sayHello")
String greetFail3(@PropertyParam(value="name")
String name,
@PropertyParam(value="location")
String location)
throws Exception
- Throws:
Exception
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.