org.apache.camel.component.bean
Class MethodBean

java.lang.Object
  extended by org.apache.camel.component.bean.MethodBean
All Implemented Interfaces:
Serializable

public class MethodBean
extends Object
implements Serializable

Represents a Serializable version of a Method

Version:
See Also:
Serialized Form

Constructor Summary
MethodBean()
           
MethodBean(Method method)
           
 
Method Summary
 Method getMethod()
           
 String getName()
           
 Class<?>[] getParameterTypes()
           
 Class<?> getType()
           
 void setName(String name)
           
 void setParameterTypes(Class<?>[] parameterTypes)
           
 void setType(Class<?> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodBean

public MethodBean()

MethodBean

public MethodBean(Method method)
Method Detail

getMethod

public Method getMethod()
                 throws NoSuchMethodException
Throws:
NoSuchMethodException

getName

public String getName()

setName

public void setName(String name)

getParameterTypes

public Class<?>[] getParameterTypes()

setParameterTypes

public void setParameterTypes(Class<?>[] parameterTypes)

getType

public Class<?> getType()

setType

public void setType(Class<?> type)


Apache CAMEL