Package org.apache.axis2.json
Class JSONOMBuilder
- java.lang.Object
-
- org.apache.axis2.json.AbstractJSONOMBuilder
-
- org.apache.axis2.json.JSONOMBuilder
-
- All Implemented Interfaces:
Builder
public class JSONOMBuilder extends AbstractJSONOMBuilder
Makes the OMSourcedElement object with the JSONDataSource inside.
-
-
Constructor Summary
Constructors Constructor Description JSONOMBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractJSONDataSource
getDataSource(Reader jsonReader, MessageContext messageContext)
-
Methods inherited from class org.apache.axis2.json.AbstractJSONOMBuilder
processDocument
-
-
-
-
Method Detail
-
getDataSource
protected AbstractJSONDataSource getDataSource(Reader jsonReader, MessageContext messageContext)
- Specified by:
getDataSource
in classAbstractJSONOMBuilder
-
-