|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
Description |
WSDLReader.readWSDL(java.lang.String wsdlURI,
ErrorHandler errorHandler)
Read the WSDL document at the specified URI and return a WSDL Description component containing the WSDL components derived from that document. |
Description |
WSDLReader.readWSDL(WSDLSource wsdlSource,
ErrorHandler errorHandler)
Read the WSDL obtained from the specified WSDLSource object and return a WSDL Description component containing the WSDL components derived from that WSDL source. |
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 | |
Description |
OMWSDLReader.readWSDL(java.lang.String wsdlURI,
ErrorHandler errorHandler)
|
Description |
OMWSDLReader.readWSDL(WSDLSource wsdlSource,
ErrorHandler errorHandler)
|
void |
ErrorReporterImpl.setErrorHandler(ErrorHandler errorHandler)
|
Description |
DOMWSDLReader.readWSDL(java.lang.String wsdlURI,
ErrorHandler errorHandler)
|
Description |
DOMWSDLReader.readWSDL(WSDLSource wsdlSource,
ErrorHandler errorHandler)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |