org.apache.axis2.json
Class JSONOMBuilder

java.lang.Object
  extended by org.apache.axis2.json.AbstractJSONOMBuilder
      extended by org.apache.axis2.json.JSONOMBuilder
All Implemented Interfaces:
Builder

public class JSONOMBuilder
extends AbstractJSONOMBuilder

Makes the OMSourcedElement object with the JSONDataSource inside.


Constructor Summary
JSONOMBuilder()
           
 
Method Summary
protected  AbstractJSONDataSource getDataSource(Reader jsonReader, String prefix, String localName)
           
 
Methods inherited from class org.apache.axis2.json.AbstractJSONOMBuilder
processDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONOMBuilder

public JSONOMBuilder()
Method Detail

getDataSource

protected AbstractJSONDataSource getDataSource(Reader jsonReader,
                                               String prefix,
                                               String localName)
Specified by:
getDataSource in class AbstractJSONOMBuilder


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