public class MethodInfo
extends java.lang.Object
| Constructor and Description |
|---|
MethodInfo(java.lang.reflect.Method method,
org.apache.servicemix.expression.Expression parametersExpression) |
| Modifier and Type | Method and Description |
|---|---|
org.aopalliance.intercept.MethodInvocation |
createMethodInvocation(java.lang.Object pojo,
javax.jbi.messaging.MessageExchange messageExchange) |
protected java.lang.Object |
invoke(java.lang.reflect.Method mth,
java.lang.Object pojo,
java.lang.Object[] arguments,
javax.jbi.messaging.MessageExchange exchange) |
public MethodInfo(java.lang.reflect.Method method,
org.apache.servicemix.expression.Expression parametersExpression)
public org.aopalliance.intercept.MethodInvocation createMethodInvocation(java.lang.Object pojo,
javax.jbi.messaging.MessageExchange messageExchange)
throws javax.jbi.messaging.MessagingException
javax.jbi.messaging.MessagingExceptionprotected java.lang.Object invoke(java.lang.reflect.Method mth,
java.lang.Object pojo,
java.lang.Object[] arguments,
javax.jbi.messaging.MessageExchange exchange)
throws java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
java.lang.IllegalAccessExceptionjava.lang.reflect.InvocationTargetExceptionCopyright © 2005-2015 FuseSource. All Rights Reserved.