Connector as an operation that will return
a Batch result.Connector.Config as being configurable.ConnectionManagement scope as the responsible for creating
a connection.ConnectionManagement as the responsible for identifying
a connection.Connect Method as
part of the key for the connector lookup.Config instead@org.mule.api.annotations.Connector or @org.mule.api.annotations.Module.ConnectionManagement as the responsible for disposing
a connection.Configurable
field or a Processor parameterExpressionLanguage as the responsible
for enriching mule messages based on an expression.ExpressionLanguage as the responsible
for evaluating expressions.Connector as a callable from within a Mule flow to filter
a message.Handler class
should be called when the component is invoked
The @Handle method can return two results:
RECONNECT - Retry the operation if the Processor has ReconnectOn, and the Handle throws an exception of that kind.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
ReconnectOn insteadProcessor methods, this annotation marks the method parameter that will be
used to pass in one or more of the headers received.Processor as
the key for the metadata lookup.MetaDataKeyParamMetaData for output scenarios,
for a given MetaDataKeyMetaDataRetriever describes the metadata
for the received metadata key parameter.AnnotationsConstants.MIN_MULE_VERSION variable should target the current mule version DevKit is working on.Processor to avoid discovering metadata with @MetaDataRetriever and @MetaDataKeyRetriever mechanism.OAuth2 defines the OAuth 2.0 a protocol for authentication.ReconnectOn insteadOAuth as the responsible for
setting up the connector AFTER the OAuth dance has been completed.Connector as requiring an OAuth
access token.Connector as an operation that will return
a paged result set.Configurable field or method parameter as being a password or more generally as a variable which contains data that
should not be displayed as plain text.Configurable field or method parameter as being a path to a file.Configurable field
or Connect method parameter in the connector configuration window.Connector as a callable operation from within a Mule flow.Query and @QueryTranslator the query metadata is generated automatically based on the
types and fields selected.Query scenarios.Connector as a callable from within a Mule flow and capable of
generating Mule events.ConnectionManagement config
is able to hit the endpoint.ConnectionManagement config as the responsible for
validating if the connector is actually connected or not.WsdlServiceRetriever
and WsdlServiceEndpoint.ServiceDefinition to execute the SOAP API callsServiceDefinitionCopyright © 2010–2015 MuleSoft, Inc.. All rights reserved.