Mule Handshake Connector
Install Guide
Java API Reference
Mule API Reference
Package Index
|
Class Index
org.mule.modules.handshake.client
org.mule.modules.handshake.client.impl
org.mule.modules.handshake.client.serialization
org.mule.modules.handshake.core
org.mule.modules.handshake.core.adapter
org.mule.modules.handshake.core.adapters
org.mule.modules.handshake.core.agents
org.mule.modules.handshake.core.basic
org.mule.modules.handshake.core.callback
org.mule.modules.handshake.core.config
org.mule.modules.handshake.core.connection
org.mule.modules.handshake.core.connectivity
org.mule.modules.handshake.core.devkit
org.mule.modules.handshake.core.holders
org.mule.modules.handshake.core.oauth
org.mule.modules.handshake.core.process
org.mule.modules.handshake.core.processors
org.mule.modules.handshake.core.transformers
Interfaces
ProcessAdapter
<O>
ProcessCallback
<T, O>
ProcessInterceptor
<T, O>
ProcessTemplate
<T, O>
Classes
ManagedConnectionProcessInterceptor
<T>
NestedProcessorChain
ProcessCallbackProcessInterceptor
<T, O>
RetryProcessInterceptor
<T, O>
Package Index
|
Class Index
Summary:
Methods
|
[Expand All]
public interface
ProcessInterceptor
org.mule.modules.handshake.core.process.ProcessInterceptor<T, O>
Known Indirect Subclasses
ManagedConnectionProcessInterceptor
<T>,
ProcessCallbackProcessInterceptor
<T, O>,
RetryProcessInterceptor
<T, O>
ManagedConnectionProcessInterceptor
<T>
ProcessCallbackProcessInterceptor
<T, O>
RetryProcessInterceptor
<T, O>
Summary
Public Methods
abstract T
execute
(
ProcessCallback
<T, O> callback, O under, MessageProcessor messageProcessor, MuleEvent event)
abstract T
execute
(
ProcessCallback
<T, O> callback, O under, Filter filter, MuleMessage message)
Public Methods
public abstract T
execute
(
ProcessCallback
<T, O> callback, O under, MessageProcessor messageProcessor, MuleEvent event)
Parameters
callback
under
messageProcessor
event
Throws
Exception
public abstract T
execute
(
ProcessCallback
<T, O> callback, O under, Filter filter, MuleMessage message)
Parameters
callback
under
filter
message
Throws
Exception