Apache CXF API

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

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

public final class SoapTcpMessage
extends Object


Method Summary
static SoapTcpMessage createErrorMessage(int code, int subCode, String description, int channelId)
           
static SoapTcpMessage createSoapTcpMessage(List<SoapTcpFrame> frames)
           
static SoapTcpMessage createSoapTcpMessage(SoapTcpFrame frame)
           
static SoapTcpMessage createSoapTcpMessage(String message, int channelId)
           
 int getChannelId()
           
 String getContent()
           
 InputStream getContentAsStream()
           
 List<SoapTcpFrame> getFrames()
           
 void setChannelId(int channelId)
           
 void setFrames(List<SoapTcpFrame> frames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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 API

Apache CXF