|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Invocation | |
| org.mule.impl | The Mule implementation of the Universal Message Objects(tm) API specification. |
| org.mule.interceptors | Contains default UMOInterceptor implementations that can be applied to Mule managed components. |
| org.mule.providers.soap | |
| org.mule.umo | The Universal Message Object(tm) API provides a way for components to interact without needing to know about the protocol or delivery mechanisms of information passed between them |
| Uses of Invocation in org.mule.impl |
| Subclasses of Invocation in org.mule.impl | |
class |
InterceptorsInvoker
InterceptorsInvoker is used to trigger an interceptor chain. |
| Methods in org.mule.impl with parameters of type Invocation | |
UMOMessage |
DefaultLifecycleAdapter.intercept(Invocation invocation)
|
| Uses of Invocation in org.mule.interceptors |
| Methods in org.mule.interceptors with parameters of type Invocation | |
UMOMessage |
TimerInterceptor.intercept(Invocation invocation)
|
UMOMessage |
InterceptorStack.intercept(Invocation invocation)
|
void |
LoggingInterceptor.before(Invocation event)
|
void |
LoggingInterceptor.after(Invocation event)
|
abstract void |
EnvelopeInterceptor.before(Invocation invocation)
This method is invoked before the event is processed |
abstract void |
EnvelopeInterceptor.after(Invocation invocation)
This method is invoked after the event has been processed |
UMOMessage |
EnvelopeInterceptor.intercept(Invocation invocation)
|
abstract UMOMessage |
MessageNormalizerInterceptor.before(Invocation invocation)
This method is invoked before the event is processed |
abstract UMOMessage |
MessageNormalizerInterceptor.after(Invocation invocation)
This method is invoked after the event has been processed |
UMOMessage |
MessageNormalizerInterceptor.intercept(Invocation invocation)
|
UMOMessage |
JXPathNormalizerInterceptor.before(Invocation invocation)
This method is invoked before the event is processed |
UMOMessage |
JXPathNormalizerInterceptor.after(Invocation invocation)
This method is invoked after the event has been processed |
| Uses of Invocation in org.mule.providers.soap |
| Methods in org.mule.providers.soap with parameters of type Invocation | |
void |
MethodFixInterceptor.before(Invocation invocation)
|
void |
MethodFixInterceptor.after(Invocation invocation)
|
| Uses of Invocation in org.mule.umo |
| Methods in org.mule.umo with parameters of type Invocation | |
UMOMessage |
UMOInterceptor.intercept(Invocation invocation)
Invoked by the previous interceptor in the chain |
| Constructors in org.mule.umo with parameters of type Invocation | |
Invocation(UMOImmutableDescriptor descriptor,
UMOMessage message,
Invocation invocation)
Constructs an initialised invocation |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||