Package org.apache.axis2.json
Class JSONBadgerfishDataSource
- java.lang.Object
-
- org.apache.axiom.om.ds.AbstractOMDataSource
-
- org.apache.axiom.om.ds.AbstractPullOMDataSource
-
- org.apache.axis2.json.AbstractJSONDataSource
-
- org.apache.axis2.json.JSONBadgerfishDataSource
-
- All Implemented Interfaces:
OMDataSource
,OMDataSourceExt
public class JSONBadgerfishDataSource extends AbstractJSONDataSource
JSON data source implementation for the "Badgerfish" convention.
-
-
Constructor Summary
Constructors Constructor Description JSONBadgerfishDataSource(Reader jsonReader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.codehaus.jettison.AbstractXMLInputFactory
getXMLInputFactory()
-
Methods inherited from class org.apache.axis2.json.AbstractJSONDataSource
getObject, getReader, isDestructiveRead
-
Methods inherited from class org.apache.axiom.om.ds.AbstractPullOMDataSource
isDestructiveWrite, serialize
-
Methods inherited from class org.apache.axiom.om.ds.AbstractOMDataSource
close, copy, getProperty, getXMLBytes, getXMLInputStream, hasProperty, serialize, serialize, setProperty
-
-
-
-
Constructor Detail
-
JSONBadgerfishDataSource
public JSONBadgerfishDataSource(Reader jsonReader)
-
-
Method Detail
-
getXMLInputFactory
protected org.codehaus.jettison.AbstractXMLInputFactory getXMLInputFactory()
- Specified by:
getXMLInputFactory
in classAbstractJSONDataSource
-
-