Package org.apache.axis2.wsdl
Interface WSDLConstants
- All Known Implementing Classes:
AxisOperation,AxisOperationFactory,InOnlyAxisOperation,InOutAxisOperation,OperationContextFactory,OutInAxisOperation,OutOnlyAxisOperation,RobustOutOnlyAxisOperation,TwoChannelAxisOperation
public interface WSDLConstants
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final Stringstatic final byteConstant 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 final Stringstatic final intConstant 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 final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final intstatic final Stringstatic final intstatic final Stringstatic final Stringstatic final StringField WSDL_MESSAGE_DIRECTION_INstatic final StringField WSDL_MESSAGE_DIRECTION_OUTstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringField WSDL1_1_NAMESPACEstatic final StringField WSDL2_0_NAMESPACE
-
Field Details
-
WSDL_1_1_STYLE
- See Also:
-
STYLE_RPC
- See Also:
-
STYLE_DOC
- See Also:
-
STYLE_MSG
- See Also:
-
WSDL_4_J_DEFINITION
- See Also:
-
WSDL_20_DESCRIPTION
- See Also:
-
WSDL2_0_NAMESPACE
Field WSDL2_0_NAMESPACE- See Also:
-
WSDL1_1_NAMESPACE
Field WSDL1_1_NAMESPACE- See Also:
-
WSDL_MESSAGE_DIRECTION_IN
Field WSDL_MESSAGE_DIRECTION_IN- See Also:
-
WSDL_MESSAGE_IN_MESSAGE
- See Also:
-
WSDL_MESSAGE_OUT_MESSAGE
- See Also:
-
SOAP_HEADER
- See Also:
-
HTTP_HEADER
- See Also:
-
WSDL_MESSAGE_DIRECTION_OUT
Field WSDL_MESSAGE_DIRECTION_OUT- See Also:
-
MESSAGE_LABEL_IN
static final byte MESSAGE_LABEL_INConstant 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:
-
MESSAGE_LABEL_IN_VALUE
- See Also:
-
MESSAGE_LABEL_FAULT_VALUE
- See Also:
-
MESSAGE_LABEL_OUT
static final int MESSAGE_LABEL_OUTConstant 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:
-
MESSAGE_LABEL_OUT_VALUE
- See Also:
-
WSDL_USE_LITERAL
- See Also:
-
WSDL_USE_ENCODED
- See Also:
-
WSDL_1_1
static final int WSDL_1_1- See Also:
-
WSDL_2_0
static final int WSDL_2_0- See Also:
-
INPUT_PART_QNAME_SUFFIX
- See Also:
-
OUTPUT_PART_QNAME_SUFFIX
- See Also:
-
MEP_CONSTANT_OUT_IN
static final int MEP_CONSTANT_OUT_IN- See Also:
-
MEP_CONSTANT_OUT_ONLY
static final int MEP_CONSTANT_OUT_ONLY- See Also:
-
MEP_CONSTANT_IN_ONLY
static final int MEP_CONSTANT_IN_ONLY- See Also:
-
MEP_CONSTANT_ROBUST_IN_ONLY
static final int MEP_CONSTANT_ROBUST_IN_ONLY- See Also:
-
MEP_CONSTANT_IN_OUT
static final int MEP_CONSTANT_IN_OUT- See Also:
-
MEP_CONSTANT_IN_OPTIONAL_OUT
static final int MEP_CONSTANT_IN_OPTIONAL_OUT- See Also:
-
MEP_CONSTANT_OUT_OPTIONAL_IN
static final int MEP_CONSTANT_OUT_OPTIONAL_IN- See Also:
-
MEP_CONSTANT_INVALID
static final int MEP_CONSTANT_INVALID- See Also:
-
MEP_CONSTANT_ROBUST_OUT_ONLY
static final int MEP_CONSTANT_ROBUST_OUT_ONLY- See Also:
-