com.sun.jersey.json.impl
Class Stax2JsonFactory
java.lang.Object
com.sun.jersey.json.impl.Stax2JsonFactory
public class Stax2JsonFactory
- extends java.lang.Object
- Author:
- japod
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createWriter
public static javax.xml.stream.XMLStreamWriter createWriter(java.io.Writer writer,
JSONConfiguration config)
throws java.io.IOException
- Throws:
java.io.IOException
createWriter
public static javax.xml.stream.XMLStreamWriter createWriter(java.io.Writer writer,
JSONConfiguration config,
boolean writingList)
throws java.io.IOException
- Throws:
java.io.IOException
createReader
public static javax.xml.stream.XMLStreamReader createReader(java.io.Reader reader,
JSONConfiguration config,
java.lang.String rootName)
createReader
public static javax.xml.stream.XMLStreamReader createReader(java.io.Reader reader,
JSONConfiguration config,
java.lang.String rootName,
boolean readingList)
Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.