org.apache.cxf.binding.soap.tcp.frames
Class SoapTcpMessage
java.lang.Object
org.apache.cxf.binding.soap.tcp.frames.SoapTcpMessage
public final class SoapTcpMessage
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createSoapTcpMessage
public static SoapTcpMessage createSoapTcpMessage(SoapTcpFrame frame)
createSoapTcpMessage
public static SoapTcpMessage createSoapTcpMessage(java.util.List<SoapTcpFrame> frames)
createSoapTcpMessage
public static SoapTcpMessage createSoapTcpMessage(java.lang.String message,
int channelId)
createErrorMessage
public static SoapTcpMessage createErrorMessage(int code,
int subCode,
java.lang.String description,
int channelId)
setChannelId
public void setChannelId(int channelId)
getChannelId
public int getChannelId()
setFrames
public void setFrames(java.util.List<SoapTcpFrame> frames)
getFrames
public java.util.List<SoapTcpFrame> getFrames()
getContent
public java.lang.String getContent()
getContentAsStream
public java.io.InputStream getContentAsStream()
Apache CXF