Package org.apache.axis2.wsdl.util
Interface Constants
-
- All Known Implementing Classes:
XSLTIncludeResolver
public interface Constants
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceConstants.CodegenStyle
-
Field Summary
Fields Modifier and Type Field Description static StringANY_ELEMENT_FIELD_NAMEstatic StringARRAY_TYPEstatic StringBASE_64_PROPERTY_KEYstatic StringCOMPLEX_TYPEstatic StringDATABINDING_GENERATED_IMPLEMENTATIONProperty for interface implementation method handled by databinding code generation.static StringDATABINDING_GENERATED_RECEIVERProperty for message receiver operation method handled by databinding code generation.static StringDATABINDING_OPERATION_DETAILSProperty for details to be passed inside the <databinders> element.static StringDATABINDING_SERVICE_DETAILSProperty for details to be passed inside the <databinders> element.static StringEXTERNAL_TEMPLATE_PROPERTY_KEYstatic StringPLAIN_BASE_64_PROPERTY_KEYstatic StringUNWRAPPED_DETAILSstatic StringUNWRAPPED_KEYstatic StringXSLT_INCLUDE_DATABIND_SUPPORTER_HREF_KEYstatic StringXSLT_INCLUDE_TEST_OBJECT_HREF_KEY
-
-
-
Field Detail
-
BASE_64_PROPERTY_KEY
static final String BASE_64_PROPERTY_KEY
- See Also:
- Constant Field Values
-
PLAIN_BASE_64_PROPERTY_KEY
static final String PLAIN_BASE_64_PROPERTY_KEY
- See Also:
- Constant Field Values
-
EXTERNAL_TEMPLATE_PROPERTY_KEY
static final String EXTERNAL_TEMPLATE_PROPERTY_KEY
- See Also:
- Constant Field Values
-
XSLT_INCLUDE_DATABIND_SUPPORTER_HREF_KEY
static final String XSLT_INCLUDE_DATABIND_SUPPORTER_HREF_KEY
- See Also:
- Constant Field Values
-
XSLT_INCLUDE_TEST_OBJECT_HREF_KEY
static final String XSLT_INCLUDE_TEST_OBJECT_HREF_KEY
- See Also:
- Constant Field Values
-
UNWRAPPED_KEY
static final String UNWRAPPED_KEY
- See Also:
- Constant Field Values
-
UNWRAPPED_DETAILS
static final String UNWRAPPED_DETAILS
- See Also:
- Constant Field Values
-
COMPLEX_TYPE
static final String COMPLEX_TYPE
- See Also:
- Constant Field Values
-
ARRAY_TYPE
static final String ARRAY_TYPE
- See Also:
- Constant Field Values
-
ANY_ELEMENT_FIELD_NAME
static final String ANY_ELEMENT_FIELD_NAME
- See Also:
- Constant Field Values
-
DATABINDING_GENERATED_RECEIVER
static final String DATABINDING_GENERATED_RECEIVER
Property for message receiver operation method handled by databinding code generation. This is an optional parameter for anAxisOperation. If present, the value is the name of a method to be generated by the databinding code generation and called by the message receiver code generation in order to process the OMElement and invoke the service method.- See Also:
- Constant Field Values
-
DATABINDING_GENERATED_IMPLEMENTATION
static final String DATABINDING_GENERATED_IMPLEMENTATION
Property for interface implementation method handled by databinding code generation. This is an optional parameter for anAxisOperation. If present, the value is aBooleanflag to indicate that the method corresponding to that operation will be generated by the data binding code generation.- See Also:
- Constant Field Values
-
DATABINDING_OPERATION_DETAILS
static final String DATABINDING_OPERATION_DETAILS
Property for details to be passed inside the <databinders> element. This is an optional parameter for anAxisOperation. If present, the value is a DOM element to be appended to the <databinders> content.- See Also:
- Constant Field Values
-
DATABINDING_SERVICE_DETAILS
static final String DATABINDING_SERVICE_DETAILS
Property for details to be passed inside the <databinders> element. This is an optional parameter for anAxisService. If present, the value is a DOM element to be appended to the <databinders> content.- See Also:
- Constant Field Values
-
-