public class MethodBean extends Object implements Serializable
Serializable version of a Method| Constructor and Description |
|---|
MethodBean() |
MethodBean(Method method) |
| Modifier and Type | Method and Description |
|---|---|
Method |
getMethod() |
String |
getName() |
Class<?>[] |
getParameterTypes() |
Class<?> |
getType() |
void |
setName(String name) |
void |
setParameterTypes(Class<?>[] parameterTypes) |
void |
setType(Class<?> type) |
public MethodBean()
public MethodBean(Method method)
public Method getMethod() throws NoSuchMethodException
NoSuchMethodExceptionpublic Class<?>[] getParameterTypes()
public void setParameterTypes(Class<?>[] parameterTypes)
Apache Camel