| Package | Description |
|---|---|
| com.sun.jbi.wsdl11wrapper | |
| com.sun.jbi.wsdl11wrapper.impl | |
| com.sun.jbi.wsdl11wrapper.util |
| Class and Description |
|---|
| 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.
|
| 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
|
| Class and Description |
|---|
| 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.
|
| WrapperProcessingException
An exception occurred in handling the JBI normalized message wsdl 1.1 wrapper
|
| Class and Description |
|---|
| WrapperProcessingException
An exception occurred in handling the JBI normalized message wsdl 1.1 wrapper
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.