Uses of Interface
org.apache.synapse.commons.staxon.core.json.JsonXMLConfig
-
Packages that use JsonXMLConfig Package Description org.apache.synapse.commons.staxon.core.json Classes to read and write JSON via StAX. -
-
Uses of JsonXMLConfig in org.apache.synapse.commons.staxon.core.json
Classes in org.apache.synapse.commons.staxon.core.json that implement JsonXMLConfig Modifier and Type Class Description classJsonXMLConfigImplSimple JSON XML configuration.Fields in org.apache.synapse.commons.staxon.core.json declared as JsonXMLConfig Modifier and Type Field Description static JsonXMLConfigJsonXMLConfig. DEFAULTDefault configuration:Methods in org.apache.synapse.commons.staxon.core.json that return JsonXMLConfig Modifier and Type Method Description JsonXMLConfigJsonXMLConfigBuilder. build()Build a new configuration.JsonXMLConfigJsonXMLOutputFactory. getConfig()Constructors in org.apache.synapse.commons.staxon.core.json with parameters of type JsonXMLConfig Constructor Description JsonXMLInputFactory(JsonXMLConfig config)JsonXMLInputFactory(JsonXMLConfig config, JsonStreamFactory streamFactory)JsonXMLOutputFactory(JsonXMLConfig config)JsonXMLOutputFactory(JsonXMLConfig config, JsonStreamFactory streamFactory)
-