public interface FastInfosetSupport
Modifier and Type | Method and Description |
---|---|
void |
convertFIToSOAP(Message m)
Convert the payload of the current message from a FastInfoset binary to a SOAP message.
|
void |
convertFIToXML(Message m)
Convert the payload of the current message from a FastInfoset binary to an XML message (Note the XML
payload is still kept as a RawFileMessage by default and maybe converted into a DOM message if required)
|
void |
convertSOAPToFI(Message m)
Convert the SOAP message into a FastInfoset binary message
|
void |
convertXMLToFI(Message m)
Convert the XML message into a FastInfoset binary message
|
void convertFIToXML(Message m)
m
- the current message to be transformedvoid convertFIToSOAP(Message m)
m
- the current message to be transformedvoid convertXMLToFI(Message m)
m
- the current message to be transformedvoid convertSOAPToFI(Message m)
m
- the current message to be transformedCopyright © 2010–2016 AdroitLogic. All rights reserved.