|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.aselect.system.communication.server.soap12.SOAP12ErrorHandler
public class SOAP12ErrorHandler
SOAP 1.2 error handler.
Description:
An error handler that handles SOAP 1.2 parse and message validation errors.
Note: The current SOAP schema specification uses the statement:
<xs:import namespace="http://www.w3.org/XML/1998/namespace">
rather than the form:
<xs:import namespace="http://www.w3.org/XML/1998/namespace"
schemaLocation="http://www.w3.org/2001/xml.xsd">
This means that parsers which do not have built-in knowledge of the xml
namespace schema location, like Xerces, will fail to parse a SOAP 1.2 schema
and errors in this schema have to be ignored. (see Feedback on SOAP 1.2 Recommendation )
Concurrency issues:
-
Constructor Summary | |
---|---|
SOAP12ErrorHandler()
|
Method Summary | |
---|---|
void |
error(org.xml.sax.SAXParseException xSE)
Handle a parser error. |
void |
fatalError(org.xml.sax.SAXParseException xSE)
Handle a parser fatal error. |
void |
warning(org.xml.sax.SAXParseException xSE)
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 SOAP12ErrorHandler()
Method Detail |
---|
public void warning(org.xml.sax.SAXParseException xSE) throws org.xml.sax.SAXException
warning
in interface org.xml.sax.ErrorHandler
org.xml.sax.SAXException
ErrorHandler.warning(org.xml.sax.SAXParseException)
public void error(org.xml.sax.SAXParseException xSE) throws org.xml.sax.SAXException
error
in interface org.xml.sax.ErrorHandler
org.xml.sax.SAXException
ErrorHandler.error(org.xml.sax.SAXParseException)
public void fatalError(org.xml.sax.SAXParseException xSE) throws org.xml.sax.SAXException
fatalError
in interface org.xml.sax.ErrorHandler
org.xml.sax.SAXException
ErrorHandler.fatalError(org.xml.sax.SAXParseException)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |