org.apache.camel.spring.builder
Class BuilderAction

java.lang.Object
  extended by org.apache.camel.spring.builder.BuilderAction

public class BuilderAction
extends Object


Constructor Summary
BuilderAction(MethodInfo methodInfo, HashMap<String,Object> parameterValues)
           
 
Method Summary
 MethodInfo getMethodInfo()
           
 String getName()
           
 Object invoke(org.springframework.beans.factory.BeanFactory beanFactory, Object rootBuilder, Object contextBuilder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuilderAction

public BuilderAction(MethodInfo methodInfo,
                     HashMap<String,Object> parameterValues)
Method Detail

invoke

public Object invoke(org.springframework.beans.factory.BeanFactory beanFactory,
                     Object rootBuilder,
                     Object contextBuilder)

getName

public String getName()

getMethodInfo

public MethodInfo getMethodInfo()


Copyright © 2007 Apache Software Foundation. All Rights Reserved.