Assist in processing normalized messages with JBI WSDL 1.1 wrappers
Usage sequence, for each message to normalize:
initialize()
addParts() or multiple addPart() calls
getResult()
The same instance should not be used by multiple threads concurrently as it is
not guaranteed to be thread safe - and maintains state
The re-use of the same instance however is encouraged.
Assist in processing normalized messages with JBI WSDL 1.1 wrappers
Usage sequence: for each normalized message to process call parse() before using the
get() accessors to obtain details regarding the normalized message.
e.g.