クラス BaseHttpInboundEndpointSpec<S extends BaseHttpInboundEndpointSpec<S,E>, E extends HttpRequestHandlingEndpointSupport>
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<S,E>
org.springframework.integration.dsl.MessagingGatewaySpec<S,E>
org.springframework.integration.http.dsl.HttpInboundEndpointSupportSpec<S,E>
org.springframework.integration.http.dsl.BaseHttpInboundEndpointSpec<S,E>
- 型パラメーター:
S- ターゲットBaseHttpInboundEndpointSpec実装型。E- ターゲットHttpRequestHandlingEndpointSupport実装型。
- 実装されているすべてのインターフェース:
DisposableBean、FactoryBean<E>、InitializingBean、Lifecycle、Phased、SmartLifecycle、ComponentsRegistration
public abstract class BaseHttpInboundEndpointSpec<S extends BaseHttpInboundEndpointSpec<S,E>, E extends HttpRequestHandlingEndpointSupport>
extends HttpInboundEndpointSupportSpec<S,E>
- 導入:
- 5.0
- 作成者:
- Artem Bilan, Gary Russell
ネストされたクラスの要約
クラス 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コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明mergeWithDefaultConverters(boolean mergeWithDefaultConverters) カスタムコンバーターの後にデフォルトコンバーターを使用できるかどうかを決定するフラグ。messageConverters(HttpMessageConverter<?>... messageConverters) 使用するメッセージ本文コンバーターを設定します。multipartResolver(MultipartResolver multipartResolver) リクエストのチェックに使用する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
コンストラクターの詳細
BaseHttpInboundEndpointSpec
メソッドの詳細
messageConverters
使用するメッセージ本文コンバーターを設定します。これらのコンバーターは、HTTP リクエストおよび HTTP リクエストとレスポンスの変換に使用されます。- パラメーター:
messageConverters- メッセージコンバーター。- 戻り値:
- 現在の仕様。
mergeWithDefaultConverters
カスタムコンバーターの後にデフォルトコンバーターを使用できるかどうかを決定するフラグ。- パラメーター:
mergeWithDefaultConverters- マージする場合は true、置き換える場合は false。- 戻り値:
- 現在の仕様。
multipartResolver
リクエストのチェックに使用するMultipartResolverを指定します。- パラメーター:
multipartResolver- マルチパートリゾルバー。- 戻り値:
- 現在の仕様。