Uses of Class
org.apache.axis2.json.AbstractJSONDataSource

Packages that use AbstractJSONDataSource
org.apache.axis2.json   
 

Uses of AbstractJSONDataSource in org.apache.axis2.json
 

Subclasses of AbstractJSONDataSource in org.apache.axis2.json
 class JSONBadgerfishDataSource
          JSON data source implementation for the "Badgerfish" convention.
 class JSONDataSource
          JSON data source implementation for the "Mapped" convention.
 

Methods in org.apache.axis2.json that return AbstractJSONDataSource
protected  AbstractJSONDataSource JSONBadgerfishOMBuilder.getDataSource(Reader jsonReader, String prefix, String localName)
           
protected  AbstractJSONDataSource JSONOMBuilder.getDataSource(Reader jsonReader, String prefix, String localName)
           
protected abstract  AbstractJSONDataSource AbstractJSONOMBuilder.getDataSource(Reader jsonReader, String prefix, String localName)
           
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.