org.apache.camel.component.bean
Class ParameterInfo

java.lang.Object
  extended by org.apache.camel.component.bean.ParameterInfo

public class ParameterInfo
extends Object

Parameter information to be used for method invocation.

Version:
$Revision: 41830 $

Constructor Summary
ParameterInfo(int index, Class type, Annotation[] annotations, Expression expression)
           
 
Method Summary
 Annotation[] getAnnotations()
           
 Expression getExpression()
           
 int getIndex()
           
 Class getType()
           
 void setExpression(Expression expression)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterInfo

public ParameterInfo(int index,
                     Class type,
                     Annotation[] annotations,
                     Expression expression)
Method Detail

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.