Package com.sun.xml.ws.mex
Class MetadataConstants
java.lang.Object
com.sun.xml.ws.mex.MetadataConstants
- Author:
- WS Development Team
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LevelThis is the logging level that is used for errors that occur while retrieving metadata.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
GET_REQUEST
- See Also:
-
GET_RESPONSE
- See Also:
-
GET_MDATA_REQUEST
- See Also:
-
MEX_NAMESPACE
- See Also:
-
MEX_PREFIX
- See Also:
-
WSA_ANON
- See Also:
-
WSA_PREFIX
- See Also:
-
SOAP_1_1
- See Also:
-
SOAP_1_2
- See Also:
-
SCHEMA_DIALECT
- See Also:
-
WSDL_DIALECT
- See Also:
-
POLICY_DIALECT
- See Also:
-
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.
-
-
Constructor Details
-
MetadataConstants
public MetadataConstants()
-