| |
|
| java.lang.Object com.sun.jbi.wsdl11wrapper.HelperFactory
HelperFactory | public class HelperFactory (Code) | | Factory to help with building and parsing the JBI WSDL 1.1 Wrapper normalized messages
author: aegloff |
Field Summary | |
final public static boolean | WRAPPER_ENABLED Temporary switch for the WSDL 1.1 JBI wrapper. | public 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. |
WRAPPER_ENABLED | final public static boolean WRAPPER_ENABLED(Code) | | Temporary switch for the WSDL 1.1 JBI wrapper.
false = use old custom SBYN wrapper.
true = use JBI standard wrapper
NOTE THAT THIS CONSTANT WILL BE REMOVED once the migratino to the new wrapper is done.
|
WRAPPER_TYPE_INCLUDE_PARTNAME | public static boolean WRAPPER_TYPE_INCLUDE_PARTNAME(Code) | | 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.
|
createBuilder | public static WrapperBuilder createBuilder() throws WrapperProcessingException(Code) | | Factory method,
create a builder to assist in building a JBI WSDL 1.1 wrapped normalized message
builder throws: WrapperException - if a builder could not be created |
createParser | public static WrapperParser createParser() throws WrapperProcessingException(Code) | | Factory method,
create a parser to assist in processing a JBI WSDL 1.1 wrapped normalized message
parser throws: WrapperException - if a parser could not be created |
|
|
|