Annotation Interface AquimaSoapMessageHandler


@Component @Retention(RUNTIME) @Target(TYPE) public @interface AquimaSoapMessageHandler
Annotation for classes that are soap message handlers. com.aquima.web.config.annotation.factory.AnnotatedSoapMessageHandlerFactory uses this annotation to determine if a class is a soap message handler.
Since:
9.5
Author:
Radu Batori
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Returns the name of the action handler.
  • Element Details

    • value

      String value
      Returns the name of the action handler.
      Returns:
      The name of the action handler.