public class XmlStringJsonMarshaller extends XmlJsonMarshaller implements Marshaller<String,net.sf.json.JSON>
encoding, xmlSerialiser| Constructor and Description |
|---|
XmlStringJsonMarshaller(net.sf.json.xml.XMLSerializer xmlSerialiser)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
net.sf.json.JSON |
marshall(String xml)
Marshall the incoming XML string into a JSON instance
|
getEncoding, getSerialiser, setEncoding, setSerialiser, unmarshallclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitunmarshallpublic XmlStringJsonMarshaller(net.sf.json.xml.XMLSerializer xmlSerialiser)
xmlSerialiser - public net.sf.json.JSON marshall(String xml)
marshall in interface Marshaller<String,net.sf.json.JSON>xml - Copyright © 2007-2017 Ikasan. All Rights Reserved.