FileDocCategorySizeDatePackage
Message.javaAPI DocJava SE 5 API2015Fri Aug 26 14:54:32 BST 2005com.sun.corba.se.impl.protocol.giopmsgheaders

Message

public interface Message
This is the base interface for different message type interfaces.
author
Ram Jeyaraman 05/14/2000
version
1.0

Fields Summary
int
defaultBufferSize
int
GIOPBigEndian
int
GIOPLittleEndian
int
GIOPBigMagic
int
GIOPLittleMagic
int
GIOPMessageHeaderLength
byte
LITTLE_ENDIAN_BIT
byte
MORE_FRAGMENTS_BIT
byte
FLAG_NO_FRAG_BIG_ENDIAN
static final byte
TRAILING_TWO_BIT_BYTE_MASK
static final byte
THREAD_POOL_TO_USE_MASK
byte
CDR_ENC_VERSION
byte
JAVA_ENC_VERSION
byte
GIOPRequest
byte
GIOPReply
byte
GIOPCancelRequest
byte
GIOPLocateRequest
byte
GIOPLocateReply
byte
GIOPCloseConnection
byte
GIOPMessageError
byte
GIOPFragment
Constructors Summary
Methods Summary
public voidcallback(com.sun.corba.se.impl.protocol.giopmsgheaders.MessageHandler handler)

public com.sun.corba.se.impl.protocol.giopmsgheaders.FragmentMessagecreateFragmentMessage()

public java.nio.ByteBuffergetByteBuffer()

public bytegetEncodingVersion()

public com.sun.corba.se.spi.ior.iiop.GIOPVersiongetGIOPVersion()

public intgetSize()

public intgetThreadPoolToUse()

public intgetType()

public booleanisLittleEndian()

public booleanmoreFragmentsToFollow()

public voidread(org.omg.CORBA.portable.InputStream istream)

public voidsetByteBuffer(java.nio.ByteBuffer byteBuffer)

public voidsetEncodingVersion(byte version)

public voidsetSize(java.nio.ByteBuffer byteBuffer, int size)

public voidwrite(org.omg.CORBA.portable.OutputStream ostream)