| Annotation Type | Description |
|---|---|
| Configuration |
This annotation is used to define a connectionless strategy.
|
| ConnectionManagement |
Provides multi-tenancy capabilities for a connector (managing multiple simultaneous connections with different credentials for each connector within your application),
as well as connection pooling and instance pooling.
|
| Handler |
Marks the class annotated as an @
OnException handler component
The constraints for @Handler class are:
The constrains for Handler classes are:
Must be public
Must be annotated with Handler
Must have an empty constructor
Might have an @Inject parameter with the sam type of the connector
Must have an method annotated with Handle
|
| HttpBasicAuth | Deprecated |
| MetaDataCategory |
Describes a grouping DataSense concrete class, which will be responsible for returning types
and the descriptions of any of those types
Use to annotate a class that groups methods used for providing metadata about a connector using DataSense.
|
| WsdlProvider |
This annotation is used to define a WSDL type of strategy, that will need to be complemented with
WsdlServiceRetriever
and WsdlServiceEndpoint. |
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.