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