com.wingfoot.soap
Class Constants

java.lang.Object
  |
  +--com.wingfoot.soap.Constants

public class Constants
extends java.lang.Object

Class to store common constants.

Since:
0.90

Field Summary
static java.lang.String DEFAULT_NAMESPACE
          The namespace used, for serializing and deserializing java.lang.Vector and java.lang.Hashtable.
static java.lang.String SOAP_ENCODING_STYLE
          Constant representing the default encoding style.
static java.lang.String SOAP_NAMESPACE
          Constant representing the namespace for the elements of a SOAP message.
static java.lang.String SOAP_SCHEMA
          Constant representing the default schema.
static java.lang.String SOAP_SCHEMA_1999
          Constant representing the 1999 schema.
static java.lang.String SOAP_SCHEMA_INSTANCE
          Constant representing the default schema instance Used if no specific schema instance is provided in the Envelope http://www.w3.org/2001/XMLSchema-instance
static java.lang.String SOAP_SCHEMA_INSTANCE_1999
          Constant representing the 1999 schema instance Users are encouraged to use this constant if there is a need to use 1999 schema instance instead of the default 2001 schema instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOAP_NAMESPACE

public static final java.lang.String SOAP_NAMESPACE
Constant representing the namespace for the elements of a SOAP message. http://schemas.xmlsoap.org/soap/envelope/
Since:
0.90

SOAP_SCHEMA_INSTANCE

public static final java.lang.String SOAP_SCHEMA_INSTANCE
Constant representing the default schema instance Used if no specific schema instance is provided in the Envelope http://www.w3.org/2001/XMLSchema-instance
Since:
0.90

SOAP_SCHEMA

public static final java.lang.String SOAP_SCHEMA
Constant representing the default schema. Used if no specific schema is provided in the Envelope. http://www.w3.org/2001/XMLSchema
Since:
0.90

SOAP_ENCODING_STYLE

public static final java.lang.String SOAP_ENCODING_STYLE
Constant representing the default encoding style. http://schemas.xmlsoap.org/soap/encoding/
Since:
0.90

DEFAULT_NAMESPACE

public static final java.lang.String DEFAULT_NAMESPACE
The namespace used, for serializing and deserializing java.lang.Vector and java.lang.Hashtable. http://xml.apache.org/xml-soap
Since:
0.90

SOAP_SCHEMA_INSTANCE_1999

public static final java.lang.String SOAP_SCHEMA_INSTANCE_1999
Constant representing the 1999 schema instance Users are encouraged to use this constant if there is a need to use 1999 schema instance instead of the default 2001 schema instance. http://www.w3.org/1999/XMLSchema-instance
Since:
1.0

SOAP_SCHEMA_1999

public static final java.lang.String SOAP_SCHEMA_1999
Constant representing the 1999 schema. Users are encouraged to use this constant if there is a need to use 1999 schema instead of the default 2001 schema. http://www.w3.org/1999/XMLSchema
Since:
1.0


Copyright(c) Wingfoot Software (www.wingfoot.com). All Rights Reserved.

KXML is a XML parser by Lutris Technologies