Index
All Classes and Interfaces|All Packages
C
- ConfiguredSerialiser<SERIALISER> - Interface in org.ikasan.marshaller
-
Contract for getting setting the serialiser on a marshaller.
E
- encoding - Variable in class org.ikasan.marshaller.xml.XmlJsonMarshaller
-
marshaller encoding
G
- getEncoding() - Method in class org.ikasan.marshaller.xml.XmlJsonMarshaller
- getSerialiser() - Method in interface org.ikasan.marshaller.ConfiguredSerialiser
-
Get the serialiser on an implementing class
- getSerialiser() - Method in class org.ikasan.marshaller.xml.XmlJsonMarshaller
M
- marshall(File) - Method in class org.ikasan.marshaller.xml.XmlFileJsonMarshaller
-
Marshall the incoming XML inputStream into a JSON instance
- marshall(InputStream) - Method in class org.ikasan.marshaller.xml.XmlInputStreamJsonMarshaller
-
Marshall the incoming XML inputStream into a JSON instance
- marshall(String) - Method in class org.ikasan.marshaller.xml.XmlFilePathnameJsonMarshaller
-
Marshall the incoming XML file pathname into a JSON instance
- marshall(String) - Method in class org.ikasan.marshaller.xml.XmlStringJsonMarshaller
-
Marshall the incoming XML string into a JSON instance
- marshall(UNMARSHALLED) - Method in interface org.ikasan.marshaller.Marshaller
-
Marshall the incoming event.
- Marshaller<UNMARSHALLED,
MARSHALLED> - Interface in org.ikasan.marshaller -
Contract for data marshaller implementations.
O
- org.ikasan.marshaller - package org.ikasan.marshaller
- org.ikasan.marshaller.xml - package org.ikasan.marshaller.xml
S
- setEncoding(String) - Method in class org.ikasan.marshaller.xml.XmlJsonMarshaller
- setSerialiser(XMLSerializer) - Method in class org.ikasan.marshaller.xml.XmlJsonMarshaller
- setSerialiser(SERIALISER) - Method in interface org.ikasan.marshaller.ConfiguredSerialiser
-
Set the serialiser on an implementing class
U
- unmarshall(MARSHALLED) - Method in interface org.ikasan.marshaller.Marshaller
-
Unmarshall the incoming event.
- unmarshall(JSON) - Method in class org.ikasan.marshaller.xml.XmlJsonMarshaller
-
Unmarshall the incoming JSON instance into an XML string.
X
- XmlFileJsonMarshaller - Class in org.ikasan.marshaller.xml
-
Marshalls XML file to JSON.
- XmlFileJsonMarshaller(XMLSerializer) - Constructor for class org.ikasan.marshaller.xml.XmlFileJsonMarshaller
-
Constructor
- XmlFilePathnameJsonMarshaller - Class in org.ikasan.marshaller.xml
-
Marshalls XML file pathname string to JSON.
- XmlFilePathnameJsonMarshaller(XMLSerializer) - Constructor for class org.ikasan.marshaller.xml.XmlFilePathnameJsonMarshaller
-
Constructor
- XmlInputStreamJsonMarshaller - Class in org.ikasan.marshaller.xml
-
Marshalls XML inputStream to JSON.
- XmlInputStreamJsonMarshaller(XMLSerializer) - Constructor for class org.ikasan.marshaller.xml.XmlInputStreamJsonMarshaller
-
Constructor
- XmlJsonMarshaller - Class in org.ikasan.marshaller.xml
-
Abstract class supporting the marshalling of XML to/from JSON.
- XmlJsonMarshaller(XMLSerializer) - Constructor for class org.ikasan.marshaller.xml.XmlJsonMarshaller
-
Constructor
- xmlSerialiser - Variable in class org.ikasan.marshaller.xml.XmlJsonMarshaller
-
thread-safe serialiser instance
- XmlStringJsonMarshaller - Class in org.ikasan.marshaller.xml
-
Marshalls XML to JSON.
- XmlStringJsonMarshaller(XMLSerializer) - Constructor for class org.ikasan.marshaller.xml.XmlStringJsonMarshaller
-
Constructor
All Classes and Interfaces|All Packages