public class GatewayHandler extends ErrorReplyHandler
ErrorReplyHandler responsible for delegating operations to a Gateway.
This handler is meant to be replaced by a Gateway with a handler that it supports. If no such handler is provided by the Gateway, this handler falls back to returning an error message indicating the absence of a default handler for the Gateway.
EMPTYDISCARD| Constructor and Description |
|---|
GatewayHandler()
Constructs a new GatewayHandler instance, initializing the error message of the superclass
ErrorReplyHandler with a message indicating the absence of a default handler for the Gateway. |
errorMsg, errorMsg, responseHeaderasInternalChannel, runbuffered, bufferedsessionName, sessionName, systemContext, systemContextusesSelfDescribingMessageequals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcloseWhenRunEnds, recordHistorysessionName, sessionName, systemContext, systemContext$equals, $fieldInfoMap, $fieldInfos, $hashCode, $toString, className, copyTo, deepCopy, fromFile, fromFile, fromString, fromString, fromString, getField, getLongField, mergeToMap, readMarshallable, reset, setField, setLongField, streamFromFile, streamFromFile, writeMarshallablebinaryLengthLength, writeValueunexpectedFieldpublic GatewayHandler()
ErrorReplyHandler with a message indicating the absence of a default handler for the Gateway.Copyright © 2023. All rights reserved.