|
|||||||||
| 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.JSONBadgerfishDataSource
public class JSONBadgerfishDataSource
JSON data source implementation for the "Badgerfish" convention.
| Field Summary |
|---|
| Fields inherited from class org.apache.axis2.json.AbstractJSONDataSource |
|---|
localName |
| Constructor Summary | |
|---|---|
JSONBadgerfishDataSource(java.io.Reader jsonReader,
java.lang.String localName)
|
|
| Method Summary | |
|---|---|
javax.xml.stream.XMLStreamReader |
getReader()
Gives the StAX reader using the "Badgerfish" 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 JSONBadgerfishDataSource(java.io.Reader jsonReader,
java.lang.String localName)
| Method Detail |
|---|
public javax.xml.stream.XMLStreamReader getReader()
throws javax.xml.stream.XMLStreamException
getReader in interface org.apache.axiom.om.OMDataSourcegetReader in class AbstractJSONDataSourcejavax.xml.stream.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 | ||||||||