| Interface | Description |
|---|---|
| JBIWSDL11WrapperRdr | |
| JBIWSDL11WrapperWtr | |
| WrapperBuilder |
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.
|
| WrapperParser |
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.
|
| Class | Description |
|---|---|
| HelperFactory |
Factory to help with building and parsing the JBI WSDL 1.1 Wrapper normalized messages
|
| Wsdl11WrapperHelper |
DOCUMENT ME!
|
| Exception | Description |
|---|---|
| WrapperProcessingException |
An exception occurred in handling the JBI normalized message wsdl 1.1 wrapper
|
| Wsdl11WrapperHelperException |
An exception occurred in handling the JBI normalized message wsdl 1.1 wrapper
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.