org.apache.cxf.binding.soap.tcp
Class SoapTcpChannel
java.lang.Object
org.apache.cxf.binding.soap.tcp.SoapTcpChannel
public class SoapTcpChannel
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SoapTcpChannel
public SoapTcpChannel(int channelId,
String wsURI)
addFrame
public boolean addFrame(SoapTcpFrame frame)
getFrames
public List<SoapTcpFrame> getFrames()
clearFrameBuffer
public void clearFrameBuffer()
getChannelId
public int getChannelId()
setChannelId
public void setChannelId(int channelId)
getWsURI
public String getWsURI()
setWsURI
public void setWsURI(String wsURI)
Apache CXF