A C D E F G H I L M N O P R S T V 

A

AbstractAnnotatedTransformerArgumentResolver - Class in org.mule.config.transformer
An abstract resolver that can be extend to resolve/create an object based on Annotated classes.
AbstractAnnotatedTransformerArgumentResolver() - Constructor for class org.mule.config.transformer.AbstractAnnotatedTransformerArgumentResolver
 
AbstractEndpointAnnotationParser - Class in org.mule.config.endpoint
TODO
AbstractEndpointAnnotationParser() - Constructor for class org.mule.config.endpoint.AbstractEndpointAnnotationParser
 
AnnotatedEndpointData - Class in org.mule.config.endpoint
Provides a generic endpoint data wrapper so that we can just use a single method for processing endpoints and reduce a load of duplication
AnnotatedEndpointData(MessageExchangePattern, ChannelType, Annotation) - Constructor for class org.mule.config.endpoint.AnnotatedEndpointData
 
AnnotatedEndpointHelper - Class in org.mule.config.endpoint
This is a wrapper helper that can process AnnotatedEndpointData objects (Annotaiton config data) and turn them into EndpointBuilder or ImmutableEndpoint objects.
AnnotatedEndpointHelper(MuleContext) - Constructor for class org.mule.config.endpoint.AnnotatedEndpointHelper
 
AnnotatedEntryPointResolver - Class in org.mule.impl.model.resolvers
A Mule EntryPointResolver implementation that will resolve methods on a service class that have Mule expression annotations such as Payload, InboundHeaders It will transform the received message to match the annotated method arguments.
AnnotatedEntryPointResolver() - Constructor for class org.mule.impl.model.resolvers.AnnotatedEntryPointResolver
 
AnnotatedTransformerObjectProcessor - Class in org.mule.config.transformer
Deprecated.
as of 3.7.0 since these are only used by TransientRegistry which is also deprecated. Use post processors for currently supported registries instead (i.e: spring.SpringRegistry)
AnnotatedTransformerObjectProcessor() - Constructor for class org.mule.config.transformer.AnnotatedTransformerObjectProcessor
Deprecated.
 
AnnotatedTransformerObjectProcessor(MuleContext) - Constructor for class org.mule.config.transformer.AnnotatedTransformerObjectProcessor
Deprecated.
 
AnnotatedTransformerProxy - Class in org.mule.config.transformer
Creates a Mule Transformer proxy around a transform method.
AnnotatedTransformerProxy(int, Object, Method, Class[], String, String) - Constructor for class org.mule.config.transformer.AnnotatedTransformerProxy
 
AnnotationException - Exception in org.mule.api
Root exception for errors related to annotation parsing
AnnotationException(Message) - Constructor for exception org.mule.api.AnnotationException
 
AnnotationException(Message, Throwable) - Constructor for exception org.mule.api.AnnotationException
 
AnnotationsConfigurationBuilder - Class in org.mule.config
Enables Mule annotation processing so that annotated objects registered with the Mule registry will automatically be configured.
AnnotationsConfigurationBuilder() - Constructor for class org.mule.config.AnnotationsConfigurationBuilder
 
AnnotationsMessages - Class in org.mule.config.i18n
Internationalized messages specific to the annotations module
AnnotationsMessages() - Constructor for class org.mule.config.i18n.AnnotationsMessages
 
AnnotationsParserFactory - Interface in org.mule.config
Defines a common interface to find all Endpoint annotation parsers for a context.

C

Channel - Annotation Type in org.mule.api.annotations.meta
Marks an endpoint annotation and provides the connector protocol and type.
CHANNEL_OVERRIDES - Static variable in class org.mule.config.endpoint.ConfigurableTransportFactory
 
CHANNEL_OVERRIDES_FILE - Static variable in class org.mule.config.endpoint.ConfigurableTransportFactory
 
ChannelType - Enum in org.mule.api.annotations.meta
Possible channel types in iBeans
ConfigurableTransportFactory - Class in org.mule.config.endpoint
TODO
ConfigurableTransportFactory(MuleContext) - Constructor for class org.mule.config.endpoint.ConfigurableTransportFactory
 
ContainsTransformerMethods - Annotation Type in org.mule.api.annotations
Used to mark a that a class contains methods which are Mule Transformer.
context - Variable in class org.mule.config.processors.DecoratingAnnotatedServiceProcessor
Deprecated.
 
