すべてのメソッド インスタンスメソッド 抽象メソッド 具象メソッド | 修飾子と型 | メソッドと説明 |
|---|
protected boolean | beanAnnotationAware() |
protected MessageProcessor<?> | buildLambdaMessageProcessorForBeanMethod(MethodSE method, ObjectSE target) |
protected void | checkMessageHandlerAttributes(StringSE handlerBeanName, ListSE<AnnotationSE> annotations) |
protected void | configurePollingEndpoint(AbstractPollingEndpoint pollingEndpoint, ListSE<AnnotationSE> annotations) |
protected AbstractEndpoint | createEndpoint(MessageHandler handler, MethodSE method, ListSE<AnnotationSE> annotations) |
protected abstract MessageHandler | createHandler(ObjectSE bean, MethodSE method, ListSE<AnnotationSE> annotations) サブクラスは、MessageHandler を作成するためにこのメソッドを実装する必要があります。 |
protected AbstractEndpoint | doCreateEndpoint(MessageHandler handler, MessageChannel inputChannel, ListSE<AnnotationSE> annotations) |
protected ListSE<Advice> | extractAdviceChain(StringSE beanName, ListSE<AnnotationSE> annotations) |
protected <H> H | extractTypeIfPossible(ObjectSE targetObject, ClassSE<H> expectedType) |
protected StringSE | generateHandlerBeanName(StringSE originalBeanName, MethodSE method) |
protected StringSE | getInputChannelAttribute() |
ObjectSE | postProcess(ObjectSE bean, StringSE beanName, MethodSE method, ListSE<AnnotationSE> annotations) |
protected boolean | resolveAttributeToBoolean(StringSE attribute) |
protected ObjectSE | resolveTargetBeanFromMethodWithBeanAnnotation(MethodSE method) |
protected StringSE | resolveTargetBeanName(MethodSE method) |
protected void | setOutputChannelIfPresent(ListSE<AnnotationSE> annotations, AbstractReplyProducingMessageHandler handler) |
boolean | shouldCreateEndpoint(MethodSE method, ListSE<AnnotationSE> annotations) |