org.apache.servicemix.bean.support
Class MethodInfo
java.lang.Object
org.apache.servicemix.bean.support.MethodInfo
public class MethodInfo
- extends Object
- Version:
- $Revision: $
|
Constructor Summary |
MethodInfo(Method method,
org.apache.servicemix.expression.Expression parametersExpression)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodInfo
public MethodInfo(Method method,
org.apache.servicemix.expression.Expression parametersExpression)
createMethodInvocation
public org.aopalliance.intercept.MethodInvocation createMethodInvocation(Object pojo,
javax.jbi.messaging.MessageExchange messageExchange)
throws javax.jbi.messaging.MessagingException
- Throws:
javax.jbi.messaging.MessagingException
invoke
protected Object invoke(Method mth,
Object pojo,
Object[] arguments,
javax.jbi.messaging.MessageExchange exchange)
throws IllegalAccessException,
InvocationTargetException
- Throws:
IllegalAccessException
InvocationTargetException
Copyright © 2010 FuseSource. All Rights Reserved.