org.mule.transport.ssl
Class SaveCertificateCallback

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

public class SaveCertificateCallback
extends Object
implements EventCallback


Constructor Summary
SaveCertificateCallback()
           
 
Method Summary
 void clear()
           
 void eventReceived(MuleEventContext context, Object component)
           
 Object getCertificates()
           
 boolean isCalled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaveCertificateCallback

public SaveCertificateCallback()
Method Detail

eventReceived

public void eventReceived(MuleEventContext context,
                          Object component)
                   throws Exception
Specified by:
eventReceived in interface EventCallback
Throws:
Exception

clear

public void clear()

isCalled

public boolean isCalled()

getCertificates

public Object getCertificates()


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