public interface WSDLConstants
WSModel when parsing a WSDL URL. SOAP 
 Namespaces and other WSDL literals are described here for easy
 access.| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
ARRAY_TYPE
Array Type in a WSDL 
 | 
static java.lang.String | 
ENCODING_LITERAL
Literal encoding for operation parts in the WSDL 
 | 
static java.lang.String | 
NS_SOAP
SOAP version 1.1 namespace 
 | 
static java.lang.String | 
NS_SOAP12
SOAP version 1.2 namespace 
 | 
static java.lang.String | 
PREFIX_SOAP
SOAP version 1.1 namespace prefix 
 | 
static java.lang.String | 
PREFIX_SOAP12
SOAP version 1.2 namespace prefix 
 | 
static javax.xml.namespace.QName | 
QNAME_ADDRESS
Qualified names for the accessing the endpoint address
 in the WSDL for SOAP 1.1 binding. 
 | 
static javax.xml.namespace.QName | 
QNAME_ADDRESS12
Qualified names for the accessing the endpoint address
 in the WSDL for SOAP 1.2 binding. 
 | 
static javax.xml.namespace.QName | 
QNAME_BINDING
Qualified names for accessing the bindings in the WSDL with 
 SOAP 1.1 binding. 
 | 
static javax.xml.namespace.QName | 
QNAME_BINDING12
Qualified names for accessing the bindings in the WSDL with 
 SOAP 1.2 binding. 
 | 
static javax.xml.namespace.QName | 
QNAME_BODY
Qualified names for accessing the SOAP body element in the WSDL with  
 SOAP ver 1.1 binding. 
 | 
static javax.xml.namespace.QName | 
QNAME_BODY12
Qualified names for accessing the SOAP body element in the WSDL with  
 SOAP ver 1.2 binding. 
 | 
static javax.xml.namespace.QName | 
QNAME_FAULT
Qualified names for accessing the SOAP fault element in the WSDL with
 SOAP ver 1.1 binding 
 | 
static javax.xml.namespace.QName | 
QNAME_FAULT12
Qualified names for accessing the SOAP fault element in the WSDL with
 SOAP ver 1.2 binding 
 | 
static javax.xml.namespace.QName | 
QNAME_HEADER
Qualified names for accessing the SOAP header element in the WSDL
 with SOAP ver 1.1 bindings. 
 | 
static javax.xml.namespace.QName | 
QNAME_HEADER_FAULT
Qualified names for accessing the SOAP header fault element in the WSDL
 with SOAP ver 1.1 bindings. 
 | 
static javax.xml.namespace.QName | 
QNAME_HEADER_FAULT12
Qualified names for accessing the SOAP header fault element in the WSDL
 with SOAP ver 1.2 bindings. 
 | 
static javax.xml.namespace.QName | 
QNAME_HEADER12
Qualified names for accessing the SOAP header element in the WSDL
 with SOAP ver 1.2 bindings. 
 | 
static javax.xml.namespace.QName | 
QNAME_OPERATION
Qualified names for accessing the SOAP operation element in the WSDL
 with SOAP ver 1.1 bindings. 
 | 
static javax.xml.namespace.QName | 
QNAME_OPERATION12
Qualified names for accessing the SOAP header element in the WSDL
 with SOAP ver 1.2 bindings. 
 | 
static java.lang.String | 
SOAP_ENC
Prefix for SOAP encoding namespace 
 | 
static java.lang.String | 
STYLE_DOCUMENT
Document style invocation 
 | 
static java.lang.String | 
STYLE_RPC
RPC style invocation 
 | 
static final java.lang.String NS_SOAP
static final java.lang.String NS_SOAP12
static final java.lang.String PREFIX_SOAP
static final java.lang.String PREFIX_SOAP12
static final javax.xml.namespace.QName QNAME_ADDRESS
static final javax.xml.namespace.QName QNAME_ADDRESS12
static final javax.xml.namespace.QName QNAME_BINDING
static final javax.xml.namespace.QName QNAME_BINDING12
static final javax.xml.namespace.QName QNAME_BODY
static final javax.xml.namespace.QName QNAME_BODY12
static final javax.xml.namespace.QName QNAME_FAULT
static final javax.xml.namespace.QName QNAME_FAULT12
static final javax.xml.namespace.QName QNAME_HEADER_FAULT
static final javax.xml.namespace.QName QNAME_HEADER_FAULT12
static final javax.xml.namespace.QName QNAME_HEADER
static final javax.xml.namespace.QName QNAME_HEADER12
static final javax.xml.namespace.QName QNAME_OPERATION
static final javax.xml.namespace.QName QNAME_OPERATION12
static final java.lang.String ENCODING_LITERAL
static final java.lang.String STYLE_DOCUMENT
static final java.lang.String STYLE_RPC
static final java.lang.String ARRAY_TYPE
static final java.lang.String SOAP_ENC