org.apache.axis2.wsdl
Interface WSDLConstants

All Known Implementing Classes:
AxisOperation, AxisOperationFactory, OperationContextFactory

public interface WSDLConstants


Field Summary
static int MEP_CONSTANT_IN_ONLY
           
static int MEP_CONSTANT_IN_OPTIONAL_OUT
           
static int MEP_CONSTANT_IN_OUT
           
static int MEP_CONSTANT_INVALID
           
static int MEP_CONSTANT_OUT_IN
           
static int MEP_CONSTANT_OUT_ONLY
           
static int MEP_CONSTANT_OUT_OPTIONAL_IN
           
static int MEP_CONSTANT_ROBUST_IN_ONLY
           
static int MEP_CONSTANT_ROBUST_OUT_ONLY
           
static String MEP_URI_IN_ONLY
          Field MEP_URI_IN_ONLY
static String MEP_URI_IN_OPTIONAL_OUT
          Field MEP_URI_IN_OPTIONAL_OUT
static String MEP_URI_IN_OUT
          Field MEP_URI_IN_OUT
static String MEP_URI_OUT_IN
          Field MEP_URI_OUT_IN
static String MEP_URI_OUT_ONLY
          Field MEP_URI_OUT_ONLY
static String MEP_URI_OUT_OPTIONAL_IN
          Field MEP_URI_OUT_OPTIONL_IN
static String MEP_URI_ROBUST_IN_ONLY
          Field MEP_URI_ROBUST_IN_ONLY
static String MEP_URI_ROBUST_OUT_ONLY
          Field MEP_URI_ROBUST_OUT_ONLY
static String MESSAGE_LABEL_FAULT_VALUE
           
static byte MESSAGE_LABEL_IN
          Constant to represent the message label "In" which is used by the following WSDL 2.0 defined MEPs: In-Only, Robust In-Only, In-Out, In-Optional-Out, Out-In, Out-Optional-In.
static String MESSAGE_LABEL_IN_VALUE
           
static int MESSAGE_LABEL_OUT
          Constant to represent the message label "Out" which is used by the following WSDL 2.0 defined MEPs: In-Out, In-Optional-Out, Out-Only, Robust Out-Only, Out-In, Out-Optional-In.
static String MESSAGE_LABEL_OUT_VALUE
           
static QName POLICY
           
static QName POLICY_REFERENCE
           
static QName SCHEMA
           
static QName SOAP_11_ADDRESS
          The Type name for the SOAP Address defined in the Port/Endpoint
static QName SOAP_11_BINDING
           
static QName SOAP_11_BODY
           
static QName SOAP_11_HEADER
           
static QName SOAP_11_OPERATION
           
static QName SOAP_12_ADDRESS
           
static QName SOAP_12_BINDING
           
static QName SOAP_12_BODY
           
static QName SOAP_12_HEADER
           
static QName SOAP_12_OPERATION
           
static String STYLE_DOC
           
static String STYLE_MSG
           
static String STYLE_RPC
           
static int WSDL_1_1
           
static int WSDL_2_0
           
static String WSDL_4_J_DEFINITION
           
static String WSDL_MESSAGE_DIRECTION_IN
          Field WSDL_MESSAGE_DIRECTION_IN
static String WSDL_MESSAGE_DIRECTION_OUT
          Field WSDL_MESSAGE_DIRECTION_OUT
static String WSDL_USE_ENCODED
           
static String WSDL_USE_LITERAL
           
static String WSDL1_1_NAMESPACE
          Field WSDL1_1_NAMESPACE
static String WSDL2_0_NAMESPACE
          Field WSDL2_0_NAMESPACE
 

Field Detail

STYLE_RPC

public static final String STYLE_RPC
See Also:
Constant Field Values

STYLE_DOC

public static final String STYLE_DOC
See Also:
Constant Field Values

STYLE_MSG

public static final String STYLE_MSG
See Also:
Constant Field Values

WSDL_4_J_DEFINITION

public static final String WSDL_4_J_DEFINITION
See Also:
Constant Field Values

WSDL2_0_NAMESPACE

public static final String WSDL2_0_NAMESPACE
Field WSDL2_0_NAMESPACE

See Also:
Constant Field Values

WSDL1_1_NAMESPACE

public static final String WSDL1_1_NAMESPACE
Field WSDL1_1_NAMESPACE

See Also:
Constant Field Values

WSDL_MESSAGE_DIRECTION_IN

public static final String WSDL_MESSAGE_DIRECTION_IN
Field WSDL_MESSAGE_DIRECTION_IN

See Also:
Constant Field Values

WSDL_MESSAGE_DIRECTION_OUT

public static final String WSDL_MESSAGE_DIRECTION_OUT
Field WSDL_MESSAGE_DIRECTION_OUT

See Also:
Constant Field Values

MEP_URI_IN_ONLY

public static final String MEP_URI_IN_ONLY
Field MEP_URI_IN_ONLY

See Also:
Constant Field Values

MEP_CONSTANT_IN_ONLY

public static final int MEP_CONSTANT_IN_ONLY
See Also:
Constant Field Values

MEP_URI_ROBUST_IN_ONLY

public static final String MEP_URI_ROBUST_IN_ONLY
Field MEP_URI_ROBUST_IN_ONLY

See Also:
Constant Field Values

MEP_CONSTANT_ROBUST_IN_ONLY

public static final int MEP_CONSTANT_ROBUST_IN_ONLY
See Also:
Constant Field Values

MEP_URI_IN_OUT

public static final String MEP_URI_IN_OUT
Field MEP_URI_IN_OUT

See Also:
Constant Field Values

MEP_CONSTANT_IN_OUT

public static final int MEP_CONSTANT_IN_OUT
See Also:
Constant Field Values

MEP_URI_IN_OPTIONAL_OUT

public static final String MEP_URI_IN_OPTIONAL_OUT
Field MEP_URI_IN_OPTIONAL_OUT

See Also:
Constant Field Values

MEP_CONSTANT_IN_OPTIONAL_OUT

public static final int MEP_CONSTANT_IN_OPTIONAL_OUT
See Also:
Constant Field Values

MEP_URI_OUT_ONLY

public static final String MEP_URI_OUT_ONLY
Field MEP_URI_OUT_ONLY

See Also:
Constant Field Values

MEP_CONSTANT_OUT_ONLY

public static final int MEP_CONSTANT_OUT_ONLY
See Also:
Constant Field Values

MEP_URI_ROBUST_OUT_ONLY

public static final String MEP_URI_ROBUST_OUT_ONLY
Field MEP_URI_ROBUST_OUT_ONLY

See Also:
Constant Field Values

MEP_CONSTANT_ROBUST_OUT_ONLY

public static final int MEP_CONSTANT_ROBUST_OUT_ONLY
See Also:
Constant Field Values

MEP_URI_OUT_IN

public static final String MEP_URI_OUT_IN
Field MEP_URI_OUT_IN

See Also:
Constant Field Values

MEP_CONSTANT_OUT_IN

public static final int MEP_CONSTANT_OUT_IN
See Also:
Constant Field Values

MEP_URI_OUT_OPTIONAL_IN

public static final String MEP_URI_OUT_OPTIONAL_IN
Field MEP_URI_OUT_OPTIONL_IN

See Also:
Constant Field Values

MEP_CONSTANT_OUT_OPTIONAL_IN

public static final int MEP_CONSTANT_OUT_OPTIONAL_IN
See Also:
Constant Field Values

MEP_CONSTANT_INVALID

public static final int MEP_CONSTANT_INVALID
See Also:
Constant Field Values

MESSAGE_LABEL_IN

public static final byte MESSAGE_LABEL_IN
Constant to represent the message label "In" which is used by the following WSDL 2.0 defined MEPs: In-Only, Robust In-Only, In-Out, In-Optional-Out, Out-In, Out-Optional-In.

See Also:
Constant Field Values

MESSAGE_LABEL_IN_VALUE

public static final String MESSAGE_LABEL_IN_VALUE
See Also:
Constant Field Values

MESSAGE_LABEL_FAULT_VALUE

public static final String MESSAGE_LABEL_FAULT_VALUE
See Also:
Constant Field Values

MESSAGE_LABEL_OUT

public static final int MESSAGE_LABEL_OUT
Constant to represent the message label "Out" which is used by the following WSDL 2.0 defined MEPs: In-Out, In-Optional-Out, Out-Only, Robust Out-Only, Out-In, Out-Optional-In.

See Also:
Constant Field Values

MESSAGE_LABEL_OUT_VALUE

public static final String MESSAGE_LABEL_OUT_VALUE
See Also:
Constant Field Values

WSDL_USE_LITERAL

public static final String WSDL_USE_LITERAL
See Also:
Constant Field Values

WSDL_USE_ENCODED

public static final String WSDL_USE_ENCODED
See Also:
Constant Field Values

WSDL_1_1

public static final int WSDL_1_1
See Also:
Constant Field Values

WSDL_2_0

public static final int WSDL_2_0
See Also:
Constant Field Values

SOAP_11_ADDRESS

public static final QName SOAP_11_ADDRESS
The Type name for the SOAP Address defined in the Port/Endpoint


SOAP_12_ADDRESS

public static final QName SOAP_12_ADDRESS

SOAP_11_OPERATION

public static final QName SOAP_11_OPERATION

SOAP_12_OPERATION

public static final QName SOAP_12_OPERATION

SCHEMA

public static final QName SCHEMA

SOAP_11_BODY

public static final QName SOAP_11_BODY

SOAP_12_BODY

public static final QName SOAP_12_BODY

SOAP_11_HEADER

public static final QName SOAP_11_HEADER

SOAP_12_HEADER

public static final QName SOAP_12_HEADER

SOAP_11_BINDING

public static final QName SOAP_11_BINDING

SOAP_12_BINDING

public static final QName SOAP_12_BINDING

POLICY

public static final QName POLICY

POLICY_REFERENCE

public static final QName POLICY_REFERENCE