com.sun.xml.ws.transport.tcp.util
Class MimeTypeConstants

java.lang.Object
  extended by com.sun.xml.ws.transport.tcp.util.MimeTypeConstants

public final class MimeTypeConstants
extends Object

Author:
Alexey Stashok

Field Summary
static String FAST_INFOSET_SOAP11
           
static String FAST_INFOSET_SOAP12
           
static String FAST_INFOSET_STATEFUL_SOAP11
           
static String FAST_INFOSET_STATEFUL_SOAP12
           
static String MTOM
           
static String SOAP11
           
static String SOAP12
           
 
Constructor Summary
MimeTypeConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOAP11

public static final String SOAP11
See Also:
Constant Field Values

SOAP12

public static final String SOAP12
See Also:
Constant Field Values

MTOM

public static final String MTOM
See Also:
Constant Field Values

FAST_INFOSET_SOAP11

public static final String FAST_INFOSET_SOAP11
See Also:
Constant Field Values

FAST_INFOSET_SOAP12

public static final String FAST_INFOSET_SOAP12
See Also:
Constant Field Values

FAST_INFOSET_STATEFUL_SOAP11

public static final String FAST_INFOSET_STATEFUL_SOAP11
See Also:
Constant Field Values

FAST_INFOSET_STATEFUL_SOAP12

public static final String FAST_INFOSET_STATEFUL_SOAP12
See Also:
Constant Field Values
Constructor Detail

MimeTypeConstants

public MimeTypeConstants()


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