Apache CXF API

org.apache.cxf.binding.soap.tcp
Class SoapTcpChannel

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

public class SoapTcpChannel
extends Object


Constructor Summary
SoapTcpChannel(int channelId, String wsURI)
           
 
Method Summary
 boolean addFrame(SoapTcpFrame frame)
           
 void clearFrameBuffer()
           
 int getChannelId()
           
 List<SoapTcpFrame> getFrames()
           
 String getWsURI()
           
 void setChannelId(int channelId)
           
 void setWsURI(String wsURI)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoapTcpChannel

public SoapTcpChannel(int channelId,
                      String wsURI)
Method Detail

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 API

Apache CXF