org.apache.camel.component.bean
Class ParameterInfo

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

public class ParameterInfo
extends Object

Version:
$Revision: $

Constructor Summary
ParameterInfo(int index, Class type, Annotation[] annotations, Expression expression)
           
 
Method Summary
 Annotation[] getAnnotations()
           
 Expression getExpression()
           
 int getIndex()
           
 Class getType()
           
 
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()


Copyright © 2007 Apache Software Foundation. All Rights Reserved.