|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.aselect.system.communication.server.soap11.SOAP11ErrorHandler
public class SOAP11ErrorHandler
SOAP 1.1 parse error handler.
Description:
An error handler that handles SOAP11 message parse and validation errors.
This implementation just throws the received warning and errors.
Concurrency issues:
-
| Constructor Summary | |
|---|---|
SOAP11ErrorHandler()
|
|
| Method Summary | |
|---|---|
void |
error(org.xml.sax.SAXParseException eSP)
Handle a parser error. |
void |
fatalError(org.xml.sax.SAXParseException eSP)
Handle a parser fatal error. |
void |
warning(org.xml.sax.SAXParseException eSP)
Handle a parser warning. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SOAP11ErrorHandler()
| Method Detail |
|---|
public void warning(org.xml.sax.SAXParseException eSP)
throws org.xml.sax.SAXException
warning in interface org.xml.sax.ErrorHandlerorg.xml.sax.SAXExceptionErrorHandler.warning(org.xml.sax.SAXParseException)
public void error(org.xml.sax.SAXParseException eSP)
throws org.xml.sax.SAXException
error in interface org.xml.sax.ErrorHandlerorg.xml.sax.SAXExceptionErrorHandler.error(org.xml.sax.SAXParseException)
public void fatalError(org.xml.sax.SAXParseException eSP)
throws org.xml.sax.SAXException
fatalError in interface org.xml.sax.ErrorHandlerorg.xml.sax.SAXExceptionErrorHandler.fatalError(org.xml.sax.SAXParseException)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||