public class SoapTcpFrameHeader extends Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
SoapTcpFrameHeader() |
SoapTcpFrameHeader(int frameType,
SoapTcpFrameContentDescription contentDescription) |
Modifier and Type | Method and Description |
---|---|
int |
getChannelId() |
SoapTcpFrameContentDescription |
getContentDescription() |
int |
getFrameType() |
void |
setChannelId(int channelId) |
void |
setContentDescription(SoapTcpFrameContentDescription contentDescription) |
void |
setFrameType(int frameType) |
void |
write(OutputStream output) |
public static final int SINGLE_FRAME_MESSAGE
public static final int MESSAGE_START_CHUNK
public static final int MESSAGE_CHUNK
public static final int MESSAGE_END_CHUNK
public static final int ERROR_MESSAGE
public static final int NULL_MESSAGE
public SoapTcpFrameHeader(int frameType, SoapTcpFrameContentDescription contentDescription)
public SoapTcpFrameHeader()
public int getChannelId()
public void setChannelId(int channelId)
public int getFrameType()
public void setFrameType(int frameType)
public SoapTcpFrameContentDescription getContentDescription()
public void setContentDescription(SoapTcpFrameContentDescription contentDescription)
public void write(OutputStream output) throws IOException
IOException
Apache CXF