org.mule.endpoint
Class AbstractMessageProcessorTestCase.TestEndpointMessageNotificationListener

java.lang.Object
  extended by org.mule.endpoint.AbstractMessageProcessorTestCase.TestEndpointMessageNotificationListener
All Implemented Interfaces:
EndpointMessageNotificationListener<EndpointMessageNotification>, ServerNotificationListener<EndpointMessageNotification>
Enclosing class:
AbstractMessageProcessorTestCase

public static class AbstractMessageProcessorTestCase.TestEndpointMessageNotificationListener
extends java.lang.Object
implements EndpointMessageNotificationListener<EndpointMessageNotification>


Field Summary
 Latch latch
           
 EndpointMessageNotification messageNotification
           
 
Constructor Summary
AbstractMessageProcessorTestCase.TestEndpointMessageNotificationListener()
           
 
Method Summary
 void onNotification(EndpointMessageNotification notification)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

messageNotification

public EndpointMessageNotification messageNotification

latch

public Latch latch
Constructor Detail

AbstractMessageProcessorTestCase.TestEndpointMessageNotificationListener

public AbstractMessageProcessorTestCase.TestEndpointMessageNotificationListener()
Method Detail

onNotification

public void onNotification(EndpointMessageNotification notification)
Specified by:
onNotification in interface ServerNotificationListener<EndpointMessageNotification>


Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.