org.mule.endpoint
Class AbstractMessageProcessorTestCase.TestSecurityNotificationListener

java.lang.Object
  extended by org.mule.endpoint.AbstractMessageProcessorTestCase.TestSecurityNotificationListener
All Implemented Interfaces:
SecurityNotificationListener<SecurityNotification>, ServerNotificationListener<SecurityNotification>
Enclosing class:
AbstractMessageProcessorTestCase

public static class AbstractMessageProcessorTestCase.TestSecurityNotificationListener
extends Object
implements SecurityNotificationListener<SecurityNotification>


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

Field Detail

securityNotification

public SecurityNotification securityNotification

latch

public Latch latch
Constructor Detail

AbstractMessageProcessorTestCase.TestSecurityNotificationListener

public AbstractMessageProcessorTestCase.TestSecurityNotificationListener()
Method Detail

onNotification

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


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