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(Class type,
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(Class type,
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
getType
public Class getType()
getMethod
public Method getMethod()
getParametersExpression
public org.apache.servicemix.expression.Expression getParametersExpression()
invoke
protected Object invoke(Method mth,
Object pojo,
Object[] arguments,
javax.jbi.messaging.MessageExchange exchange)
throws IllegalAccessException,
InvocationTargetException
- Throws:
IllegalAccessException
InvocationTargetException
Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.