|
|||||||||||
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.XMLStreamWriter
which will log
calls to start/end element which can be very useful for debugging StAX related issues.Handler
instances.SoapFault
when called on an unmatched procedure.Handler
to use
based on the QName
of the root elementHandler
instances without using the SOAP protocol.QName
QName
RestClient
to use XMLBeans as the default
client side marshalling layer
RestClient
to use XStream as the default
client side marshalling layer
SoapFault
if the encoding style is not supported
XMLStreamReader
implementation which delegates to
an XMLEventReader
instance for its content
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |