public interface JBIWSDL11WrapperWtr
| Modifier and Type | Method and Description |
|---|---|
void |
addPart(String partName,
Element partNode)
Add a part in the right position (wrapped in a JBI part wrapper) to the JBI message wrapper element
|
void |
initialize(Document docToPopulate,
javax.wsdl.Message wsdlMessageDefinition,
String operationBindingMessageName)
Initialize the builder to start a build sequence.
|
void |
setMessageName()
Set the optional message "name" into wrapped document.
|
void setMessageName()
void addPart(String partName, Element partNode) throws WrapperProcessingException
partName - the name of the message partpartNode - the part node (payload)
The part node does not have to be associated with the normalDoc yet, it will be importedWrapperProcessingException - if the part could not be addedvoid initialize(Document docToPopulate, javax.wsdl.Message wsdlMessageDefinition, String operationBindingMessageName) throws WrapperProcessingException
wsdlMessageDefinition - sets the WSDL message definition of the message to normalizeoperationBindingMessageName - The name defined in the WSDL operation binding for the message to normalize to.WrapperProcessingException - if the builder could not be initializedCopyright © 2011-2016 OpenESB Community. All Rights Reserved.