public class MessageTypeSlipComputer
extends java.lang.Object
implements org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.apache.camel.Expression
| Constructor and Description |
|---|
MessageTypeSlipComputer(java.lang.String annotationClazzName) |
MessageTypeSlipComputer(java.lang.String annotationClazzName,
boolean allowNoMatchingProcessor) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
<T> T |
evaluate(org.apache.camel.Exchange exchange,
java.lang.Class<T> type) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public MessageTypeSlipComputer(java.lang.String annotationClazzName)
throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundExceptionpublic MessageTypeSlipComputer(java.lang.String annotationClazzName,
boolean allowNoMatchingProcessor)
throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundExceptionpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext in interface org.springframework.context.ApplicationContextAwarepublic void afterPropertiesSet()
throws java.lang.Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanjava.lang.Exceptionpublic <T> T evaluate(org.apache.camel.Exchange exchange,
java.lang.Class<T> type)
evaluate in interface org.apache.camel.ExpressionCopyright © 2019. All Rights Reserved.