convert(String, MuleContext) - Method in interface org.mule.api.expression.PropertyConverter
 
convert(String, MuleContext) - Method in class org.mule.config.converters.FilterConverter
 
convert(String, MuleContext) - Method in class org.mule.config.converters.PropertiesConverter
 
convert(String, MuleContext) - Method in class org.mule.config.converters.TransformerConverter
 
convert(String[]) - Static method in class org.mule.config.endpoint.AnnotatedEndpointData
 
convertProperties(String[]) - Method in class org.mule.config.endpoint.AbstractEndpointAnnotationParser
 
convertProperty(Class, String) - Method in class org.mule.config.endpoint.AnnotatedEndpointHelper
 
createAnnotationsParserFactory() - Method in class org.mule.config.AnnotationsConfigurationBuilder
 
createArgument(Class<?>, MuleContext) - Method in class org.mule.config.transformer.AbstractAnnotatedTransformerArgumentResolver
If the resolver cannot locate the required object of type AbstractAnnotatedTransformerArgumentResolver.getArgumentClass() this method will be invoked an instance of the object.
createConnector(EndpointURI) - Method in class org.mule.config.endpoint.ConfigurableTransportFactory
 
createEndpointData(Annotation) - Method in class org.mule.config.endpoint.AbstractEndpointAnnotationParser
 

D

DecoratingAnnotatedServiceProcessor - Class in org.mule.config.processors
Deprecated.
as of 3.7.0 since these are only used by TransientRegistry which is also deprecated. Use post processors for currently supported registries instead (i.e: spring.SpringRegistry)
DecoratingAnnotatedServiceProcessor() - Constructor for class org.mule.config.processors.DecoratingAnnotatedServiceProcessor
Deprecated.
 
DecoratingAnnotatedServiceProcessor(MuleContext) - Constructor for class org.mule.config.processors.DecoratingAnnotatedServiceProcessor
Deprecated.
 
DELIM - Static variable in class org.mule.config.converters.PropertiesConverter
 
DELIM - Static variable in class org.mule.config.converters.TransformerConverter
 
dispose() - Method in class org.mule.config.transformer.AbstractAnnotatedTransformerArgumentResolver
 
doConfigure(MuleContext) - Method in class org.mule.config.AnnotationsConfigurationBuilder
 

E

emptyToNull(String) - Method in class org.mule.config.endpoint.AnnotatedEndpointData
 
ENDPOINT_BUILDER_POSTFIX - Static variable in class org.mule.config.endpoint.AbstractEndpointAnnotationParser
 
EndpointAnnotationParser - Interface in org.mule.api
An SPI interface that will process an Endpoint annotation.
equals(Object) - Method in class org.mule.config.transformer.AnnotatedTransformerProxy
 
Evaluator - Annotation Type in org.mule.api.annotations.meta
 
Expr - Annotation Type in org.mule.api.annotations.expressions
Allows method parameters to be configured with result of one or more Mule expressions public Object save(Object foo, @Expr("#[header:X-User]-#[function:UUID]") String id)
ExprAnnotationParser - Class in org.mule.config.expression
Used to parse Expr parameter annotations
ExprAnnotationParser() - Constructor for class org.mule.config.expression.ExprAnnotationParser
 
ExpressionAnnotationParser - Interface in org.mule.api.expression
TODO
ExpressionAnnotationsHelper - Class in org.mule.config.expression
TODO
ExpressionAnnotationsHelper() - Constructor for class org.mule.config.expression.ExpressionAnnotationsHelper
 
ExpressionFilterParser - Class in org.mule.config.expression
Will create a filter from one of more expression filters.
ExpressionFilterParser() - Constructor for class org.mule.config.expression.ExpressionFilterParser
 

F

failedToInvokeReplyMethod(String) - Static method in class org.mule.config.i18n.AnnotationsMessages
 
FilterConverter - Class in org.mule.config.converters
Converts an Expression sting into a Filter object.
FilterConverter() - Constructor for class org.mule.config.converters.FilterConverter
 
findAnnotation(Class) - Method in class org.mule.config.transformer.AbstractAnnotatedTransformerArgumentResolver
 
Function - Annotation Type in org.mule.api.annotations.expressions
This evaluator allows for predefined functions to be called and returns a result.
FunctionAnnotationParser - Class in org.mule.config.expression
Used to parse Function annotations
FunctionAnnotationParser() - Constructor for class org.mule.config.expression.FunctionAnnotationParser
 

G

getAddress() - Method in class org.mule.config.endpoint.AnnotatedEndpointData
 
getAnnotation() - Method in class org.mule.config.endpoint.AnnotatedEndpointData
 
getAnnotationsPackageName() - Method in class org.mule.config.transformer.AbstractAnnotatedTransformerArgumentResolver
This resolver scans a class for annotations in this package.
getArgumentClass() - Method in class org.mule.config.transformer.AbstractAnnotatedTransformerArgumentResolver
The object type that this resolver will discover or create
getConnector() - Method in class org.mule.config.endpoint.AnnotatedEndpointData
 
getConnectorName() - Method in class org.mule.config.endpoint.AnnotatedEndpointData
 
getCorrelationExpression() - Method in class org.mule.config.endpoint.AnnotatedEndpointData
 
getEncoding() - Method in class org.mule.config.endpoint.AnnotatedEndpointData
 
getEndpointBuilder(AnnotatedEndpointData) - Method in class org.mule.config.endpoint.AnnotatedEndpointHelper
 
getEndpointHelper() - Method in class org.mule.config.endpoint.AbstractEndpointAnnotationParser
 
getEndpointParser(Annotation, Class<?>, Member) - Method in interface org.mule.config.AnnotationsParserFactory
Retrieves a parser for the given annotation, the parameters passed in can be used to validate the use of the annotation, i.e.
getEndpointParser(Annotation, Class, Member) - Method in class org.mule.config.endpoint.RegistryBackedAnnotationsParserFactory
 
getExpressionParser(Annotation) - Method in interface org.mule.config.AnnotationsParserFactory
Retrieves a parser for the given annotation, where the annotation is an Expression annotation; one annotated with the Evaluator annotation.
getExpressionParser(Annotation) - Method in class org.mule.config.endpoint.RegistryBackedAnnotationsParserFactory
 
getFilter() - Method in class org.mule.config.endpoint.AnnotatedEndpointData
 
getIdentifier() - Method in class org.mule.config.endpoint.AbstractEndpointAnnotationParser
 
getMatchingClasses() - Method in class org.mule.config.transformer.AbstractAnnotatedTransformerArgumentResolver
 
getMep() - Method in class org.mule.config.endpoint.AnnotatedEndpointData
 
getName() - Method in class org.mule.config.endpoint.AnnotatedEndpointData
 
getNonMatchingClasses() - Method in class org.mule.config.transformer.AbstractAnnotatedTransformerArgumentResolver
 
getPayloadForMethod(Method, Object, MuleEventContext) - Method in class org.mule.impl.model.resolvers.AnnotatedEntryPointResolver
 
getPayloadFromMessageWithAnnotations(Method, MuleEventContext) - Method in class org.mule.impl.model.resolvers.AnnotatedEntryPointResolver
 
getPriorityWeighting() - Method in class org.mule.config.transformer.AnnotatedTransformerProxy
 
getProperties() - Method in class org.mule.config.endpoint.AnnotatedEndpointData
 
getRouterParser(Annotation, Class<?>, Member) - Method in interface org.mule.config.AnnotationsParserFactory
Retrieves a parser for the given annotation, where the annotation is a Router annotation; one annotated with the Router annotation.
getRouterParser(Annotation, Class, Member) - Method in class org.mule.config.endpoint.RegistryBackedAnnotationsParserFactory
 
getTransformerForMethodWithAnnotations(Method, MuleContext) - Static method in class org.mule.config.expression.ExpressionAnnotationsHelper
 
getTransformers() - Method in class org.mule.config.endpoint.AnnotatedEndpointData
 
getType() - Method in interface org.mule.api.expression.PropertyConverter
 
getType() - Method in class org.mule.config.converters.FilterConverter
 
getType() - Method in class org.mule.config.converters.PropertiesConverter
 
getType() - Method in class org.mule.config.converters.TransformerConverter
 
getType() - Method in class org.mule.config.endpoint.AnnotatedEndpointData
 
getValue(String) - Method in class org.mule.config.processors.DecoratingAnnotatedServiceProcessor
Deprecated.
 

H

hashCode() - Method in class org.mule.config.transformer.AnnotatedTransformerProxy
 
helper - Variable in class org.mule.config.processors.DecoratingAnnotatedServiceProcessor
Deprecated.
 

I

ignoredPackages - Static variable in class org.mule.config.transformer.AbstractAnnotatedTransformerArgumentResolver
 
InboundAttachments - Annotation Type in org.mule.api.annotations.param
Used on component and transformer methods that have a Transformer annotation.
InboundAttachmentsAnnotationParser - Class in org.mule.config.parsers
Responsible for parsing the InboundAttachments annotation.
InboundAttachmentsAnnotationParser() - Constructor for class org.mule.config.parsers.InboundAttachmentsAnnotationParser
 
InboundHeaders - Annotation Type in org.mule.api.annotations.param
Used on component methods, this annotation marks the method parameter that will be used to pass in one or more of the headers received.
InboundHeadersAnnotationParser - Class in org.mule.config.parsers
Responsible for parsing the InboundHeaders annotation.
InboundHeadersAnnotationParser() - Constructor for class org.mule.config.parsers.InboundHeadersAnnotationParser
 
initCache(Object, MuleEventContext) - Method in class org.mule.impl.model.resolvers.AnnotatedEntryPointResolver
 
initialise() - Method in class org.mule.config.transformer.AnnotatedTransformerProxy
 
invoke(Object, MuleEventContext) - Method in class org.mule.impl.model.resolvers.AnnotatedEntryPointResolver
 
isNonMatching(DataType, DataType) - Method in class org.mule.config.transformer.AbstractAnnotatedTransformerArgumentResolver
 

L

loadOverrides() - Method in class org.mule.config.endpoint.ConfigurableTransportFactory
 
logger - Variable in class org.mule.config.endpoint.RegistryBackedAnnotationsParserFactory
logger used by this class
logger - Static variable in class org.mule.config.expression.ExpressionAnnotationsHelper
 
logger - Variable in class org.mule.config.processors.DecoratingAnnotatedServiceProcessor
Deprecated.
logger used by this class
logger - Variable in class org.mule.config.processors.LookupInjectionProcessor
Deprecated.
logger used by this class
logger - Variable in class org.mule.config.transformer.AbstractAnnotatedTransformerArgumentResolver
logger used by this class
Lookup - Annotation Type in org.mule.api.annotations.expressions
Allows objects to be found in the registry, either by ty
LookupAnnotationParser - Class in org.mule.config.expression
Used to parse Expr parameter annotations
LookupAnnotationParser() - Constructor for class org.mule.config.expression.LookupAnnotationParser
 
lookupConfig(String, Class<T>) - Method in class org.mule.config.endpoint.AbstractEndpointAnnotationParser
 
lookupFailedSeePreviousException(Object) - Static method in class org.mule.config.i18n.AnnotationsMessages
 
LookupInjectionProcessor - Class in org.mule.config.processors
Deprecated.
as of 3.7.0. Use a registry which supports Inject annotations instead
LookupInjectionProcessor() - Constructor for class org.mule.config.processors.LookupInjectionProcessor
Deprecated.
 
LookupInjectionProcessor(MuleContext) - Constructor for class org.mule.config.processors.LookupInjectionProcessor
Deprecated.
 
lookupNotFoundInRegistry(Class, String, Class) - Static method in class org.mule.config.i18n.AnnotationsMessages
 

M

MessageProcessorAnnotationParser - Interface in org.mule.api
An SPI interface used for creating Routers from Annotations.
Mule - Annotation Type in org.mule.api.annotations.expressions
TODO
MuleAnnotationParser - Class in org.mule.config.expression
Used to parse Mule parameter annotations
MuleAnnotationParser() - Constructor for class org.mule.config.expression.MuleAnnotationParser
 
muleContext - Variable in class org.mule.config.endpoint.AbstractEndpointAnnotationParser
 
muleContext - Variable in class org.mule.config.endpoint.AnnotatedEndpointHelper
 
muleContext - Variable in class org.mule.config.endpoint.RegistryBackedAnnotationsParserFactory
 

N

noParserFoundForAnnotation(Annotation) - Static method in class org.mule.config.i18n.AnnotationsMessages
 
noPropertyConverterForType(Class) - Static method in class org.mule.config.i18n.AnnotationsMessages
 

O

org.mule.api - package org.mule.api
 
org.mule.api.annotations - package org.mule.api.annotations
 
org.mule.api.annotations.expressions - package org.mule.api.annotations.expressions
 
org.mule.api.annotations.meta - package org.mule.api.annotations.meta
 
org.mule.api.annotations.param - package org.mule.api.annotations.param
 
org.mule.api.expression - package org.mule.api.expression
 
org.mule.config - package org.mule.config
 
org.mule.config.converters - package org.mule.config.converters
 
org.mule.config.endpoint - package org.mule.config.endpoint
 
org.mule.config.expression - package org.mule.config.expression
 
org.mule.config.i18n - package org.mule.config.i18n
 
org.mule.config.parsers - package org.mule.config.parsers
 
org.mule.config.processors - package org.mule.config.processors
 
org.mule.config.transformer - package org.mule.config.transformer
 
org.mule.impl.model.resolvers - package org.mule.impl.model.resolvers
 
OutboundAttachments - Annotation Type in org.mule.api.annotations.param
Used on component methods, this parameter annotation passes in a reference to a Map that can be used to populate outbound attachments that will be set with the outgoing message.
OutboundAttachmentsAnnotationParser - Class in org.mule.config.parsers
Responsible for parsing the OutboundAttachments annotation.
OutboundAttachmentsAnnotationParser() - Constructor for class org.mule.config.parsers.OutboundAttachmentsAnnotationParser
 
OutboundHeaders - Annotation Type in org.mule.api.annotations.param
Used on Components that have an outbound endpoint configured or a response being sent back, and enables users to set outbound/response headers via Map without needing to use the Mule API (other than using the annotation) on the method argument).
OutboundHeadersAnnotationParser - Class in org.mule.config.parsers
Responsible for parsing the OutboundHeaders annotation.
OutboundHeadersAnnotationParser() - Constructor for class org.mule.config.parsers.OutboundHeadersAnnotationParser
 

P

parse(Annotation, Class<?>) - Method in interface org.mule.api.expression.ExpressionAnnotationParser
 
parse(Annotation, Class<?>) - Method in class org.mule.config.expression.ExprAnnotationParser
 
parse(Annotation, Class<?>) - Method in class org.mule.config.expression.FunctionAnnotationParser
 
parse(Annotation, Class<?>) - Method in class org.mule.config.expression.LookupAnnotationParser
 
parse(Annotation, Class) - Method in class org.mule.config.expression.MuleAnnotationParser
 
parse(Annotation, Class<?>) - Method in class org.mule.config.parsers.InboundAttachmentsAnnotationParser
 
parse(Annotation, Class<?>) - Method in class org.mule.config.parsers.InboundHeadersAnnotationParser
 
parse(Annotation, Class<?>) - Method in class org.mule.config.parsers.OutboundAttachmentsAnnotationParser
 
parse(Annotation, Class<?>) - Method in class org.mule.config.parsers.OutboundHeadersAnnotationParser
 
parse(Annotation, Class<?>) - Method in class org.mule.config.parsers.PayloadAnnotationParser
 
parseFilterString(String) - Method in class org.mule.config.expression.ExpressionFilterParser
 
parseInboundEndpoint(Annotation, Map) - Method in interface org.mule.api.EndpointAnnotationParser
Creates an inbound endpoint from the annotation.
parseInboundEndpoint(Annotation, Map) - Method in class org.mule.config.endpoint.AbstractEndpointAnnotationParser
 
parseMessageProcessor(Annotation) - Method in interface org.mule.api.MessageProcessorAnnotationParser
Will create a Mule Router according to the annotation.
parseOutboundEndpoint(Annotation, Map) - Method in interface org.mule.api.EndpointAnnotationParser
Creates an outbound endpoint from the annotation.
parseOutboundEndpoint(Annotation, Map) - Method in class org.mule.config.endpoint.AbstractEndpointAnnotationParser
 
parsePlaceholderValues(String) - Method in class org.mule.config.endpoint.AnnotatedEndpointHelper
 
parser - Variable in class org.mule.config.endpoint.AnnotatedEndpointHelper
 
parserFactory - Variable in class org.mule.config.processors.DecoratingAnnotatedServiceProcessor
Deprecated.
 
Payload - Annotation Type in org.mule.api.annotations.param
Used on components, this annotation marks the method parameter that will be used to pass in the message payload.
PayloadAnnotationParser - Class in org.mule.config.parsers
Responsible for parsing the Payload annotation.
PayloadAnnotationParser() - Constructor for class org.mule.config.parsers.PayloadAnnotationParser
 
preprocessEndpointData(AnnotatedEndpointData) - Method in class org.mule.config.endpoint.AnnotatedEndpointHelper
This method can be overridden to process endpoints before they get built.
process(Object) - Method in class org.mule.config.processors.DecoratingAnnotatedServiceProcessor
Deprecated.
 
process(Object) - Method in class org.mule.config.processors.LookupInjectionProcessor
Deprecated.
 
process(Object) - Method in class org.mule.config.transformer.AnnotatedTransformerObjectProcessor
Deprecated.
 
processEndpoint(AnnotatedEndpointData) - Method in class org.mule.config.endpoint.AnnotatedEndpointHelper
 
processInbound(Class, Service) - Method in class org.mule.config.processors.DecoratingAnnotatedServiceProcessor
Deprecated.
 
processInboundRouters(Class, Service) - Method in class org.mule.config.processors.DecoratingAnnotatedServiceProcessor
Deprecated.
 
processOutbound(Class, Service) - Method in class org.mule.config.processors.DecoratingAnnotatedServiceProcessor
Deprecated.
 
processOutboundRouter(Class) - Method in class org.mule.config.processors.DecoratingAnnotatedServiceProcessor
Deprecated.
 
processReply(Class, Service) - Method in class org.mule.config.processors.DecoratingAnnotatedServiceProcessor
Deprecated.
 
processReplyRouters(Class, Service) - Method in class org.mule.config.processors.DecoratingAnnotatedServiceProcessor
Deprecated.
 
PropertiesConverter - Class in org.mule.config.converters
Converts a comma-separated list of key/value pairs, e.g., "apple=green, banana=yellow" into a Properties map.
PropertiesConverter() - Constructor for class org.mule.config.converters.PropertiesConverter
 
PropertyConverter - Interface in org.mule.api.expression
TODO

R

registerObjectProcessor(ObjectProcessor) - Method in class org.mule.config.endpoint.RegistryBackedAnnotationsParserFactory
 
RegistryBackedAnnotationsParserFactory - Class in org.mule.config.endpoint
Loads the default expression, router and endpoint parsers provided by Mule.
RegistryBackedAnnotationsParserFactory() - Constructor for class org.mule.config.endpoint.RegistryBackedAnnotationsParserFactory
 
regMap - Variable in class org.mule.config.endpoint.AnnotatedEndpointHelper
 
regProps - Variable in class org.mule.config.processors.DecoratingAnnotatedServiceProcessor
Deprecated.
 
resolve(Class<T>, DataType, DataType, MuleContext) - Method in class org.mule.config.transformer.AbstractAnnotatedTransformerArgumentResolver
 
resolve(Class<T>, DataType, DataType, MuleContext) - Method in interface org.mule.config.transformer.TransformerArgumentResolver
 
Router - Annotation Type in org.mule.api.annotations.meta
Marks a router annotation and provides the type.
RouterType - Enum in org.mule.api.annotations.meta
TODO

S

serviceDoesNotHaveAnnotation(Class, String) - Static method in class org.mule.config.i18n.AnnotationsMessages
 
serviceHasNoEntrypoint(Class) - Static method in class org.mule.config.i18n.AnnotationsMessages
 
setAddress(String) - Method in class org.mule.config.endpoint.AnnotatedEndpointData
 
setConnector(Connector) - Method in class org.mule.config.endpoint.AnnotatedEndpointData
 
setConnectorName(String) - Method in class org.mule.config.endpoint.AnnotatedEndpointData
 
setCorrelationExpression(String) - Method in class org.mule.config.endpoint.AnnotatedEndpointData
 
setEncoding(String) - Method in class org.mule.config.endpoint.AnnotatedEndpointData
 
setFilter(String) - Method in class org.mule.config.endpoint.AnnotatedEndpointData
 
setMEPUsingMethod(Method) - Method in class org.mule.config.endpoint.AnnotatedEndpointData
 
setMuleContext(MuleContext) - Method in class org.mule.config.endpoint.AbstractEndpointAnnotationParser
 
setMuleContext(MuleContext) - Method in class org.mule.config.endpoint.RegistryBackedAnnotationsParserFactory
 
setMuleContext(MuleContext) - Method in class org.mule.config.processors.DecoratingAnnotatedServiceProcessor
Deprecated.
 
setMuleContext(MuleContext) - Method in class org.mule.config.processors.LookupInjectionProcessor
Deprecated.
 
setMuleContext(MuleContext) - Method in class org.mule.config.transformer.AnnotatedTransformerObjectProcessor
Deprecated.
 
setName(String) - Method in class org.mule.config.endpoint.AnnotatedEndpointData
 
setPriorityWeighting(int) - Method in class org.mule.config.transformer.AnnotatedTransformerProxy
 
setProperties(Map) - Method in class org.mule.config.endpoint.AnnotatedEndpointData
 
setTransformers(String) - Method in class org.mule.config.endpoint.AnnotatedEndpointData
 
SINGLETON_PROPERTY - Static variable in class org.mule.config.endpoint.ConfigurableTransportFactory
 
split(String) - Method in class org.mule.config.expression.ExpressionFilterParser
 
start() - Method in class org.mule.config.processors.DecoratingAnnotatedServiceProcessor
Deprecated.
 
SupportedMEPs - Annotation Type in org.mule.api.annotations.meta
 
supports(Annotation, Class, Member) - Method in interface org.mule.api.EndpointAnnotationParser
Determines whether this parser can process the current annotation.
supports(Annotation) - Method in interface org.mule.api.expression.ExpressionAnnotationParser
 
supports(Annotation, Class, Member) - Method in interface org.mule.api.MessageProcessorAnnotationParser
Determines whether this parser can process the current annotation.
supports(Annotation, Class, Member) - Method in class org.mule.config.endpoint.AbstractEndpointAnnotationParser
 
supports(Annotation) - Method in class org.mule.config.expression.ExprAnnotationParser
 
supports(Annotation) - Method in class org.mule.config.expression.FunctionAnnotationParser
 
supports(Annotation) - Method in class org.mule.config.expression.LookupAnnotationParser
 
supports(Annotation) - Method in class org.mule.config.expression.MuleAnnotationParser
 
supports(Annotation) - Method in class org.mule.config.parsers.InboundAttachmentsAnnotationParser
 
supports(Annotation) - Method in class org.mule.config.parsers.InboundHeadersAnnotationParser
 
supports(Annotation) - Method in class org.mule.config.parsers.OutboundAttachmentsAnnotationParser
 
supports(Annotation) - Method in class org.mule.config.parsers.OutboundHeadersAnnotationParser
 
supports(Annotation) - Method in class org.mule.config.parsers.PayloadAnnotationParser
 

T

toString() - Method in class org.mule.impl.model.resolvers.AnnotatedEntryPointResolver
 
Transformer - Annotation Type in org.mule.api.annotations
Used to mark a that a class contains methods which are Mule Transformer, which means it will be made available in the Mule container.
TransformerArgumentResolver - Interface in org.mule.config.transformer
Used by the transformer proxy to find or create context objects such as JAXB to be passed into a transform method
TransformerConverter - Class in org.mule.config.converters
Converts a String list of Transformer names into a List of Transformer objects.
TransformerConverter() - Constructor for class org.mule.config.converters.TransformerConverter
 
TransformerList - Class in org.mule.config.converters
Type definition for a transformer list.
TransformerList() - Constructor for class org.mule.config.converters.TransformerList
 
transformerMethodNotValid(Method) - Static method in class org.mule.config.i18n.AnnotationsMessages
 
transformMessage(MuleMessage, String) - Method in class org.mule.config.transformer.AnnotatedTransformerProxy
 
transportFactory - Variable in class org.mule.config.endpoint.AnnotatedEndpointHelper
 
TRUE - Static variable in class org.mule.config.endpoint.ConfigurableTransportFactory
 
tryInboundEndpointAnnotation(AnnotationMetaData, ChannelType) - Method in class org.mule.config.processors.DecoratingAnnotatedServiceProcessor
Deprecated.
 
tryOutboundEndpointAnnotation(AnnotationMetaData, ChannelType) - Method in class org.mule.config.processors.DecoratingAnnotatedServiceProcessor
Deprecated.
 

V

validateMethod(Method, Class[]) - Method in class org.mule.config.transformer.AnnotatedTransformerProxy
 
valueOf(String) - Static method in enum org.mule.api.annotations.meta.ChannelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.api.annotations.meta.RouterType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mule.api.annotations.meta.ChannelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.api.annotations.meta.RouterType
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G H I L M N O P R S T V 

Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.