Uses of Class
javolution.xml.XMLObjectWriter

Packages that use XMLObjectWriter
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 XMLObjectWriter in javolution.xml
 

Methods in javolution.xml that return XMLObjectWriter
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).
 

Uses of XMLObjectWriter in javolution.xml.ws
 

Methods in javolution.xml.ws with parameters of type XMLObjectWriter
protected abstract  void WebServiceClient.writeRequest(XMLObjectWriter out)
          Writes the web service request (SOAP body).
 



Copyright © 2005-2012 Javolution. All Rights Reserved.