| Annotation Type | Description |
|---|---|
| Configuration |
This annotation is used to define a connectionless strategy.
|
| ConnectionManagement |
This annotation is used to define a basic authentication connection strategy.
|
| 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 |
This annotation is used to define HTTP Authentication RFC2617 strategy
(see http://tools.ietf.org/html/rfc2617), where it assumes that the
custom component contains fields annotated with
BasicAuthUsername and BasicAuthPassword. |
| 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.