public final class ReplyMessage_1_2 extends Message_1_2 implements ReplyMessage
request_idLOCATION_FORWARD, LOCATION_FORWARD_PERM, NEEDS_ADDRESSING_MODE, NO_EXCEPTION, SYSTEM_EXCEPTION, USER_EXCEPTIONdefaultBufferSize, FLAG_NO_FRAG_BIG_ENDIAN, GIOPBigMagic, GIOPCancelRequest, GIOPCloseConnection, GIOPFragment, GIOPLocateReply, GIOPLocateRequest, GIOPMessageError, GIOPMessageHeaderLength, GIOPReply, GIOPRequest, LITTLE_ENDIAN_BIT, MORE_FRAGMENTS_BIT, THREAD_POOL_TO_USE_MASK, TRAILING_TWO_BIT_BYTE_MASK| Modifier and Type | Method and Description |
|---|---|
void |
callback(MessageHandler handler) |
short |
getAddrDisposition() |
IOR |
getIOR() |
int |
getReplyStatus() |
int |
getRequestId() |
ServiceContexts |
getServiceContexts() |
SystemException |
getSystemException(String message) |
static void |
isValidReplyStatus(int replyStatus) |
void |
read(InputStream istream) |
void |
setIOR(IOR ior) |
boolean |
supportsFragments()
Returns true if this message could be followed by a fragment.
|
void |
write(OutputStream ostream) |
getCorbaRequestId, unmarshalRequestIDcreateFragmentMessage, getGIOPVersion, getSize, getType, isLittleEndian, moreFragmentsToFollow, setSize, setThreadPoolToUsecreateCancelRequest, createCloseConnection, createLocateReply, createLocateRequest, createMessageError, createReply, createRequest, getEncodingVersion, getRequestIdFromMessageBytes, getThreadPoolToUse, parseGiopHeader, setEncodingVersion, setFlag, typeToStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateFragmentMessage, getCorbaRequestId, getEncodingVersion, getGIOPVersion, getSize, getThreadPoolToUse, getType, isLittleEndian, moreFragmentsToFollow, setEncodingVersion, setSizepublic int getRequestId()
getRequestId in interface LocateReplyOrReplyMessagepublic int getReplyStatus()
getReplyStatus in interface LocateReplyOrReplyMessagepublic short getAddrDisposition()
getAddrDisposition in interface LocateReplyOrReplyMessagepublic ServiceContexts getServiceContexts()
getServiceContexts in interface ReplyMessagepublic SystemException getSystemException(String message)
getSystemException in interface LocateReplyOrReplyMessagepublic IOR getIOR()
getIOR in interface LocateReplyOrReplyMessagepublic void setIOR(IOR ior)
setIOR in interface ReplyMessagepublic void read(InputStream istream)
read in interface Messageread in class Message_1_1public void write(OutputStream ostream)
write in interface Messagewrite in class Message_1_2public static void isValidReplyStatus(int replyStatus)
public void callback(MessageHandler handler) throws IOException
callback in interface Messagecallback in class MessageBaseIOExceptionpublic boolean supportsFragments()
MessageBasesupportsFragments in interface MessagesupportsFragments in class MessageBasetrue if Message supports fragmenting or is
a message fragment. Otherwise false it does
not support message fragments.Copyright © 2017–2019 Eclipse Foundation. All rights reserved.