- java.lang.Object
-
- com.sun.xml.ws.transport.tcp.util.TCPConstants
-
public final class TCPConstants extends Object
- Author:
- Alexey Stashok
-
-
Field Summary
Fields Modifier and Type Field Description static StringADAPTER_REGISTRYAttribute names for ServiceWS invocationstatic StringCHANNEL_CONTEXTName of property in MessageContext, which hold tcp connection contextstatic StringCHARSET_PROPERTYstatic intCLIENT_MAX_FAIL_TRIESNumber of tries client will use to send messagestatic StringCONTENT_TYPE_PROPERTYstatic intCRITICAL_ERRORstatic intDEFAULT_FRAME_SIZEByteBuffer settings for FramedBufferInputStream and FramedBufferOutputStreamstatic booleanDEFAULT_USE_DIRECT_BUFFERstatic intERRORstatic intGENERAL_CHANNEL_ERRORstatic StringHIGH_WATER_MARKConnection management property namesstatic intHIGH_WATER_MARK_CLIENTstatic intHIGH_WATER_MARK_SERVERConnection management settings default valuesstatic intINCORRECT_MESSAGE_FRAME_SEQstatic intINTERLEAVED_MESSAGE_FRAME_SEQstatic StringLoggingDomainSOAP/TCP logging domain rootstatic intMALFORMED_FRAME_ERRORstatic StringMAX_PARALLEL_CONNECTIONSstatic intMAX_PARALLEL_CONNECTIONS_CLIENTstatic intMAX_PARAM_VALUE_LENGTHstatic intNON_CRITICAL_ERRORstatic StringNUMBER_TO_RECLAIMstatic intNUMBER_TO_RECLAIM_CLIENTstatic intNUMBER_TO_RECLAIM_SERVERstatic intOKstatic intONE_WAYstatic StringPROTOCOL_SCHEMASOAP/TCP protocol schemastatic StringSERVICE_CHANNEL_CONTEXT_PATHstatic StringSERVICE_CHANNEL_URL_PATTERNService Channel WS endpoint pathstatic QNameSERVICE_CHANNEL_WS_NAMEService Channel web service: Service and Port namesstatic QNameSERVICE_CHANNEL_WS_PORT_NAMEstatic StringSERVICE_PIPELINE_ATTR_NAMEName of Service pipeline attribute in client's connection sessionstatic StringSOAP_ACTION_PROPERTYstatic StringTCP_SESSIONstatic intTOO_MANY_CHANNELSstatic intTOO_MANY_CHANNELS_FOR_SESSIONstatic intTOO_MANY_SESSIONSstatic StringTRANSPORT_SOAP_ACTION_PROPERTYstatic intUNKNOWN_CHANNEL_IDstatic intUNKNOWN_CONTENT_IDstatic intUNKNOWN_MESSAGE_IDstatic intUNKNOWN_PARAMETER_IDstatic intUNKNOWN_REQUEST_RESPONSE_PATTERNstatic StringUTF8static intWS_NOT_FOUND_ERROR
-
Constructor Summary
Constructors Constructor Description TCPConstants()
-
-
-
Field Detail
-
UTF8
public static final String UTF8
- See Also:
- Constant Field Values
-
CHARSET_PROPERTY
public static final String CHARSET_PROPERTY
- See Also:
- Constant Field Values
-
CONTENT_TYPE_PROPERTY
public static final String CONTENT_TYPE_PROPERTY
- See Also:
- Constant Field Values
-
SOAP_ACTION_PROPERTY
public static final String SOAP_ACTION_PROPERTY
- See Also:
- Constant Field Values
-
TRANSPORT_SOAP_ACTION_PROPERTY
public static final String TRANSPORT_SOAP_ACTION_PROPERTY
- See Also:
- Constant Field Values
-
OK
public static final int OK
- See Also:
- Constant Field Values
-
ONE_WAY
public static final int ONE_WAY
- See Also:
- Constant Field Values
-
ERROR
public static final int ERROR
- See Also:
- Constant Field Values
-
MAX_PARAM_VALUE_LENGTH
public static final int MAX_PARAM_VALUE_LENGTH
- See Also:
- Constant Field Values
-
CRITICAL_ERROR
public static final int CRITICAL_ERROR
- See Also:
- Constant Field Values
-
NON_CRITICAL_ERROR
public static final int NON_CRITICAL_ERROR
- See Also:
- Constant Field Values
-
MALFORMED_FRAME_ERROR
public static final int MALFORMED_FRAME_ERROR
- See Also:
- Constant Field Values
-
UNKNOWN_MESSAGE_ID
public static final int UNKNOWN_MESSAGE_ID
- See Also:
- Constant Field Values
-
INCORRECT_MESSAGE_FRAME_SEQ
public static final int INCORRECT_MESSAGE_FRAME_SEQ
- See Also:
- Constant Field Values
-
INTERLEAVED_MESSAGE_FRAME_SEQ
public static final int INTERLEAVED_MESSAGE_FRAME_SEQ
- See Also:
- Constant Field Values
-
UNKNOWN_REQUEST_RESPONSE_PATTERN
public static final int UNKNOWN_REQUEST_RESPONSE_PATTERN
- See Also:
- Constant Field Values
-
GENERAL_CHANNEL_ERROR
public static final int GENERAL_CHANNEL_ERROR
- See Also:
- Constant Field Values
-
UNKNOWN_CHANNEL_ID
public static final int UNKNOWN_CHANNEL_ID
- See Also:
- Constant Field Values
-
UNKNOWN_CONTENT_ID
public static final int UNKNOWN_CONTENT_ID
- See Also:
- Constant Field Values
-
UNKNOWN_PARAMETER_ID
public static final int UNKNOWN_PARAMETER_ID
- See Also:
- Constant Field Values
-
WS_NOT_FOUND_ERROR
public static final int WS_NOT_FOUND_ERROR
- See Also:
- Constant Field Values
-
TOO_MANY_SESSIONS
public static final int TOO_MANY_SESSIONS
- See Also:
- Constant Field Values
-
TOO_MANY_CHANNELS
public static final int TOO_MANY_CHANNELS
- See Also:
- Constant Field Values
-
TOO_MANY_CHANNELS_FOR_SESSION
public static final int TOO_MANY_CHANNELS_FOR_SESSION
- See Also:
- Constant Field Values
-
DEFAULT_FRAME_SIZE
public static final int DEFAULT_FRAME_SIZE
ByteBuffer settings for FramedBufferInputStream and FramedBufferOutputStream- See Also:
- Constant Field Values
-
DEFAULT_USE_DIRECT_BUFFER
public static final boolean DEFAULT_USE_DIRECT_BUFFER
- See Also:
- Constant Field Values
-
CHANNEL_CONTEXT
public static final String CHANNEL_CONTEXT
Name of property in MessageContext, which hold tcp connection context- See Also:
- Constant Field Values
-
TCP_SESSION
public static final String TCP_SESSION
- See Also:
- Constant Field Values
-
SERVICE_PIPELINE_ATTR_NAME
public static final String SERVICE_PIPELINE_ATTR_NAME
Name of Service pipeline attribute in client's connection session- See Also:
- Constant Field Values
-
SERVICE_CHANNEL_URL_PATTERN
public static final String SERVICE_CHANNEL_URL_PATTERN
Service Channel WS endpoint path- See Also:
- Constant Field Values
-
SERVICE_CHANNEL_CONTEXT_PATH
public static final String SERVICE_CHANNEL_CONTEXT_PATH
- See Also:
- Constant Field Values
-
CLIENT_MAX_FAIL_TRIES
public static final int CLIENT_MAX_FAIL_TRIES
Number of tries client will use to send message- See Also:
- Constant Field Values
-
ADAPTER_REGISTRY
public static final String ADAPTER_REGISTRY
Attribute names for ServiceWS invocation- See Also:
- Constant Field Values
-
PROTOCOL_SCHEMA
public static final String PROTOCOL_SCHEMA
SOAP/TCP protocol schema- See Also:
- Constant Field Values
-
LoggingDomain
public static final String LoggingDomain
SOAP/TCP logging domain root- See Also:
- Constant Field Values
-
HIGH_WATER_MARK
public static final String HIGH_WATER_MARK
Connection management property names- See Also:
- Constant Field Values
-
MAX_PARALLEL_CONNECTIONS
public static final String MAX_PARALLEL_CONNECTIONS
- See Also:
- Constant Field Values
-
NUMBER_TO_RECLAIM
public static final String NUMBER_TO_RECLAIM
- See Also:
- Constant Field Values
-
HIGH_WATER_MARK_SERVER
public static final int HIGH_WATER_MARK_SERVER
Connection management settings default values- See Also:
- Constant Field Values
-
NUMBER_TO_RECLAIM_SERVER
public static final int NUMBER_TO_RECLAIM_SERVER
- See Also:
- Constant Field Values
-
HIGH_WATER_MARK_CLIENT
public static final int HIGH_WATER_MARK_CLIENT
- See Also:
- Constant Field Values
-
NUMBER_TO_RECLAIM_CLIENT
public static final int NUMBER_TO_RECLAIM_CLIENT
- See Also:
- Constant Field Values
-
MAX_PARALLEL_CONNECTIONS_CLIENT
public static final int MAX_PARALLEL_CONNECTIONS_CLIENT
- See Also:
- Constant Field Values
-
SERVICE_CHANNEL_WS_NAME
public static final QName SERVICE_CHANNEL_WS_NAME
Service Channel web service: Service and Port names
-
SERVICE_CHANNEL_WS_PORT_NAME
public static final QName SERVICE_CHANNEL_WS_PORT_NAME
-
-