Apache CXF API

org.apache.cxf.binding.soap.tcp.frames
Class SoapTcpFrameHeader

java.lang.Object
  extended by org.apache.cxf.binding.soap.tcp.frames.SoapTcpFrameHeader

public class SoapTcpFrameHeader
extends Object


Field Summary
static int ERROR_MESSAGE
           
static int MESSAGE_CHUNK
           
static int MESSAGE_END_CHUNK
           
static int MESSAGE_START_CHUNK
           
static int NULL_MESSAGE
           
static int SINGLE_FRAME_MESSAGE
           
 
Constructor Summary
SoapTcpFrameHeader()
           
SoapTcpFrameHeader(int frameType, SoapTcpFrameContentDescription contentDescription)
           
 
Method Summary
 int getChannelId()
           
 SoapTcpFrameContentDescription getContentDescription()
           
 int getFrameType()
           
 void setChannelId(int channelId)
           
 void setContentDescription(SoapTcpFrameContentDescription contentDescription)
           
 void setFrameType(int frameType)
           
 void write(OutputStream output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SINGLE_FRAME_MESSAGE

public static final int SINGLE_FRAME_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_MESSAGE

public static final int ERROR_MESSAGE
See Also:
Constant Field Values

NULL_MESSAGE

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

SoapTcpFrameHeader

public SoapTcpFrameHeader(int frameType,
                          SoapTcpFrameContentDescription contentDescription)

SoapTcpFrameHeader

public SoapTcpFrameHeader()
Method Detail

getChannelId

public int getChannelId()

setChannelId

public void setChannelId(int channelId)

getFrameType

public int getFrameType()

setFrameType

public void setFrameType(int frameType)

getContentDescription

public SoapTcpFrameContentDescription getContentDescription()

setContentDescription

public void setContentDescription(SoapTcpFrameContentDescription contentDescription)

write

public void write(OutputStream output)
           throws IOException
Throws:
IOException

Apache CXF API

Apache CXF