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 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(List<SoapTcpFrame> frames)
createSoapTcpMessage
public static SoapTcpMessage createSoapTcpMessage(String message,
int channelId)
createErrorMessage
public static SoapTcpMessage createErrorMessage(int code,
int subCode,
String description,
int channelId)
setChannelId
public void setChannelId(int channelId)
getChannelId
public int getChannelId()
setFrames
public void setFrames(List<SoapTcpFrame> frames)
getFrames
public List<SoapTcpFrame> getFrames()
getContent
public String getContent()
getContentAsStream
public InputStream getContentAsStream()
Apache CXF