WrapperBuilderImpl.java | Class | Assists in building the WSDL 1.1 wrapper for normalized messages specified by JBI
Usage sequence:
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. |