Annotation Interface OutputXmlType


@Retention(RUNTIME) @Target({METHOD,TYPE}) @MinMuleVersion("4.5.0") public @interface OutputXmlType
Declares the annotated ComponentModel's output MetadataType to the type represented by the provided element in the XSD Schema.
Since:
1.0
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
     
  • Element Details

    • schema

      String schema
      Returns:
      the XSD schema file where the element to be loaded for the output type is defined. The schema must live in the extension resources in order to be located.
    • qname

      String qname
      Returns:
      the qualified name used to reference the element to be loaded for the output within the provided schema() ()}.