|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
AddressingContext classQName
BufferedReader
QName
instances as well as providing a default handler which is used for processing
SOAP body elements (or REST root elements) if no QName could be matched.XMLStreamWriter which delegates
all the methods to a child instance - useful for implementing filters.StreamReaderDelegate which creates a logical sub-document
from a stream until a certain close element is discovered - such as for making
the contents of a SOAP body appear as a logical XML document.QNameHandler which delegates to the
handler for the current QName otherwise using the handler returned
by HandlerRegistry.getDefaultHandler()
QName matching handler.
QName
or null if no handler is bound to this name
QName
instances as well as providing a default handler which is used for processing
SOAP body elements (or REST root elements) if no QName could be matched.