com.sun.xml.ws.mex
Class MetadataConstants

java.lang.Object
  extended by com.sun.xml.ws.mex.MetadataConstants

public class MetadataConstants
extends Object

Author:
WS Development Team

Field Summary
static Level ERROR_LOG_LEVEL
          This is the logging level that is used for errors that occur while retrieving metadata.
static String GET_MDATA_REQUEST
           
static String GET_REQUEST
           
static String GET_RESPONSE
           
static String MEX_NAMESPACE
           
static String MEX_PREFIX
           
static String POLICY_DIALECT
           
static String SCHEMA_DIALECT
           
static String SOAP_1_1
           
static String SOAP_1_2
           
static String WSA_ANON
           
static String WSA_PREFIX
           
static String WSDL_DIALECT
           
 
Constructor Summary
MetadataConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GET_REQUEST

public static final String GET_REQUEST
See Also:
Constant Field Values

GET_RESPONSE

public static final String GET_RESPONSE
See Also:
Constant Field Values

GET_MDATA_REQUEST

public static final String GET_MDATA_REQUEST
See Also:
Constant Field Values

MEX_NAMESPACE

public static final String MEX_NAMESPACE
See Also:
Constant Field Values

MEX_PREFIX

public static final String MEX_PREFIX
See Also:
Constant Field Values

WSA_ANON

public static final String WSA_ANON
See Also:
Constant Field Values

WSA_PREFIX

public static final String WSA_PREFIX
See Also:
Constant Field Values

SOAP_1_1

public static final String SOAP_1_1
See Also:
Constant Field Values

SOAP_1_2

public static final String SOAP_1_2
See Also:
Constant Field Values

SCHEMA_DIALECT

public static final String SCHEMA_DIALECT
See Also:
Constant Field Values

WSDL_DIALECT

public static final String WSDL_DIALECT
See Also:
Constant Field Values

POLICY_DIALECT

public static final String POLICY_DIALECT
See Also:
Constant Field Values

ERROR_LOG_LEVEL

public static final 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.

Constructor Detail

MetadataConstants

public MetadataConstants()


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