public abstract class AbstractJSONDataSource
extends org.apache.axiom.om.ds.AbstractPullOMDataSource
Constructor and Description |
---|
AbstractJSONDataSource(Reader jsonReader) |
Modifier and Type | Method and Description |
---|---|
protected String |
getJSONString() |
abstract XMLStreamReader |
getReader()
Gives the StAX reader using the "Mapped" formatted input JSON String.
|
boolean |
isDestructiveRead() |
isDestructiveWrite, serialize
public AbstractJSONDataSource(Reader jsonReader)
public abstract XMLStreamReader getReader() throws XMLStreamException
XMLStreamException
- if there is an error while making the StAX reader.public boolean isDestructiveRead()
protected String getJSONString()
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.