Apache CXF API

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

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

public final class SoapTcpProtocolConsts
extends Object


Field Summary
static int CONNECTION_MANAGEMENT_VERSION_MAJOR
           
static int CONNECTION_MANAGEMENT_VERSION_MINOR
           
static String MAGIC_IDENTIFIER
           
static int PROTOCOL_VERSION_MAJOR
           
static int PROTOCOL_VERSION_MINOR
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAGIC_IDENTIFIER

public static final String MAGIC_IDENTIFIER
See Also:
Constant Field Values

PROTOCOL_VERSION_MAJOR

public static final int PROTOCOL_VERSION_MAJOR
See Also:
Constant Field Values

PROTOCOL_VERSION_MINOR

public static final int PROTOCOL_VERSION_MINOR
See Also:
Constant Field Values

CONNECTION_MANAGEMENT_VERSION_MAJOR

public static final int CONNECTION_MANAGEMENT_VERSION_MAJOR
See Also:
Constant Field Values

CONNECTION_MANAGEMENT_VERSION_MINOR

public static final int CONNECTION_MANAGEMENT_VERSION_MINOR
See Also:
Constant Field Values

Apache CXF API

Apache CXF