You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by th...@apache.org on 2007/02/26 08:00:14 UTC

svn commit: r511739 - /webservices/axis2/trunk/java/modules/json/src/org/apache/axis2/json/JSONOMBuilder.java

Author: thilina
Date: Sun Feb 25 23:00:13 2007
New Revision: 511739

URL: http://svn.apache.org/viewvc?view=rev&rev=511739
Log:
Updating to reflect builder change

Modified:
    webservices/axis2/trunk/java/modules/json/src/org/apache/axis2/json/JSONOMBuilder.java

Modified: webservices/axis2/trunk/java/modules/json/src/org/apache/axis2/json/JSONOMBuilder.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/json/src/org/apache/axis2/json/JSONOMBuilder.java?view=diff&rev=511739&r1=511738&r2=511739
==============================================================================
--- webservices/axis2/trunk/java/modules/json/src/org/apache/axis2/json/JSONOMBuilder.java (original)
+++ webservices/axis2/trunk/java/modules/json/src/org/apache/axis2/json/JSONOMBuilder.java Sun Feb 25 23:00:13 2007
@@ -24,14 +24,14 @@
 import org.apache.axiom.om.impl.llom.OMSourcedElementImpl;
 import org.apache.axiom.om.impl.llom.factory.OMLinkedListImplFactory;
 import org.apache.axis2.AxisFault;
-import org.apache.axis2.builder.OMBuilder;
+import org.apache.axis2.builder.Builder;
 import org.apache.axis2.context.MessageContext;
 
 /**
  * Makes the OMSourcedElementImpl object with the JSONDataSource inside.
  */
 
-public class JSONOMBuilder implements OMBuilder {
+public class JSONOMBuilder implements Builder {
     
     
 
@@ -39,7 +39,7 @@
     }
 
     //returns the OMSourcedElementImpl with JSONDataSource inside
-    public OMElement processDocument(InputStream inputStream, MessageContext messageContext) throws AxisFault {
+    public OMElement processDocument(InputStream inputStream,String contentType, MessageContext messageContext) throws AxisFault {
         String localName="";
         String prefix = "";
         OMNamespace ns = new OMNamespaceImpl("", "");



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org