|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.json.AbstractJSONDataSource
org.apache.axis2.json.JSONDataSource
public class JSONDataSource
JSON data source implementation for the "Mapped" convention.
Field Summary |
---|
Fields inherited from class org.apache.axis2.json.AbstractJSONDataSource |
---|
localName |
Constructor Summary | |
---|---|
JSONDataSource(java.io.Reader jsonReader,
java.lang.String localName)
|
Method Summary | |
---|---|
XMLStreamReader |
getReader()
Gives the StAX reader using the "Mapped" formatted input JSON String. |
Methods inherited from class org.apache.axis2.json.AbstractJSONDataSource |
---|
getCompleteJOSNString, getJSONString, serialize, serialize, serialize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JSONDataSource(java.io.Reader jsonReader, java.lang.String localName)
Method Detail |
---|
public XMLStreamReader getReader() throws XMLStreamException
getReader
in interface org.apache.axiom.om.OMDataSource
getReader
in class AbstractJSONDataSource
XMLStreamException
- if there is an error while making the StAX reader.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |