Uses of Interface
org.apache.woden.ErrorHandler

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

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.
 

Uses of ErrorHandler in org.apache.woden.internal
 

Classes in org.apache.woden.internal that implement ErrorHandler
 class ErrorHandlerImpl
          This class implements the default error handling behaviour, which is simply to report warnings, errors and fatal errors by printing the error info to the system output stream.
 

Methods in org.apache.woden.internal that return ErrorHandler
 ErrorHandler ErrorReporterImpl.getErrorHandler()
           
 

Methods in org.apache.woden.internal with parameters of type ErrorHandler
 void ErrorReporterImpl.setErrorHandler(ErrorHandler errorHandler)
           
 



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