Package org.apache.axis2.wsdl.util
Interface Constants
- All Known Implementing Classes:
XSLTIncludeResolver
public interface Constants
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringProperty for interface implementation method handled by databinding code generation.static final StringProperty for message receiver operation method handled by databinding code generation.static final StringProperty for details to be passed inside the <databinders> element.static final StringProperty for details to be passed inside the <databinders> element.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String
-
Field Details
-
BASE_64_PROPERTY_KEY
- See Also:
-
PLAIN_BASE_64_PROPERTY_KEY
- See Also:
-
EXTERNAL_TEMPLATE_PROPERTY_KEY
- See Also:
-
XSLT_INCLUDE_DATABIND_SUPPORTER_HREF_KEY
- See Also:
-
XSLT_INCLUDE_TEST_OBJECT_HREF_KEY
- See Also:
-
UNWRAPPED_KEY
- See Also:
-
UNWRAPPED_DETAILS
- See Also:
-
COMPLEX_TYPE
- See Also:
-
ARRAY_TYPE
- See Also:
-
ANY_ELEMENT_FIELD_NAME
- See Also:
-
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:
-
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:
-
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:
-
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:
-