Package | Description |
---|---|
org.apache.synapse.commons.staxon.core.json |
Classes to read and write JSON via StAX.
|
org.apache.synapse.commons.staxon.core.json.stream |
JSON streaming backend API.
|
org.apache.synapse.commons.staxon.core.json.stream.impl |
Default implementation of JSON streaming backend API.
|
Constructor and Description |
---|
JsonXMLInputFactory(JsonStreamFactory streamFactory) |
JsonXMLInputFactory(JsonXMLConfig config,
JsonStreamFactory streamFactory) |
JsonXMLOutputFactory(JsonStreamFactory streamFactory) |
JsonXMLOutputFactory(JsonXMLConfig config,
JsonStreamFactory streamFactory) |
Modifier and Type | Method and Description |
---|---|
static JsonStreamFactory |
JsonStreamFactory.newFactory()
Create a new instance of a JsonStreamFactory.
|
Modifier and Type | Class and Description |
---|---|
class |
JsonStreamFactoryImpl
Default
JsonStreamFactory implementation. |
Copyright © 2005–2020 Apache Software Foundation. All rights reserved.