| |
|
| org.apache.axis2.wsdl.util.Constants
All known Subclasses: org.apache.axis2.wsdl.util.XSLTIncludeResolver,
Constants | public interface Constants (Code) | | |
Inner Class :public interface CodegenStyle | |
ANY_ELEMENT_FIELD_NAME | final public static String ANY_ELEMENT_FIELD_NAME(Code) | | |
DATABINDING_GENERATED_IMPLEMENTATION | String DATABINDING_GENERATED_IMPLEMENTATION(Code) | | Property for interface implementation method handled by databinding code generation. This is
an optional parameter for an
org.apache.axis2.description.AxisOperation . If present,
the value is a Boolean flag to indicate that the method corresponding to that
operation will be generated by the data binding code generation.
|
DATABINDING_GENERATED_RECEIVER | String DATABINDING_GENERATED_RECEIVER(Code) | | Property for message receiver operation method handled by databinding code generation. This
is an optional parameter for an
org.apache.axis2.description.AxisOperation . 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.
|
DATABINDING_OPERATION_DETAILS | String DATABINDING_OPERATION_DETAILS(Code) | | Property for details to be passed inside the <databinders> element. This is an optional
parameter for an
org.apache.axis2.description.AxisOperation . If present, the value is
a DOM element to be appended to the <databinders> content.
|
DATABINDING_SERVICE_DETAILS | String DATABINDING_SERVICE_DETAILS(Code) | | Property for details to be passed inside the <databinders> element. This is an optional
parameter for an
org.apache.axis2.description.AxisService . If present, the value is a
DOM element to be appended to the <databinders> content.
|
EXTERNAL_TEMPLATE_PROPERTY_KEY | String EXTERNAL_TEMPLATE_PROPERTY_KEY(Code) | | |
PLAIN_BASE_64_PROPERTY_KEY | String PLAIN_BASE_64_PROPERTY_KEY(Code) | | |
XSLT_INCLUDE_DATABIND_SUPPORTER_HREF_KEY | String XSLT_INCLUDE_DATABIND_SUPPORTER_HREF_KEY(Code) | | |
XSLT_INCLUDE_TEST_OBJECT_HREF_KEY | String XSLT_INCLUDE_TEST_OBJECT_HREF_KEY(Code) | | |
|
|
|