クラス HttpControllerEndpointSpec
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<HttpControllerEndpointSpec, HttpRequestHandlingController>
org.springframework.integration.dsl.MessagingGatewaySpec<HttpControllerEndpointSpec, HttpRequestHandlingController>
org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec<HttpControllerEndpointSpec, HttpRequestHandlingController>
org.springframework.integration.http.dsl.BaseHttpInboundEndpointSpec<HttpControllerEndpointSpec, HttpRequestHandlingController>
org.springframework.integration.http.dsl.HttpControllerEndpointSpec
- 実装されているすべてのインターフェース:
DisposableBean、FactoryBean<HttpRequestHandlingController>、InitializingBean、Lifecycle、Phased、SmartLifecycle、ComponentsRegistration
public class HttpControllerEndpointSpec
extends BaseHttpInboundEndpointSpec<HttpControllerEndpointSpec, HttpRequestHandlingController>
- 導入:
- 5.0
- 作成者:
- Artem Bilan
- 関連事項:
ネストされたクラスの要約
クラス org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec から継承されたネストクラス / インターフェース
HttpInboundEndpointSupportSpec.CrossOriginSpec, HttpInboundEndpointSupportSpec.RequestMappingSpecフィールドのサマリー
クラス org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec から継承されたフィールド
headerExpressions, headerMapper, requestMappingクラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたフィールド
logger, PARSER, targetインターフェース org.springframework.beans.factory.FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTEインターフェース org.springframework.context.SmartLifecycle から継承されたフィールド
DEFAULT_PHASEコンストラクターの概要
コンストラクター修飾子コンストラクター説明protectedHttpControllerEndpointSpec(HttpRequestHandlingController controller, StringSE... path) メソッドのサマリー
修飾子と型メソッド説明メッセージ処理のエラーを通知するために使用するエラーコード。メッセージ処理が失敗した場合に、コアでErrorsを公開するために使用されるキー。応答メッセージまたはペイロードをコアマップに追加するときに使用するキーを指定します(BaseHttpInboundEndpoint.setExtractReplyPayload(boolean)の値がfalseでない限り、ペイロードのみになります)。クラス org.springframework.integration.http.dsl.BaseHttpInboundEndpointSpec から継承されたメソッド
mergeWithDefaultConverters, messageConverters, multipartResolverクラス org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec から継承されたメソッド
crossOrigin, extractReplyPayload, getComponentsToRegister, headerExpression, headerExpression, headerExpressions, headerFunction, headerMapper, mappedRequestHeaders, mappedResponseHeaders, payloadExpression, payloadExpression, payloadFunction, requestMapping, requestPayloadType, requestPayloadType, statusCodeExpression, statusCodeExpression, statusCodeFunction, validatorクラス org.springframework.integration.dsl.MessagingGatewaySpec から継承されたメソッド
autoStartup, errorChannel, errorChannel, errorOnTimeout, id, observationConvention, phase, replyChannel, replyChannel, replyMapper, replyTimeout, requestChannel, requestChannel, requestMapper, requestTimeout, shouldTrackクラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたメソッド
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stopクラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース org.springframework.beans.factory.FactoryBean から継承されたメソッド
isSingletonインターフェース org.springframework.context.SmartLifecycle から継承されたメソッド
isPauseable
コンストラクターの詳細
HttpControllerEndpointSpec
メソッドの詳細
replyKey
応答メッセージまたはペイロードをコアマップに追加するときに使用するキーを指定します(BaseHttpInboundEndpoint.setExtractReplyPayload(boolean)の値がfalseでない限り、ペイロードのみになります)。デフォルトのキーはreplyです。- パラメーター:
replyKey- 返信キー。- 戻り値:
- スペック
- 関連事項:
errorsKey
メッセージ処理が失敗した場合に、コアでErrorsを公開するために使用されるキー。デフォルトはerrorsです。- パラメーター:
errorsKey- 設定するキー値。- 戻り値:
- スペック
- 関連事項:
errorCode
メッセージ処理のエラーを通知するために使用するエラーコード。- パラメーター:
errorCode- 設定するエラーコード。- 戻り値:
- スペック
- 関連事項: