A B C D E G H I M N O P R S T W 

A

AbstractMessageProcessorInterceptor - Class in org.mule.modules.interceptor.processors
Abstract class to support intercepting message processors.
AbstractMessageProcessorInterceptor() - Constructor for class org.mule.modules.interceptor.processors.AbstractMessageProcessorInterceptor
 
addBehavior(MessageProcessorBehavior) - Method in class org.mule.modules.interceptor.processors.MessageProcessorManager
 
addFactoryDefinitionTo(AbstractBeanDefinition) - Static method in class org.mule.modules.interceptor.connectors.ConnectorMethodInterceptorFactory
Util method that creates a @see #BeanFactoryMethodBuilder based on an abstract bean definition
any(Class) - Static method in class org.mule.modules.interceptor.matchers.Matchers
 
AnyClassMatcher - Class in org.mule.modules.interceptor.matchers
Matcher to match a specified class.
AnyClassMatcher(Class) - Constructor for class org.mule.modules.interceptor.matchers.AnyClassMatcher
 
AnyClassMatcherFunction - Class in org.mule.modules.interceptor.matchers.mel
MEL function for the Munit AnyClassMatcher

usage:

AnyClassMatcherFunction() - Constructor for class org.mule.modules.interceptor.matchers.mel.AnyClassMatcherFunction
 
AnyMatcherFunction - Class in org.mule.modules.interceptor.matchers.mel
MEL function for the Munit AnyClassMatcher with a defined class

Example:

AnyMatcherFunction(Class) - Constructor for class org.mule.modules.interceptor.matchers.mel.AnyMatcherFunction
 
attributes - Variable in class org.mule.modules.interceptor.processors.AbstractMessageProcessorInterceptor
 

B

BeanFactoryMethodBuilder - Class in org.mule.modules.interceptor.spring
Sets the constructor information to a bean definition
BeanFactoryMethodBuilder(AbstractBeanDefinition, String, String) - Constructor for class org.mule.modules.interceptor.spring.BeanFactoryMethodBuilder
Constructor.
behaviors - Variable in class org.mule.modules.interceptor.processors.MessageProcessorManager
These are the behaviors expected for different message processor mocks

C

call(Object[], ExpressionLanguageContext) - Method in class org.mule.modules.interceptor.matchers.mel.AnyClassMatcherFunction
 
call(Object[], ExpressionLanguageContext) - Method in class org.mule.modules.interceptor.matchers.mel.AnyMatcherFunction
 
call(Object[], ExpressionLanguageContext) - Method in class org.mule.modules.interceptor.matchers.mel.ContainsMatcherFunction
 
call(Object[], ExpressionLanguageContext) - Method in class org.mule.modules.interceptor.matchers.mel.EqMatcherFunction
 
call(Object[], ExpressionLanguageContext) - Method in class org.mule.modules.interceptor.matchers.mel.NotNullMatcherFunction
 
call(Object[], ExpressionLanguageContext) - Method in class org.mule.modules.interceptor.matchers.mel.NullMatcherFunction
 
call(Object[], ExpressionLanguageContext) - Method in class org.mule.modules.interceptor.matchers.mel.RegexMatcherFunction
 
ConnectorMethodInterceptor - Class in org.mule.modules.interceptor.connectors
Every time a method of a @see #org.mule.api.transport.Connector implementation is called this class is called.
ConnectorMethodInterceptor() - Constructor for class org.mule.modules.interceptor.connectors.ConnectorMethodInterceptor
 
ConnectorMethodInterceptorFactory - Class in org.mule.modules.interceptor.connectors
Factory to create the method interceptor for Mule Connector
ConnectorMethodInterceptorFactory() - Constructor for class org.mule.modules.interceptor.connectors.ConnectorMethodInterceptorFactory
 
contains(String) - Static method in class org.mule.modules.interceptor.matchers.Matchers
 
ContainsMatcherFunction - Class in org.mule.modules.interceptor.matchers.mel
Contains Function based on RegexMatcher
ContainsMatcherFunction() - Constructor for class org.mule.modules.interceptor.matchers.mel.ContainsMatcherFunction
 
create(Class, Object...) - Method in class org.mule.modules.interceptor.spring.MethodInterceptorFactory
The factory method to create connector/message processors beans
createInterceptor() - Method in class org.mule.modules.interceptor.connectors.ConnectorMethodInterceptorFactory
Actual implementation of the interceptor creation
createInterceptor() - Method in class org.mule.modules.interceptor.spring.MethodInterceptorFactory
 

D

DumbMatcher - Class in org.mule.modules.interceptor.matchers
Dumb matcher that returns the specified value
DumbMatcher(boolean) - Constructor for class org.mule.modules.interceptor.matchers.DumbMatcher
 

E

EqMatcher - Class in org.mule.modules.interceptor.matchers
Equality matcher.
EqMatcher(Object) - Constructor for class org.mule.modules.interceptor.matchers.EqMatcher
 
EqMatcherFunction - Class in org.mule.modules.interceptor.matchers.mel
MEL function for the Munit EqMatcher

usage:

EqMatcherFunction() - Constructor for class org.mule.modules.interceptor.matchers.mel.EqMatcherFunction
 
equals(Object) - Method in class org.mule.modules.interceptor.processors.MessageProcessorId
 

G

getAttributes(MuleEvent) - Method in class org.mule.modules.interceptor.processors.AbstractMessageProcessorInterceptor
 
getAttributes() - Method in class org.mule.modules.interceptor.processors.MessageProcessorCall
 
getBetterMatchingAction(MessageProcessorCall, Collection<T>) - Method in class org.mule.modules.interceptor.processors.MessageProcessorManager
 
getBetterMatchingBehavior(MessageProcessorCall) - Method in class org.mule.modules.interceptor.processors.MessageProcessorManager
Gets the best matching Behavior.
getExceptionToThrow() - Method in class org.mule.modules.interceptor.processors.MessageProcessorBehavior
 
getFlowConstruct() - Method in class org.mule.modules.interceptor.processors.MessageProcessorCall
 
getFullName() - Method in class org.mule.modules.interceptor.processors.MessageProcessorId
 
getMessageProcessorCall() - Method in class org.mule.modules.interceptor.processors.MessageProcessorCallAction
 
getMessageProcessorId() - Method in class org.mule.modules.interceptor.processors.MessageProcessorCall
 
getMuleMessageTransformer() - Method in class org.mule.modules.interceptor.processors.MessageProcessorBehavior
 
getName(String) - Static method in class org.mule.modules.interceptor.processors.MessageProcessorId
Utility method to extract name from full name
getName() - Method in class org.mule.modules.interceptor.processors.MessageProcessorId
 
getNamespace(String) - Static method in class org.mule.modules.interceptor.processors.MessageProcessorId
Utility method to extract namespace from full name
getNamespace() - Method in class org.mule.modules.interceptor.processors.MessageProcessorId
 

H

hashCode() - Method in class org.mule.modules.interceptor.processors.MessageProcessorId
 

I

ID - Static variable in class org.mule.modules.interceptor.connectors.ConnectorMethodInterceptorFactory
The bean definition ID in the mule registry
id - Variable in class org.mule.modules.interceptor.processors.AbstractMessageProcessorInterceptor
 
ID - Static variable in class org.mule.modules.interceptor.processors.MessageProcessorManager
 
intercept(Object, Method, Object[], MethodProxy) - Method in class org.mule.modules.interceptor.connectors.ConnectorMethodInterceptor
 
intercept(Object, Method, Object[], MethodProxy) - Method in class org.mule.modules.interceptor.processors.AbstractMessageProcessorInterceptor
 
isCallOf(MessageProcessorId) - Method in class org.mule.modules.interceptor.processors.MessageProcessorCall
Defines if this call is of a particular message processor
isNotNull() - Static method in class org.mule.modules.interceptor.matchers.Matchers
 
isNull() - Static method in class org.mule.modules.interceptor.matchers.Matchers
 

M

match(Object) - Method in class org.mule.modules.interceptor.matchers.AnyClassMatcher
 
match(Object) - Method in class org.mule.modules.interceptor.matchers.DumbMatcher
 
match(Object) - Method in class org.mule.modules.interceptor.matchers.EqMatcher
 
match(Object) - Method in interface org.mule.modules.interceptor.matchers.Matcher
Comparing method
match(Object) - Method in class org.mule.modules.interceptor.matchers.NotNullMatcher
 
match(Object) - Method in class org.mule.modules.interceptor.matchers.NullMatcher
 
match(Object) - Method in class org.mule.modules.interceptor.matchers.RegexMatcher
 
Matcher - Interface in org.mule.modules.interceptor.matchers
Matcher definition
Matchers - Class in org.mule.modules.interceptor.matchers
Utility class to create Matchers
Matchers() - Constructor for class org.mule.modules.interceptor.matchers.Matchers
 
matches(String) - Static method in class org.mule.modules.interceptor.matchers.Matchers
 
matchingWeight(MessageProcessorCall) - Method in class org.mule.modules.interceptor.processors.MessageProcessorCall
If the current call matches exactly with the call sent by parameter.
MessageProcessorBehavior - Class in org.mule.modules.interceptor.processors
The representation of a Message Processor mocked behavior.
MessageProcessorBehavior(MessageProcessorCall, MuleMessageTransformer) - Constructor for class org.mule.modules.interceptor.processors.MessageProcessorBehavior
 
MessageProcessorBehavior(MessageProcessorCall, Throwable) - Constructor for class org.mule.modules.interceptor.processors.MessageProcessorBehavior
 
MessageProcessorCall - Class in org.mule.modules.interceptor.processors
The representation of a Message Processor call
MessageProcessorCall(MessageProcessorId) - Constructor for class org.mule.modules.interceptor.processors.MessageProcessorCall
 
messageProcessorCall - Variable in class org.mule.modules.interceptor.processors.MessageProcessorCallAction
The message processor call representation.
MessageProcessorCallAction - Class in org.mule.modules.interceptor.processors

Represents an action that has to be executed based on a MessageProcessorCall.

MessageProcessorCallAction(MessageProcessorCall) - Constructor for class org.mule.modules.interceptor.processors.MessageProcessorCallAction
 
MessageProcessorId - Class in org.mule.modules.interceptor.processors
The representation of a Message Processor Id
MessageProcessorId(String, String) - Constructor for class org.mule.modules.interceptor.processors.MessageProcessorId
 
MessageProcessorId(String, String, Map<String, Object>) - Constructor for class org.mule.modules.interceptor.processors.MessageProcessorId
 
MessageProcessorManager - Class in org.mule.modules.interceptor.processors
The Class that manages the mocking process.
MessageProcessorManager() - Constructor for class org.mule.modules.interceptor.processors.MessageProcessorManager
 
MethodInterceptorFactory - Class in org.mule.modules.interceptor.spring
Abstract definition that creates an interceptor
MethodInterceptorFactory() - Constructor for class org.mule.modules.interceptor.spring.MethodInterceptorFactory
 
MuleMessageTransformer - Interface in org.mule.modules.interceptor.processors
Transformer for a mule message

N

NotNullMatcher - Class in org.mule.modules.interceptor.matchers
Matcher to check not null
NotNullMatcher() - Constructor for class org.mule.modules.interceptor.matchers.NotNullMatcher
 
NotNullMatcherFunction - Class in org.mule.modules.interceptor.matchers.mel
MEL function for NotNullMatcher

usage:

NotNullMatcherFunction() - Constructor for class org.mule.modules.interceptor.matchers.mel.NotNullMatcherFunction
 
NullMatcher - Class in org.mule.modules.interceptor.matchers
Matcher to check null
NullMatcher() - Constructor for class org.mule.modules.interceptor.matchers.NullMatcher
 
NullMatcherFunction - Class in org.mule.modules.interceptor.matchers.mel
MEL function for NullMatcher

usage:

NullMatcherFunction() - Constructor for class org.mule.modules.interceptor.matchers.mel.NullMatcherFunction
 

O

org.mule.modules.interceptor.connectors - package org.mule.modules.interceptor.connectors
 
org.mule.modules.interceptor.matchers - package org.mule.modules.interceptor.matchers
 
org.mule.modules.interceptor.matchers.mel - package org.mule.modules.interceptor.matchers.mel
 
org.mule.modules.interceptor.processors - package org.mule.modules.interceptor.processors
 
org.mule.modules.interceptor.spring - package org.mule.modules.interceptor.spring
 

P

process(Object, Object[], MethodProxy) - Method in class org.mule.modules.interceptor.processors.AbstractMessageProcessorInterceptor
 

R

RegexMatcher - Class in org.mule.modules.interceptor.matchers
Regular Expression matcher.
RegexMatcher(String) - Constructor for class org.mule.modules.interceptor.matchers.RegexMatcher
 
RegexMatcherFunction - Class in org.mule.modules.interceptor.matchers.mel
MEL function for RegexMatcher

usage:

RegexMatcherFunction() - Constructor for class org.mule.modules.interceptor.matchers.mel.RegexMatcherFunction
 
reset() - Method in class org.mule.modules.interceptor.processors.MessageProcessorManager
Reset all the status

S

setAttributes(Map<String, String>) - Method in class org.mule.modules.interceptor.processors.AbstractMessageProcessorInterceptor
 
setAttributes(Map<String, Object>) - Method in class org.mule.modules.interceptor.processors.MessageProcessorCall
 
setFlowConstruct(FlowConstruct) - Method in class org.mule.modules.interceptor.processors.MessageProcessorCall
 
setId(MessageProcessorId) - Method in class org.mule.modules.interceptor.processors.AbstractMessageProcessorInterceptor
 

T

transform(MuleMessage) - Method in interface org.mule.modules.interceptor.processors.MuleMessageTransformer
Transform the original message into a new Message

W

withConstructorArguments(Object...) - Method in class org.mule.modules.interceptor.spring.BeanFactoryMethodBuilder
Sets the constructor arguments to the bean definition
A B C D E G H I M N O P R S T W 

Copyright © 2017. All rights reserved.