com.sun.xml.ws.mex
Class MetadataConstants
java.lang.Object
com.sun.xml.ws.mex.MetadataConstants
public class MetadataConstants
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GET_REQUEST
public static final java.lang.String GET_REQUEST
- See Also:
- Constant Field Values
GET_RESPONSE
public static final java.lang.String GET_RESPONSE
- See Also:
- Constant Field Values
GET_MDATA_REQUEST
public static final java.lang.String GET_MDATA_REQUEST
- See Also:
- Constant Field Values
MEX_NAMESPACE
public static final java.lang.String MEX_NAMESPACE
- See Also:
- Constant Field Values
MEX_PREFIX
public static final java.lang.String MEX_PREFIX
- See Also:
- Constant Field Values
WSA_ANON
public static final java.lang.String WSA_ANON
- See Also:
- Constant Field Values
WSA_PREFIX
public static final java.lang.String WSA_PREFIX
- See Also:
- Constant Field Values
SOAP_1_1
public static final java.lang.String SOAP_1_1
- See Also:
- Constant Field Values
SOAP_1_2
public static final java.lang.String SOAP_1_2
- See Also:
- Constant Field Values
SCHEMA_DIALECT
public static final java.lang.String SCHEMA_DIALECT
- See Also:
- Constant Field Values
WSDL_DIALECT
public static final java.lang.String WSDL_DIALECT
- See Also:
- Constant Field Values
POLICY_DIALECT
public static final java.lang.String POLICY_DIALECT
- See Also:
- Constant Field Values
ERROR_LOG_LEVEL
public static final java.util.logging.Level ERROR_LOG_LEVEL
- This is the logging level that is used for errors
that occur while retrieving metadata. May not need to
log as Level.SEVERE since some errors will be expected.
For instance, a soap 1.1 endpoint will return a version
mismatch fault when a soap 1.2 request is made.
Because this level may be changed as development continues,
we are storing it in one place.
MetadataConstants
public MetadataConstants()