Package | Description |
---|---|
javolution.xml |
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 |
Classes and interfaces to create and handle web services.
|
Modifier and Type | Method and Description |
---|---|
static XMLObjectReader |
XMLObjectReader.newInstance(InputStream in)
Returns a XML object reader 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).
|
Modifier and Type | Method and Description |
---|---|
protected void |
WebServiceClient.readResponse(XMLObjectReader in)
Reads the web service response (SOAP body).
|
Copyright © 2005-2013 Javolution. All Rights Reserved.