Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
F
G
J
L
O
P
S
W
A
AbstractJSONDataSource
- Class in
org.apache.axis2.json
JSONDataSource keeps the JSON String inside and consumes it when needed.
AbstractJSONDataSource(Reader, String)
- Constructor for class org.apache.axis2.json.
AbstractJSONDataSource
AbstractJSONMessageFormatter
- Class in
org.apache.axis2.json
Base class for JSON message formatters.
AbstractJSONMessageFormatter()
- Constructor for class org.apache.axis2.json.
AbstractJSONMessageFormatter
AbstractJSONOMBuilder
- Class in
org.apache.axis2.json
Makes the OMSourcedElement object with the JSONDataSource inside.
AbstractJSONOMBuilder()
- Constructor for class org.apache.axis2.json.
AbstractJSONOMBuilder
F
formatSOAPAction(MessageContext, OMOutputFormat, String)
- Method in class org.apache.axis2.json.
AbstractJSONMessageFormatter
G
getBytes(MessageContext, OMOutputFormat)
- Method in class org.apache.axis2.json.
AbstractJSONMessageFormatter
Gives the JSON message as an array of bytes.
getCompleteJOSNString()
- Method in class org.apache.axis2.json.
AbstractJSONDataSource
getContentType(MessageContext, OMOutputFormat, String)
- Method in class org.apache.axis2.json.
AbstractJSONMessageFormatter
getDataSource(Reader, String, String)
- Method in class org.apache.axis2.json.
AbstractJSONOMBuilder
getDataSource(Reader, String, String)
- Method in class org.apache.axis2.json.
JSONBadgerfishOMBuilder
getDataSource(Reader, String, String)
- Method in class org.apache.axis2.json.
JSONOMBuilder
getJSONString()
- Method in class org.apache.axis2.json.
AbstractJSONDataSource
getJSONWriter(Writer)
- Method in class org.apache.axis2.json.
AbstractJSONMessageFormatter
getJSONWriter(Writer)
- Method in class org.apache.axis2.json.
JSONBadgerfishMessageFormatter
getJSONWriter(Writer)
- Method in class org.apache.axis2.json.
JSONMessageFormatter
getReader()
- Method in class org.apache.axis2.json.
AbstractJSONDataSource
Gives the StAX reader using the "Mapped" formatted input JSON String.
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.
AbstractJSONMessageFormatter
If the data source is a "Mapped" formatted data source, gives the JSON string by directly taking from the data source.
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.
AbstractJSONMessageFormatter
J
JSONBadgerfishDataSource
- Class in
org.apache.axis2.json
JSON data source implementation for the "Badgerfish" convention.
JSONBadgerfishDataSource(Reader, String)
- Constructor for class org.apache.axis2.json.
JSONBadgerfishDataSource
JSONBadgerfishMessageFormatter
- Class in
org.apache.axis2.json
This JSONBadgerfishMessageFormatter is the formatter for "Badgerfish" formatted JSON in Axis2.
JSONBadgerfishMessageFormatter()
- Constructor for class org.apache.axis2.json.
JSONBadgerfishMessageFormatter
JSONBadgerfishOMBuilder
- Class in
org.apache.axis2.json
Message builder for "Badgerfish" convention.
JSONBadgerfishOMBuilder()
- Constructor for class org.apache.axis2.json.
JSONBadgerfishOMBuilder
JSONDataSource
- Class in
org.apache.axis2.json
JSON data source implementation for the "Mapped" convention.
JSONDataSource(Reader, String)
- Constructor for class org.apache.axis2.json.
JSONDataSource
JSONMessageFormatter
- Class in
org.apache.axis2.json
This JSONMessageFormatter is the formatter for "Mapped" formatted JSON in Axis2.
JSONMessageFormatter()
- Constructor for class org.apache.axis2.json.
JSONMessageFormatter
JSONOMBuilder
- Class in
org.apache.axis2.json
Makes the OMSourcedElement object with the JSONDataSource inside.
JSONOMBuilder()
- Constructor for class org.apache.axis2.json.
JSONOMBuilder
L
localName
- Variable in class org.apache.axis2.json.
AbstractJSONDataSource
O
org.apache.axis2.json
- package org.apache.axis2.json
P
processDocument(InputStream, String, MessageContext)
- Method in class org.apache.axis2.json.
AbstractJSONOMBuilder
gives the OMSourcedElement using the incoming JSON stream
S
serialize(OutputStream, OMOutputFormat)
- Method in class org.apache.axis2.json.
AbstractJSONDataSource
Writes JSON into the output stream.
serialize(Writer, OMOutputFormat)
- Method in class org.apache.axis2.json.
AbstractJSONDataSource
Writes JSON through the writer.
serialize(XMLStreamWriter)
- Method in class org.apache.axis2.json.
AbstractJSONDataSource
Writes XML through the XMLStreamWriter.
W
writeTo(MessageContext, OMOutputFormat, OutputStream, boolean)
- Method in class org.apache.axis2.json.
AbstractJSONMessageFormatter
Writes the JSON message to the output stream with the correct convention.
A
F
G
J
L
O
P
S
W
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2004-2012
The Apache Software Foundation
. All Rights Reserved.