クラス 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
ネストされたクラスの概要
クラス HttpInboundEndpointSupportSpec から継承されたネストクラス / インターフェース
HttpInboundEndpointSupportSpec.CrossOriginSpec, HttpInboundEndpointSupportSpec.RequestMappingSpecフィールド概要
クラス HttpInboundEndpointSupportSpec から継承されたフィールド
headerExpressions, headerMapper, requestMappingクラス IntegrationComponentSpec から継承されたフィールド
logger, PARSER, targetインターフェース FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTEインターフェース SmartLifecycle から継承されたフィールド
DEFAULT_PHASEコンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明mergeWithDefaultConverters(boolean mergeWithDefaultConverters) カスタムコンバーターの後にデフォルトコンバーターを使用できるかどうかを決定するフラグ。messageConverters(HttpMessageConverter<?>... messageConverters) 使用するメッセージ本文コンバーターを設定します。multipartResolver(MultipartResolver multipartResolver) リクエストのチェックに使用するMultipartResolverを指定します。クラス HttpInboundEndpointSupportSpec から継承されたメソッド
crossOrigin, extractReplyPayload, getComponentsToRegister, headerExpression, headerExpression, headerExpressions, headerFunction, headerMapper, mappedRequestHeaders, mappedResponseHeaders, payloadExpression, payloadExpression, payloadFunction, requestMapping, requestPayloadType, requestPayloadType, statusCodeExpression, statusCodeExpression, statusCodeFunction, validatorクラス MessagingGatewaySpec から継承されたメソッド
autoStartup, errorChannel, errorChannel, errorOnTimeout, id, observationConvention, phase, replyChannel, replyChannel, replyMapper, replyTimeout, requestChannel, requestChannel, requestMapper, requestTimeout, shouldTrackクラス IntegrationComponentSpec から継承されたメソッド
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stopクラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース FactoryBean から継承されたメソッド
isSingletonインターフェース SmartLifecycle から継承されたメソッド
isPauseable
コンストラクターの詳細
BaseHttpInboundEndpointSpec
方法の詳細
messageConverters
使用するメッセージ本文コンバーターを設定します。これらのコンバーターは、HTTP リクエストおよび HTTP リクエストとレスポンスの変換に使用されます。- パラメーター:
messageConverters- メッセージコンバーター。- 戻り値:
- 現在の仕様。
mergeWithDefaultConverters
カスタムコンバーターの後にデフォルトコンバーターを使用できるかどうかを決定するフラグ。- パラメーター:
mergeWithDefaultConverters- マージする場合は true、置き換える場合は false。- 戻り値:
- 現在の仕様。
multipartResolver
リクエストのチェックに使用するMultipartResolverを指定します。- パラメーター:
multipartResolver- マルチパートリゾルバー。- 戻り値:
- 現在の仕様。