Constant Field Values


Contents
com.sun.*

com.sun.xml.ws.transport.tcp.util.FrameType
public static final int ERROR 4
public static final int MESSAGE 0
public static final int MESSAGE_CHUNK 2
public static final int MESSAGE_END_CHUNK 3
public static final int MESSAGE_START_CHUNK 1
public static final int NULL 5

com.sun.xml.ws.transport.tcp.util.MimeTypeConstants
public static final String FAST_INFOSET_SOAP11 "application/fastinfoset"
public static final String FAST_INFOSET_SOAP12 "application/soap+fastinfoset"
public static final String FAST_INFOSET_STATEFUL_SOAP11 "application/vnd.sun.stateful.fastinfoset"
public static final String FAST_INFOSET_STATEFUL_SOAP12 "application/vnd.sun.stateful.soap+fastinfoset"
public static final String MTOM "multipart/related"
public static final String SOAP11 "text/xml"
public static final String SOAP12 "application/soap+xml"

com.sun.xml.ws.transport.tcp.wsit.TCPConstants
public static final String CLIENT_TRANSPORT_NS "http://java.sun.com/xml/ns/wsit/2006/09/policy/transport/client"
public static final String TCPTRANSPORT_CONNECTION_MANAGEMENT_HIGH_WATERMARK_ATTR "HighWatermark"
public static final String TCPTRANSPORT_CONNECTION_MANAGEMENT_MAX_PARALLEL_CONNECTIONS_ATTR "MaxParallelConnections"
public static final String TCPTRANSPORT_CONNECTION_MANAGEMENT_NAMESPACE_URI "http://java.sun.com/xml/ns/wsit/2006/09/policy/soaptcp"
public static final String TCPTRANSPORT_CONNECTION_MANAGEMENT_NUMBER_TO_RECLAIM_ATTR "NumberToReclaim"
public static final String TCPTRANSPORT_POLICY_NAMESPACE_URI "http://java.sun.com/xml/ns/wsit/2006/09/policy/soaptcp/service"



Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.