org.apache.servicemix.bean.support
Class MethodInfo
java.lang.Object
org.apache.servicemix.bean.support.MethodInfo
public class MethodInfo
- extends Object
- Version:
- $Revision: $
| 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,
Expression parametersExpression)
createMethodInvocation
public org.aopalliance.intercept.MethodInvocation createMethodInvocation(Object pojo,
MessageExchange messageExchange)
throws MessagingException
- Throws:
MessagingException
getType
public Class getType()
getMethod
public Method getMethod()
getParametersExpression
public Expression getParametersExpression()
invoke
protected Object invoke(Method mth,
Object pojo,
Object[] arguments,
MessageExchange exchange)
throws IllegalAccessException,
InvocationTargetException
- Throws:
IllegalAccessException
InvocationTargetException
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.