Annotation Interface PayloadRoot


Marks an endpoint method as the handler for an incoming request. The annotation values signify the request payload root element that is handled by the method.
Since:
1.0.0
Author:
Arjen Poutsma
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Signifies the local part of the payload root element handled by the annotated method.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Signifies the namespace of the payload root element handled by the annotated method.
  • Element Details

    • localPart

      String localPart
      Signifies the local part of the payload root element handled by the annotated method.
      See Also:
    • namespace

      String namespace
      Signifies the namespace of the payload root element handled by the annotated method.
      See Also:
      Default:
      ""