|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.camel.spring.util.DefaultMethodInvocationStrategy
public class DefaultMethodInvocationStrategy
Represents the strategy used to figure out how to map a message exchange to a POJO method invocation
Constructor Summary | |
---|---|
DefaultMethodInvocationStrategy()
|
Method Summary | |
---|---|
void |
addParameterMapping(Class parameterType,
org.apache.camel.Expression expression)
Adds a default parameter type mapping to an expression |
org.apache.camel.Expression |
getDefaultParameterTypeExpression(Class parameterType)
Creates an invocation on the given POJO using annotations to decide which method to invoke and to figure out which parameters to use |
void |
loadDefaultRegistry()
Creates an invocation on the given POJO using annotations to decide which method to invoke and to figure out which parameters to use |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultMethodInvocationStrategy()
Method Detail |
---|
public org.apache.camel.Expression getDefaultParameterTypeExpression(Class parameterType)
MethodInvocationStrategy
getDefaultParameterTypeExpression
in interface MethodInvocationStrategy
public void addParameterMapping(Class parameterType, org.apache.camel.Expression expression)
public void loadDefaultRegistry()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |