| Class | Description |
|---|---|
| NodeListImpl |
NodeList implemented via ArrayList
|
| WrapperBuilderImpl |
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.
|
| WrapperParserImpl |
Assists in processing the WSDL 1.1 wrapper for normalized messages specified by JBI
|
| WSDLInfo |
Holds (and may cache) WSDL information for use by the Wrapper Builders and Parsers
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.