public class HttpControllerEndpointSpec extends BaseHttpInboundEndpointSpec<HttpControllerEndpointSpec,HttpRequestHandlingController>
HttpRequestHandlingControllerHttpInboundEndpointSupportSpec.CrossOriginSpec, HttpInboundEndpointSupportSpec.RequestMappingSpecheaderExpressions, headerMapper, requestMappingPARSER, targetloggerDEFAULT_PHASEOBJECT_TYPE_ATTRIBUTE| 修飾子 | コンストラクターと説明 |
|---|---|
protected | HttpControllerEndpointSpec(HttpRequestHandlingController controller, StringSE... path) |
| 修飾子と型 | メソッドと説明 |
|---|---|
HttpControllerEndpointSpec | errorCode(StringSE errorCode) メッセージ処理のエラーを通知するために使用するエラーコード。 |
HttpControllerEndpointSpec | errorsKey(StringSE errorsKey) メッセージ処理が失敗した場合に、コアで Errors を公開するために使用されるキー。 |
HttpControllerEndpointSpec | replyKey(StringSE replyKey) 応答メッセージまたはペイロードをコアマップに追加するときに使用するキーを指定します( BaseHttpInboundEndpoint.setExtractReplyPayload(boolean) の値が false でない限り、ペイロードのみになります)。 |
mergeWithDefaultConverters, messageConverters, multipartResolvercrossOrigin, extractReplyPayload, getComponentsToRegister, headerExpression, headerExpression, headerExpressions, headerFunction, headerMapper, mappedRequestHeaders, mappedResponseHeaders, payloadExpression, payloadExpression, payloadFunction, requestMapping, requestPayloadType, requestPayloadType, statusCodeExpression, statusCodeExpression, statusCodeFunction, validatorautoStartup, errorChannel, errorChannel, errorOnTimeout, id, phase, replyChannel, replyChannel, replyMapper, replyTimeout, requestChannel, requestChannel, requestMapper, requestTimeout, shouldTrack_this, createInstance, destroyInstance, doGet, get, getId, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stopafterPropertiesSet, destroy, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingletoncloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEprotected HttpControllerEndpointSpec(HttpRequestHandlingController controller, StringSE... path)
public HttpControllerEndpointSpec replyKey(StringSE replyKey)
BaseHttpInboundEndpoint.setExtractReplyPayload(boolean) の値が false でない限り、ペイロードのみになります)。デフォルトのキーは reply です。replyKey - 返信キー。HttpRequestHandlingController.setReplyKey(String)public HttpControllerEndpointSpec errorsKey(StringSE errorsKey)
Errors を公開するために使用されるキー。デフォルトは errors です。errorsKey - 設定するキー値。HttpRequestHandlingController.setErrorsKey(String)public HttpControllerEndpointSpec errorCode(StringSE errorCode)
errorCode - 設定するエラーコード。HttpRequestHandlingController.setErrorCode(String)