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

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

public final class ChannelIdParser
extends Object


Method Summary
static int getChannelId(InputStream in)
          Method for retrieving channel id from OpenChannelResponse message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getChannelId

public static int getChannelId(InputStream in)
Method for retrieving channel id from OpenChannelResponse message.

Parameters:
in - a InputStream with message
Returns:
channel id value


Apache CXF