Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


oracle.adfinternal.model.adapter.webservice
Interface WSDLConstants


public interface WSDLConstants

WSDLConstants provides an interface to constants referenced by the WSModel when parsing a WSDL URL. SOAP Namespaces and other WSDL literals are described here for easy access.

Since:
10.1.3

Field Summary
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

 

Field Detail

NS_SOAP

static final java.lang.String NS_SOAP
SOAP version 1.1 namespace
See Also:
Constant Field Values

NS_SOAP12

static final java.lang.String NS_SOAP12
SOAP version 1.2 namespace
See Also:
Constant Field Values

PREFIX_SOAP

static final java.lang.String PREFIX_SOAP
SOAP version 1.1 namespace prefix
See Also:
Constant Field Values

PREFIX_SOAP12

static final java.lang.String PREFIX_SOAP12
SOAP version 1.2 namespace prefix
See Also:
Constant Field Values

QNAME_ADDRESS

static final javax.xml.namespace.QName QNAME_ADDRESS
Qualified names for the accessing the endpoint address in the WSDL for SOAP 1.1 binding.

QNAME_ADDRESS12

static final javax.xml.namespace.QName QNAME_ADDRESS12
Qualified names for the accessing the endpoint address in the WSDL for SOAP 1.2 binding.

QNAME_BINDING

static final javax.xml.namespace.QName QNAME_BINDING
Qualified names for accessing the bindings in the WSDL with SOAP 1.1 binding.

QNAME_BINDING12

static final javax.xml.namespace.QName QNAME_BINDING12
Qualified names for accessing the bindings in the WSDL with SOAP 1.2 binding.

QNAME_BODY

static final javax.xml.namespace.QName QNAME_BODY
Qualified names for accessing the SOAP body element in the WSDL with SOAP ver 1.1 binding.

QNAME_BODY12

static final javax.xml.namespace.QName QNAME_BODY12
Qualified names for accessing the SOAP body element in the WSDL with SOAP ver 1.2 binding.

QNAME_FAULT

static final javax.xml.namespace.QName QNAME_FAULT
Qualified names for accessing the SOAP fault element in the WSDL with SOAP ver 1.1 binding

QNAME_FAULT12

static final javax.xml.namespace.QName QNAME_FAULT12
Qualified names for accessing the SOAP fault element in the WSDL with SOAP ver 1.2 binding

QNAME_HEADER_FAULT

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

QNAME_HEADER_FAULT12

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

QNAME_HEADER

static final javax.xml.namespace.QName QNAME_HEADER
Qualified names for accessing the SOAP header element in the WSDL with SOAP ver 1.1 bindings.

QNAME_HEADER12

static final javax.xml.namespace.QName QNAME_HEADER12
Qualified names for accessing the SOAP header element in the WSDL with SOAP ver 1.2 bindings.

QNAME_OPERATION

static final javax.xml.namespace.QName QNAME_OPERATION
Qualified names for accessing the SOAP operation element in the WSDL with SOAP ver 1.1 bindings.

QNAME_OPERATION12

static final javax.xml.namespace.QName QNAME_OPERATION12
Qualified names for accessing the SOAP header element in the WSDL with SOAP ver 1.2 bindings.

ENCODING_LITERAL

static final java.lang.String ENCODING_LITERAL
Literal encoding for operation parts in the WSDL
See Also:
Constant Field Values

STYLE_DOCUMENT

static final java.lang.String STYLE_DOCUMENT
Document style invocation
See Also:
Constant Field Values

STYLE_RPC

static final java.lang.String STYLE_RPC
RPC style invocation
See Also:
Constant Field Values

ARRAY_TYPE

static final java.lang.String ARRAY_TYPE
Array Type in a WSDL
See Also:
Constant Field Values

SOAP_ENC

static final java.lang.String SOAP_ENC
Prefix for SOAP encoding namespace
See Also:
Constant Field Values

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


Copyright © 1997, 2012, Oracle. All rights reserved.