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 class
JsonXMLConfigImpl
Simple JSON XML configuration.Fields in org.apache.synapse.commons.staxon.core.json declared as JsonXMLConfig Modifier and Type Field Description static JsonXMLConfig
JsonXMLConfig. DEFAULT
Default configuration:Methods in org.apache.synapse.commons.staxon.core.json that return JsonXMLConfig Modifier and Type Method Description JsonXMLConfig
JsonXMLConfigBuilder. build()
Build a new configuration.JsonXMLConfig
JsonXMLOutputFactory. 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)
-