org.apache.camel.spring.util
Class MethodInfo
java.lang.Object
org.apache.camel.spring.util.MethodInfo
public class MethodInfo
- extends Object
- Version:
- $Revision: $
Constructor Summary |
MethodInfo(Class type,
Method method,
org.apache.camel.Expression parametersExpression)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodInfo
public MethodInfo(Class type,
Method method,
org.apache.camel.Expression parametersExpression)
createMethodInvocation
public org.aopalliance.intercept.MethodInvocation createMethodInvocation(Object pojo,
org.apache.camel.Exchange messageExchange)
getType
public Class getType()
getMethod
public Method getMethod()
getParametersExpression
public org.apache.camel.Expression getParametersExpression()
invoke
protected Object invoke(Method mth,
Object pojo,
Object[] arguments,
org.apache.camel.Exchange exchange)
throws IllegalAccessException,
InvocationTargetException
- Throws:
IllegalAccessException
InvocationTargetException
Copyright © 2007 Apache Software Foundation. All Rights Reserved.