|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.protocol.ows.OWSExceptionReader
public class OWSExceptionReader
The OWSExceptionReader
class parses the OWSException report.
Constructor Summary | |
---|---|
OWSExceptionReader()
|
Method Summary | |
---|---|
static boolean |
isException(javax.xml.stream.XMLStreamReader reader)
|
static OWSException |
parseException(javax.xml.stream.XMLStreamReader reader)
Precondition: cursor must point at the START_ELEMENT event (<ows:ExceptionReport>)
Postcondition: cursor points at the corresponding END_ELEMENT event
(</ows:ExceptionReport>)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OWSExceptionReader()
Method Detail |
---|
public static boolean isException(javax.xml.stream.XMLStreamReader reader)
reader
-
ows:ExceptionReport
, false otherwisepublic static OWSException parseException(javax.xml.stream.XMLStreamReader reader)
START_ELEMENT
event (<ows:ExceptionReport>)END_ELEMENT
event
(</ows:ExceptionReport>)
reader
-
OWSException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |