Uses of Interface
org.apache.james.jspf.core.SPFCheckerExceptionCatcher

Packages that use SPFCheckerExceptionCatcher
org.apache.james.jspf.core   
 

Uses of SPFCheckerExceptionCatcher in org.apache.james.jspf.core
 

Methods in org.apache.james.jspf.core that return SPFCheckerExceptionCatcher
 SPFCheckerExceptionCatcher SPFSession.getExceptionCatcher()
          Return the SPFCheckerExceptionCatcher on the top of the Stack, but not remove it.
 SPFCheckerExceptionCatcher SPFSession.popExceptionCatcher()
          Remove the SPFCheckerExceptionCatcher on the top and return it.
 

Methods in org.apache.james.jspf.core with parameters of type SPFCheckerExceptionCatcher
 void SPFSession.pushExceptionCatcher(SPFCheckerExceptionCatcher catcher)
          Add the given SPFCheckerExceptionCatcher on top of the stack
 



Copyright © 2006-2007 The Apache Software Foundation. All Rights Reserved.