Uses of Interface
org.apache.woden.ErrorHandler

Packages that use ErrorHandler
org.apache.woden   
org.apache.woden.ant   
 

Uses of ErrorHandler in org.apache.woden
 

Methods in org.apache.woden that return ErrorHandler
 ErrorHandler ErrorReporter.getErrorHandler()
          Return the custom error handler if one has been set, otherwise return the default error handler.
 

Methods in org.apache.woden with parameters of type ErrorHandler
 void ErrorReporter.setErrorHandler(ErrorHandler errorHandler)
          Set a custom error handler on this error reporter to replace the default error handler.
 

Uses of ErrorHandler in org.apache.woden.ant
 

Classes in org.apache.woden.ant that implement ErrorHandler
 class Report
          The Report class writes an XML file that reports the results of validating a set of WSDL files.
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.