|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.wingfoot.soap.Constants
Class to store common constants.
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 |
public static final java.lang.String SOAP_NAMESPACE
public static final java.lang.String SOAP_SCHEMA_INSTANCE
public static final java.lang.String SOAP_SCHEMA
public static final java.lang.String SOAP_ENCODING_STYLE
public static final java.lang.String DEFAULT_NAMESPACE
public static final java.lang.String SOAP_SCHEMA_INSTANCE_1999
public static final java.lang.String SOAP_SCHEMA_1999
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
KXML is a XML parser by Lutris Technologies