Uses of Class
org.apache.axis2.json.AbstractJSONDataSource
-
Packages that use AbstractJSONDataSource Package Description org.apache.axis2.json -
-
Uses of AbstractJSONDataSource in org.apache.axis2.json
Subclasses of AbstractJSONDataSource in org.apache.axis2.json Modifier and Type Class Description 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 Modifier and Type Method Description protected abstract AbstractJSONDataSource
AbstractJSONOMBuilder. getDataSource(Reader jsonReader, MessageContext messageContext)
protected AbstractJSONDataSource
JSONBadgerfishOMBuilder. getDataSource(Reader jsonReader, MessageContext messageContext)
protected AbstractJSONDataSource
JSONOMBuilder. getDataSource(Reader jsonReader, MessageContext messageContext)
Constructor parameters in org.apache.axis2.json with type arguments of type AbstractJSONDataSource Constructor Description AbstractJSONMessageFormatter(Class<? extends AbstractJSONDataSource> dataSourceClass)
Constructor.
-