public interface WSDLConstants
Modifier and Type | Interface and Description |
---|---|
static interface |
WSDLConstants.WSDL11Constants |
static interface |
WSDLConstants.WSDL20_2004_Constants |
static interface |
WSDLConstants.WSDL20_2006Constants |
Modifier and Type | Field and Description |
---|---|
static String |
HTTP_HEADER |
static String |
INPUT_PART_QNAME_SUFFIX |
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 |
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 String |
OUTPUT_PART_QNAME_SUFFIX |
static String |
SOAP_HEADER |
static String |
STYLE_DOC |
static String |
STYLE_MSG |
static String |
STYLE_RPC |
static int |
WSDL_1_1 |
static String |
WSDL_1_1_STYLE |
static int |
WSDL_2_0 |
static String |
WSDL_20_DESCRIPTION |
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_MESSAGE_IN_MESSAGE |
static String |
WSDL_MESSAGE_OUT_MESSAGE |
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
|
static final String WSDL_1_1_STYLE
static final String STYLE_RPC
static final String STYLE_DOC
static final String STYLE_MSG
static final String WSDL_4_J_DEFINITION
static final String WSDL_20_DESCRIPTION
static final String WSDL2_0_NAMESPACE
static final String WSDL1_1_NAMESPACE
static final String WSDL_MESSAGE_DIRECTION_IN
static final String WSDL_MESSAGE_IN_MESSAGE
static final String WSDL_MESSAGE_OUT_MESSAGE
static final String SOAP_HEADER
static final String HTTP_HEADER
static final String WSDL_MESSAGE_DIRECTION_OUT
static final byte MESSAGE_LABEL_IN
static final String MESSAGE_LABEL_IN_VALUE
static final String MESSAGE_LABEL_FAULT_VALUE
static final int MESSAGE_LABEL_OUT
static final String MESSAGE_LABEL_OUT_VALUE
static final String WSDL_USE_LITERAL
static final String WSDL_USE_ENCODED
static final int WSDL_1_1
static final int WSDL_2_0
static final String INPUT_PART_QNAME_SUFFIX
static final String OUTPUT_PART_QNAME_SUFFIX
static final int MEP_CONSTANT_OUT_IN
static final int MEP_CONSTANT_OUT_ONLY
static final int MEP_CONSTANT_IN_ONLY
static final int MEP_CONSTANT_ROBUST_IN_ONLY
static final int MEP_CONSTANT_IN_OUT
static final int MEP_CONSTANT_IN_OPTIONAL_OUT
static final int MEP_CONSTANT_OUT_OPTIONAL_IN
static final int MEP_CONSTANT_INVALID
static final int MEP_CONSTANT_ROBUST_OUT_ONLY
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.