Annotation Interface AquimaConnection
Annotation for classes that are aquima connections.
- Since:
- 8.0
- Author:
- Jon van Leuven, Danny Roest
- See Also:
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionReturns the name of the connection type.Returns the name of the service.
-
Element Details
-
value
Returns the name of the service.- Returns:
- the name of the service.
-
connectionType
String connectionTypeReturns the name of the connection type. SeeConnectionType. Valid values are:- soap
- resource
- sql
- Returns:
- the name of the connection type.
-