Known Direct Subclasses
|
Known Indirect Subclasses
|
Class Overview
Module used to call mule transports.
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
org.mule.api.context.MuleContextAware
|
abstract
void
|
setMuleContext(MuleContext arg0)
|
|
Fields
private
MuleContext
muleContext
Public Constructors
Public Methods
public
Object
call
(String path, Map<String, Object> parameters, Object payload, List<NestedProcessor> responseProcessing)
Do a real call to your inbound flows.
Parameters
| path
| Path to call the transport, example: http://localhost:8081/tests |
| parameters
| Connection parameters |
| payload
| Message payload |
| responseProcessing
| Add any processing of the client response |
public
void
dispatch
(String path, Map<String, Object> parameters, Object payload)
Dispatches an event asynchronously to a endpointUri via a Mule server.
Parameters
| path
| Path to call the transport, example: http://localhost:8081/tests |
| parameters
| Connection parameters |
| payload
| Message payload |
public
Object
request
(String url, Long timeout, List<NestedProcessor> responseProcessing)
Do a real call to your inbound flows.
Parameters
| url
| Path to call the transport, example: http://localhost:8081/tests |
| timeout
| Time out processing |
| responseProcessing
| Add any processing of the client response |
public
void
setMuleContext
(MuleContext context)