org.apache.camel.component.bean
Class ParameterInfo
java.lang.Object
org.apache.camel.component.bean.ParameterInfo
public class ParameterInfo
- extends Object
Parameter information to be used for method invocation.
- Version:
- $Revision: 41830 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParameterInfo
public ParameterInfo(int index,
Class type,
Annotation[] annotations,
Expression expression)
getAnnotations
public Annotation[] getAnnotations()
getExpression
public Expression getExpression()
getIndex
public int getIndex()
getType
public Class getType()
setExpression
public void setExpression(Expression expression)
Copyright © 2009 IONA Open Source Community. All Rights Reserved.