public class FilterFactoryBean extends AbstractStandardMessageHandlerFactoryBean
logger
OBJECT_TYPE_ATTRIBUTE
Constructor and Description |
---|
FilterFactoryBean() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canBeUsedDirect(AbstractMessageProducingHandler handler)
MessageFilter is an ARPMH.
|
protected void |
checkForIllegalTarget(Object targetObject,
String targetMethodName) |
protected MessageHandler |
createExpressionEvaluatingHandler(Expression expression) |
protected MessageFilter |
createFilter(MessageSelector selector) |
protected MessageHandler |
createMethodInvokingHandler(Object targetObject,
String targetMethodName)
Subclasses must implement this method to create the MessageHandler.
|
protected Class<? extends MessageHandler> |
getPreCreationHandlerType()
Subclasses can override this to return a more specific type before handler creation.
|
protected void |
postProcessFilter(MessageFilter filter) |
protected void |
postProcessReplyProducer(AbstractMessageProducingHandler handler) |
void |
setDiscardChannel(MessageChannel discardChannel) |
void |
setDiscardWithinAdvice(boolean discardWithinAdvice) |
void |
setThrowExceptionOnRejection(Boolean throwExceptionOnRejection) |
createDefaultHandler, createHandler, createMessageProcessingHandler, destroy, getSendTimeout, methodIsHandleMessageOrEmpty, setExpression, setExpressionString, setRequiresReply, setSendTimeout, setTargetMethodName, setTargetObject
createHandlerInternal, getBeanFactory, getObject, getObjectType, isSingleton, setAdviceChain, setApplicationContext, setApplicationEventPublisher, setAsync, setBeanFactory, setBeanName, setChannelResolver, setComponentName, setOrder, setOutputChannel, setOutputChannelName
public void setDiscardChannel(MessageChannel discardChannel)
public void setThrowExceptionOnRejection(Boolean throwExceptionOnRejection)
public void setDiscardWithinAdvice(boolean discardWithinAdvice)
protected MessageHandler createMethodInvokingHandler(Object targetObject, String targetMethodName)
AbstractStandardMessageHandlerFactoryBean
createMethodInvokingHandler
in class AbstractStandardMessageHandlerFactoryBean
targetObject
- the object to use for method invocation.targetMethodName
- the method name of the target object to invoke.MessageHandler
implementation.protected void checkForIllegalTarget(Object targetObject, String targetMethodName)
checkForIllegalTarget
in class AbstractStandardMessageHandlerFactoryBean
protected MessageHandler createExpressionEvaluatingHandler(Expression expression)
createExpressionEvaluatingHandler
in class AbstractStandardMessageHandlerFactoryBean
protected MessageFilter createFilter(MessageSelector selector)
protected void postProcessFilter(MessageFilter filter)
protected void postProcessReplyProducer(AbstractMessageProducingHandler handler)
postProcessReplyProducer
in class AbstractStandardMessageHandlerFactoryBean
protected boolean canBeUsedDirect(AbstractMessageProducingHandler handler)
canBeUsedDirect
in class AbstractStandardMessageHandlerFactoryBean
protected Class<? extends MessageHandler> getPreCreationHandlerType()
AbstractSimpleMessageHandlerFactoryBean
getPreCreationHandlerType
in class AbstractSimpleMessageHandlerFactoryBean<MessageHandler>