| Package | Description |
|---|---|
| com.sun.jbi.wsdl11wrapper | |
| com.sun.jbi.wsdl11wrapper.impl |
| Modifier and Type | Method and Description |
|---|---|
static WrapperBuilder |
HelperFactory.createBuilder()
Factory method,
create a builder to assist in building a JBI WSDL 1.1 wrapped normalized message
|
| Modifier and Type | Class and Description |
|---|---|
class |
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.
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.