public abstract class AbstractJSONOMBuilder extends Object implements org.apache.axis2.builder.Builder
| Constructor and Description |
|---|
AbstractJSONOMBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractJSONDataSource |
getDataSource(Reader jsonReader,
org.apache.axis2.context.MessageContext messageContext) |
org.apache.axiom.om.OMElement |
processDocument(InputStream inputStream,
String contentType,
org.apache.axis2.context.MessageContext messageContext)
gives the OMSourcedElement using the incoming JSON stream
|
public org.apache.axiom.om.OMElement processDocument(InputStream inputStream, String contentType, org.apache.axis2.context.MessageContext messageContext) throws org.apache.axis2.AxisFault
processDocument in interface org.apache.axis2.builder.BuilderinputStream - - incoming message as an input streamcontentType - - content type of the message (eg: application/json)messageContext - - inflow message contextorg.apache.axis2.AxisFaultprotected abstract AbstractJSONDataSource getDataSource(Reader jsonReader, org.apache.axis2.context.MessageContext messageContext)
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.