com.sun.xml.ws.transport.tcp.util
Class FrameType

java.lang.Object
  extended by com.sun.xml.ws.transport.tcp.util.FrameType

public final class FrameType
extends java.lang.Object


Field Summary
static int ERROR
           
static int MESSAGE
           
static int MESSAGE_CHUNK
           
static int MESSAGE_END_CHUNK
           
static int MESSAGE_START_CHUNK
           
static int NULL
           
 
Constructor Summary
FrameType()
           
 
Method Summary
static boolean isFrameContainsParams(int msgId)
           
static boolean isLastFrame(int msgId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MESSAGE

public static final int MESSAGE
See Also:
Constant Field Values

MESSAGE_START_CHUNK

public static final int MESSAGE_START_CHUNK
See Also:
Constant Field Values

MESSAGE_CHUNK

public static final int MESSAGE_CHUNK
See Also:
Constant Field Values

MESSAGE_END_CHUNK

public static final int MESSAGE_END_CHUNK
See Also:
Constant Field Values

ERROR

public static final int ERROR
See Also:
Constant Field Values

NULL

public static final int NULL
See Also:
Constant Field Values
Constructor Detail

FrameType

public FrameType()
Method Detail

isFrameContainsParams

public static boolean isFrameContainsParams(int msgId)

isLastFrame

public static boolean isLastFrame(int msgId)