F G J L O P S W

F

formatSOAPAction(MessageContext, OMOutputFormat, String) - Method in class org.apache.axis2.json.JSONMessageFormatter
 

G

getBytes(MessageContext, OMOutputFormat) - Method in class org.apache.axis2.json.JSONMessageFormatter
Gives the JSON message as an array of bytes.
getCompleteJOSNString() - Method in class org.apache.axis2.json.JSONDataSource
 
getContentType(MessageContext, OMOutputFormat, String) - Method in class org.apache.axis2.json.JSONMessageFormatter
 
getDataSource(InputStream, String, String) - Method in class org.apache.axis2.json.JSONBadgerfishOMBuilder
 
getDataSource(InputStream, String, String) - Method in class org.apache.axis2.json.JSONOMBuilder
 
getJSONString() - Method in class org.apache.axis2.json.JSONDataSource
 
getJSONWriter(OutputStream) - Method in class org.apache.axis2.json.JSONBadgerfishMessageFormatter
 
getJSONWriter(OutputStream) - Method in class org.apache.axis2.json.JSONMessageFormatter
 
getReader() - Method in class org.apache.axis2.json.JSONBadgerfishDataSource
Gives the StAX reader using the "Badgerfish" formatted input JSON String.
getReader() - Method in class org.apache.axis2.json.JSONDataSource
Gives the StAX reader using the "Mapped" formatted input JSON String.
getStringToWrite(OMDataSource) - Method in class org.apache.axis2.json.JSONBadgerfishMessageFormatter
If the data source is a "Badgerfish" formatted data source, gives the JSON string by directly taking from the data source.
getStringToWrite(OMDataSource) - Method in class org.apache.axis2.json.JSONMessageFormatter
If the data source is a "Mapped" formatted data source, gives the JSON string by directly taking from the data source.
getTargetAddress(MessageContext, OMOutputFormat, URL) - Method in class org.apache.axis2.json.JSONMessageFormatter
 

J

JSONBadgerfishDataSource - class org.apache.axis2.json.JSONBadgerfishDataSource.
JSONDataSource keeps the JSON String inside and consumes it when needed.
JSONBadgerfishDataSource(InputStream, String) - Constructor for class org.apache.axis2.json.JSONBadgerfishDataSource
 
JSONBadgerfishMessageFormatter - class org.apache.axis2.json.JSONBadgerfishMessageFormatter.
This JSONBadgerfishMessageFormatter is the formatter for "Badgerfish" formatted JSON in Axis2.
JSONBadgerfishMessageFormatter() - Constructor for class org.apache.axis2.json.JSONBadgerfishMessageFormatter
 
JSONBadgerfishOMBuilder - class org.apache.axis2.json.JSONBadgerfishOMBuilder.
 
JSONBadgerfishOMBuilder() - Constructor for class org.apache.axis2.json.JSONBadgerfishOMBuilder
 
JSONDataSource - class org.apache.axis2.json.JSONDataSource.
JSONDataSource keeps the JSON String inside and consumes it when needed.
JSONDataSource(InputStream, String) - Constructor for class org.apache.axis2.json.JSONDataSource
 
JSONMessageFormatter - class org.apache.axis2.json.JSONMessageFormatter.
This JSONMessageFormatter is the formatter for "Mapped" formatted JSON in Axis2.
JSONMessageFormatter() - Constructor for class org.apache.axis2.json.JSONMessageFormatter
 
JSONOMBuilder - class org.apache.axis2.json.JSONOMBuilder.
Makes the OMSourcedElementImpl object with the JSONDataSource inside.
JSONOMBuilder() - Constructor for class org.apache.axis2.json.JSONOMBuilder
 

L

localName - Variable in class org.apache.axis2.json.JSONDataSource
 

O

org.apache.axis2.json - package org.apache.axis2.json
 

P

processDocument(InputStream, String, MessageContext) - Method in class org.apache.axis2.json.JSONOMBuilder
 

S

serialize(OutputStream, OMOutputFormat) - Method in class org.apache.axis2.json.JSONDataSource
Writes JSON into the output stream.
serialize(Writer, OMOutputFormat) - Method in class org.apache.axis2.json.JSONDataSource
Writes JSON through the writer.
serialize(XMLStreamWriter) - Method in class org.apache.axis2.json.JSONDataSource
Writes XML through the XMLStreamWriter.

W

writeTo(MessageContext, OMOutputFormat, OutputStream, boolean) - Method in class org.apache.axis2.json.JSONMessageFormatter
Writes the JSON message to the output stream with the correct convention.

F G J L O P S W

Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.