クラスの使用
org.springframework.integration.http.dsl.HttpControllerEndpointSpec
HttpControllerEndpointSpec を使用するパッケージ
パッケージ
説明
Spring Integration Java DSL の HTTP コンポーネントサポートを提供します。
org.springframework.integration.http.dsl 内の HttpControllerEndpointSpec 使用
修飾子と型クラス説明class修飾子と型メソッド説明メッセージ処理のエラーを通知するために使用するエラーコード。メッセージ処理が失敗した場合に、コアでErrorsを公開するために使用されるキー。static HttpControllerEndpointSpecHttp.inboundControllerAdapter(StringSE viewName, StringSE... path) static HttpControllerEndpointSpecHttp.inboundControllerAdapter(Expression viewExpression, StringSE... path) 提供された SpEL 式とマッピング用のpath配列に基づいて、一方向アダプター用のHttpControllerEndpointSpecビルダーを作成します。static HttpControllerEndpointSpecHttp.inboundControllerGateway(StringSE viewName, StringSE... path) static HttpControllerEndpointSpecHttp.inboundControllerGateway(Expression viewExpression, StringSE... path) 提供された SpEL 式とマッピング用のpath配列に基づいて、リクエスト / 応答ゲートウェイ用のHttpControllerEndpointSpecビルダーを作成します。応答メッセージまたはペイロードをコアマップに追加するときに使用するキーを指定します(BaseHttpInboundEndpoint.setExtractReplyPayload(boolean)の値がfalseでない限り、ペイロードのみになります)。