org.apache.axis2.json
Class JSONOMBuilder
java.lang.Object
org.apache.axis2.json.JSONOMBuilder
- All Implemented Interfaces:
- Builder
- Direct Known Subclasses:
- JSONBadgerfishOMBuilder
public class JSONOMBuilder
- extends Object
- implements Builder
Makes the OMSourcedElementImpl object with the JSONDataSource inside.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSONOMBuilder
public JSONOMBuilder()
processDocument
public org.apache.axiom.om.OMElement processDocument(InputStream inputStream,
String contentType,
MessageContext messageContext)
throws AxisFault
- gives the OMSourcedElementImpl using the incoming JSON stream
- Specified by:
processDocument
in interface Builder
- Parameters:
inputStream
- - incoming message as an input streamcontentType
- - content type of the message (eg: application/json)messageContext
- - inflow message context
- Returns:
- OMSourcedElementImpl with JSONDataSource inside
- Throws:
AxisFault
getDataSource
protected JSONDataSource getDataSource(InputStream jsonInputStream,
String prefix,
String localName)
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.