- marshall(UNMARSHALLED) - Method in interface org.ikasan.marshaller.Marshaller
-
Marshall the incoming event.
- marshall(File) - Method in class org.ikasan.marshaller.xml.XmlFileJsonMarshaller
-
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(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.XmlStringJsonMarshaller
-
Marshall the incoming XML string into a JSON instance
- Marshaller<UNMARSHALLED,MARSHALLED> - Interface in org.ikasan.marshaller
-
Contract for data marshaller implementations.