org.mule.transport.ssl
Class SaveCertificatesCallback

java.lang.Object
  extended by org.mule.transport.ssl.SaveCertificatesCallback
All Implemented Interfaces:
org.mule.tck.functional.EventCallback

public class SaveCertificatesCallback
extends Object
implements org.mule.tck.functional.EventCallback


Constructor Summary
SaveCertificatesCallback()
           
 
Method Summary
 void clear()
           
 void eventReceived(org.mule.api.MuleEventContext context, Object component)
           
 List getCertificates()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaveCertificatesCallback

public SaveCertificatesCallback()
Method Detail

eventReceived

public void eventReceived(org.mule.api.MuleEventContext context,
                          Object component)
                   throws Exception
Specified by:
eventReceived in interface org.mule.tck.functional.EventCallback
Throws:
Exception

clear

public void clear()

getCertificates

public List getCertificates()


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.