| org.apache.axis2.wsdl.WSDLConstants
All known Subclasses: org.apache.axis2.description.AxisOperation, org.apache.axis2.context.OperationContextFactory, org.apache.axis2.description.AxisOperationFactory,
WSDLConstants | public interface WSDLConstants (Code) | | |
Inner Class :public static interface WSDL11Constants | |
Inner Class :public static interface WSDL20_2006Constants | |
Inner Class :public static interface WSDL20_2004_Constants | |
Field Summary | |
final public static String | HTTP_HEADER | String | INPUT_PART_QNAME_SUFFIX | int | MEP_CONSTANT_INVALID | final public static int | MEP_CONSTANT_IN_ONLY | final public static int | MEP_CONSTANT_IN_OPTIONAL_OUT | final public static int | MEP_CONSTANT_IN_OUT | final public static int | MEP_CONSTANT_OUT_IN | final public static int | MEP_CONSTANT_OUT_ONLY | int | MEP_CONSTANT_OUT_OPTIONAL_IN | final public static int | MEP_CONSTANT_ROBUST_IN_ONLY | int | MEP_CONSTANT_ROBUST_OUT_ONLY | final public static String | MESSAGE_LABEL_FAULT_VALUE | final public 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. | final public static String | MESSAGE_LABEL_IN_VALUE | final public 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. | final public static String | MESSAGE_LABEL_OUT_VALUE | String | OUTPUT_PART_QNAME_SUFFIX | final public static String | SOAP_HEADER | String | STYLE_DOC | String | STYLE_MSG | String | STYLE_RPC | final public static String | WSDL1_1_NAMESPACE | final public static String | WSDL2_0_NAMESPACE | int | WSDL_1_1 | String | WSDL_1_1_STYLE | String | WSDL_20_DESCRIPTION | int | WSDL_2_0 | String | WSDL_4_J_DEFINITION | final public static String | WSDL_MESSAGE_DIRECTION_IN | final public static String | WSDL_MESSAGE_DIRECTION_OUT | final public static String | WSDL_MESSAGE_IN_MESSAGE | final public static String | WSDL_MESSAGE_OUT_MESSAGE | final public static String | WSDL_USE_ENCODED | final public static String | WSDL_USE_LITERAL |
INPUT_PART_QNAME_SUFFIX | String INPUT_PART_QNAME_SUFFIX(Code) | | |
MEP_CONSTANT_INVALID | int MEP_CONSTANT_INVALID(Code) | | |
MEP_CONSTANT_IN_ONLY | final public static int MEP_CONSTANT_IN_ONLY(Code) | | |
MEP_CONSTANT_IN_OPTIONAL_OUT | final public static int MEP_CONSTANT_IN_OPTIONAL_OUT(Code) | | |
MEP_CONSTANT_IN_OUT | final public static int MEP_CONSTANT_IN_OUT(Code) | | |
MEP_CONSTANT_OUT_IN | final public static int MEP_CONSTANT_OUT_IN(Code) | | |
MEP_CONSTANT_OUT_ONLY | final public static int MEP_CONSTANT_OUT_ONLY(Code) | | |
MEP_CONSTANT_OUT_OPTIONAL_IN | int MEP_CONSTANT_OUT_OPTIONAL_IN(Code) | | |
MEP_CONSTANT_ROBUST_IN_ONLY | final public static int MEP_CONSTANT_ROBUST_IN_ONLY(Code) | | |
MEP_CONSTANT_ROBUST_OUT_ONLY | int MEP_CONSTANT_ROBUST_OUT_ONLY(Code) | | |
MESSAGE_LABEL_FAULT_VALUE | final public static String MESSAGE_LABEL_FAULT_VALUE(Code) | | |
MESSAGE_LABEL_IN | final public static byte MESSAGE_LABEL_IN(Code) | | 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.
|
MESSAGE_LABEL_IN_VALUE | final public static String MESSAGE_LABEL_IN_VALUE(Code) | | |
MESSAGE_LABEL_OUT | final public static int MESSAGE_LABEL_OUT(Code) | | 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.
|
MESSAGE_LABEL_OUT_VALUE | final public static String MESSAGE_LABEL_OUT_VALUE(Code) | | |
OUTPUT_PART_QNAME_SUFFIX | String OUTPUT_PART_QNAME_SUFFIX(Code) | | |
WSDL1_1_NAMESPACE | final public static String WSDL1_1_NAMESPACE(Code) | | Field WSDL1_1_NAMESPACE
|
WSDL2_0_NAMESPACE | final public static String WSDL2_0_NAMESPACE(Code) | | Field WSDL2_0_NAMESPACE
|
WSDL_MESSAGE_DIRECTION_IN | final public static String WSDL_MESSAGE_DIRECTION_IN(Code) | | Field WSDL_MESSAGE_DIRECTION_IN
|
WSDL_MESSAGE_DIRECTION_OUT | final public static String WSDL_MESSAGE_DIRECTION_OUT(Code) | | Field WSDL_MESSAGE_DIRECTION_OUT
|
WSDL_MESSAGE_IN_MESSAGE | final public static String WSDL_MESSAGE_IN_MESSAGE(Code) | | |
WSDL_MESSAGE_OUT_MESSAGE | final public static String WSDL_MESSAGE_OUT_MESSAGE(Code) | | |
WSDL_USE_ENCODED | final public static String WSDL_USE_ENCODED(Code) | | |
WSDL_USE_LITERAL | final public static String WSDL_USE_LITERAL(Code) | | |
|
|