Annotation 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
-
Element Details
-
value
String valueReturns the name of the action handler.- Returns:
- The name of the action handler.
-