|
Spring Web Services Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.xml.sax.AbstractXmlReader
org.springframework.ws.soap.saaj.support.SaajXmlReader
public class SaajXmlReader
SAX XMLReader that reads from a SAAJ Node. Consumes XMLEvents from an
XMLEventReader, and calls the corresponding methods on the SAX callback interfaces.
Node,
SOAPElement| Constructor Summary | |
|---|---|
SaajXmlReader(Node startNode)
Constructs a new instance of the SaajXmlReader that reads from the given Node. |
|
| Method Summary | |
|---|---|
boolean |
getFeature(String name)
Throws a SAXNotRecognizedException exception. |
void |
parse(InputSource ignored)
Parses the StAX XML reader passed at construction-time. |
void |
parse(String ignored)
Parses the StAX XML reader passed at construction-time. |
void |
setFeature(String name,
boolean value)
Throws a SAXNotRecognizedException exception. |
| Methods inherited from class org.springframework.xml.sax.AbstractXmlReader |
|---|
getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getLexicalHandler, getProperty, setContentHandler, setDTDHandler, setEntityResolver, setErrorHandler, setProperty |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SaajXmlReader(Node startNode)
SaajXmlReader that reads from the given Node.
startNode - the SAAJ Node to read from| Method Detail |
|---|
public boolean getFeature(String name)
throws SAXNotRecognizedException,
SAXNotSupportedException
AbstractXmlReaderSAXNotRecognizedException exception.
getFeature in interface XMLReadergetFeature in class AbstractXmlReaderSAXNotRecognizedException - always
SAXNotSupportedException
public void setFeature(String name,
boolean value)
throws SAXNotRecognizedException,
SAXNotSupportedException
AbstractXmlReaderSAXNotRecognizedException exception.
setFeature in interface XMLReadersetFeature in class AbstractXmlReaderSAXNotRecognizedException - always
SAXNotSupportedException
public final void parse(InputSource ignored)
throws SAXException
InputSource is not read, but ignored.
ignored - is ignored
SAXException - A SAX exception, possibly wrapping a XMLStreamException
public final void parse(String ignored)
throws SAXException
ignored - is ignored
SAXException - A SAX exception, possibly wrapping a XMLStreamException
|
Spring Web Services Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||