org.apache.cxf.binding.soap.tcp.frames
Class SoapTcpFrameHeader
java.lang.Object
org.apache.cxf.binding.soap.tcp.frames.SoapTcpFrameHeader
public class SoapTcpFrameHeader
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
SoapTcpFrameHeader
public SoapTcpFrameHeader(int frameType,
SoapTcpFrameContentDescription contentDescription)
SoapTcpFrameHeader
public SoapTcpFrameHeader()
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