public class InboundNotificationMessageProcessor extends Object implements MessageProcessor
EndpointMessageNotification's when a message is received.| Modifier and Type | Field and Description |
|---|---|
protected InboundEndpoint |
endpoint |
| Constructor and Description |
|---|
InboundNotificationMessageProcessor(InboundEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
InboundEndpoint |
getInboundEndpoint() |
MuleEvent |
process(MuleEvent event)
Invokes the MessageProcessor.
|
String |
toString() |
protected InboundEndpoint endpoint
public InboundNotificationMessageProcessor(InboundEndpoint endpoint)
public MuleEvent process(MuleEvent event) throws MuleException
MessageProcessorprocess in interface MessageProcessorevent - MuleEvent to be processedMuleExceptionpublic final InboundEndpoint getInboundEndpoint()
InboundEndpointCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.