|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLObjectReader | |
---|---|
javolution.xml | Provides support for the encoding of objects, and the objects reachable from them,
into XML ; and the complementary reconstruction of the
object graph from XML . |
javolution.xml.ws | Provides classes and interfaces to create and handle web services. |
Uses of XMLObjectReader in javolution.xml |
---|
Methods in javolution.xml that return XMLObjectReader | |
---|---|
static XMLObjectReader |
XMLObjectReader.newInstance(InputStream in)
Returns a XML object reader (potentially recycled) having the specified input stream as input. |
static XMLObjectReader |
XMLObjectReader.newInstance(InputStream in,
String encoding)
Returns a XML object reader (potentially recycled) having the specified input stream/encoding as input. |
static XMLObjectReader |
XMLObjectReader.newInstance(Reader in)
Returns a XML object reader (potentially recycled) having the specified reader as input. |
XMLObjectReader |
XMLObjectReader.setBinding(XMLBinding binding)
Sets the XML binding to use with this object reader. |
XMLObjectReader |
XMLObjectReader.setInput(InputStream in)
Sets the input stream source for this XML object reader (encoding retrieved from XML prolog if any). |
XMLObjectReader |
XMLObjectReader.setInput(InputStream in,
String encoding)
Sets the input stream source and encoding for this XML object reader. |
XMLObjectReader |
XMLObjectReader.setInput(Reader in)
Sets the reader input source for this XML stream reader. |
XMLObjectReader |
XMLObjectReader.setReferenceResolver(XMLReferenceResolver referenceResolver)
Sets the XML reference resolver to use with this object reader (the same resolver can be used accross multiple readers). |
Methods in javolution.xml with parameters of type XMLObjectReader | |
---|---|
static void |
XMLObjectReader.recycle(XMLObjectReader that)
Recycles the specified XMLObjectReader. |
Uses of XMLObjectReader in javolution.xml.ws |
---|
Methods in javolution.xml.ws with parameters of type XMLObjectReader | |
---|---|
protected void |
WebServiceClient.readResponse(XMLObjectReader in)
Reads the web service response (SOAP body). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |