public class HelperFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
WRAPPER_ENABLED
Temporary switch for the WSDL 1.1 JBI wrapper.
|
static boolean |
WRAPPER_TYPE_INCLUDE_PARTNAME
Temporary switch for including the part name element in the WSDL 1.1 JBI
wrapper for message parts defined as "type"
false = use the "correct" wrapper without the part name element
true = use the "backwards compatible" wrapper which includes the part name element
NOTE THAT THIS SWITCH WILL BE REMOVED once the migratino to the new wrapper is done.
|
| Modifier and Type | Method and Description |
|---|---|
static WrapperBuilder |
createBuilder()
Factory method,
create a builder to assist in building a JBI WSDL 1.1 wrapped normalized message
|
static WrapperParser |
createParser()
Factory method,
create a parser to assist in processing a JBI WSDL 1.1 wrapped normalized message
|
public static final boolean WRAPPER_ENABLED
public static boolean WRAPPER_TYPE_INCLUDE_PARTNAME
public static WrapperParser createParser() throws WrapperProcessingException
WrapperException - if a parser could not be createdWrapperProcessingExceptionpublic static WrapperBuilder createBuilder() throws WrapperProcessingException
WrapperException - if a builder could not be createdWrapperProcessingExceptionCopyright © 2011-2016 OpenESB Community. All Rights Reserved.