public class OutboundNotificationMessageProcessor extends Object implements MessageProcessor
EndpointMessageNotification's when a message is sent or dispatched.| Constructor and Description |
|---|
OutboundNotificationMessageProcessor(OutboundEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
EndpointMessageNotification |
createBeginNotification(MuleEvent event) |
void |
dispatchNotification(EndpointMessageNotification notification) |
MuleEvent |
process(MuleEvent event)
Invokes the MessageProcessor.
|
String |
toString() |
public OutboundNotificationMessageProcessor(OutboundEndpoint endpoint)
public MuleEvent process(MuleEvent event) throws MuleException
MessageProcessorprocess in interface MessageProcessorevent - MuleEvent to be processedMuleExceptionpublic void dispatchNotification(EndpointMessageNotification notification)
public EndpointMessageNotification createBeginNotification(MuleEvent event)
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.