org.mule.transport.ssl
Class SaveCertificatesCallback

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

public class SaveCertificatesCallback
extends Object
implements EventCallback


Constructor Summary
SaveCertificatesCallback()
           
 
Method Summary
 void clear()
           
 void eventReceived(MuleEventContext context, Object component)
           
 List<Certificate[]> 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(MuleEventContext context,
                          Object component)
                   throws Exception
Specified by:
eventReceived in interface EventCallback
Throws:
Exception

clear

public void clear()

getCertificates

public List<Certificate[]> getCertificates()


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