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 XMLObjectWriter |
XMLObjectWriter.newInstance(OutputStream out)
Returns a XML object writer (potentially recycled) having the specified
output stream as output.
|
static XMLObjectWriter |
XMLObjectWriter.newInstance(OutputStream out,
String encoding)
Returns a XML object writer (potentially recycled) having the specified
output stream/encoding as output.
|
static XMLObjectWriter |
XMLObjectWriter.newInstance(Writer out)
Returns a XML object writer (potentially recycled) having the specified
writer as output.
|
XMLObjectWriter |
XMLObjectWriter.setBinding(XMLBinding binding)
Sets the XML binding to use with this object writer.
|
XMLObjectWriter |
XMLObjectWriter.setIndentation(String indentation)
Sets the indentation to be used by this writer (no indentation
by default).
|
XMLObjectWriter |
XMLObjectWriter.setOutput(OutputStream out)
Sets the output stream for this XML object writer.
|
XMLObjectWriter |
XMLObjectWriter.setOutput(OutputStream out,
String encoding)
Sets the output stream and encoding for this XML object writer.
|
XMLObjectWriter |
XMLObjectWriter.setOutput(Writer out)
Sets the output writer for this XML object writer.
|
XMLObjectWriter |
XMLObjectWriter.setReferenceResolver(XMLReferenceResolver referenceResolver)
Sets the XML reference resolver to use with this object writer
(the same reference resolver can be used accross multiple writers).
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
WebServiceClient.writeRequest(XMLObjectWriter out)
Writes the web service request (SOAP body).
|
Copyright © 2005-2013 Javolution. All Rights Reserved.