org.apache.camel.spring.xml
Class MethodInfo

java.lang.Object
  extended by org.apache.camel.spring.xml.MethodInfo

public class MethodInfo
extends Object


Constructor Summary
MethodInfo(Method method, org.apache.camel.builder.Fluent fluentAnnotation, LinkedHashMap<String,Class> parameters, LinkedHashMap<String,org.apache.camel.builder.FluentArg> annotations)
           
 
Method Summary
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodInfo

public MethodInfo(Method method,
                  org.apache.camel.builder.Fluent fluentAnnotation,
                  LinkedHashMap<String,Class> parameters,
                  LinkedHashMap<String,org.apache.camel.builder.FluentArg> annotations)
Method Detail

getName

public String getName()


Copyright © 2007 Apache Software Foundation. All Rights Reserved.