| com.sun.jbi.wsdl11wrapper.JBIWSDL11WrapperWtr
JBIWSDL11WrapperWtr | public interface JBIWSDL11WrapperWtr (Code) | | author: Sun Microsystems, Inc. author: Nov 3, 2005 |
Method Summary | |
void | addPart(String partName, Element partNode) | void | initialize(Document docToPopulate, Message wsdlMessageDefinition, String operationBindingMessageName) Initialize the builder to start a build sequence. | void | setMessageName() Set the optional message "name" into wrapped document. |
addPart | void addPart(String partName, Element partNode) throws WrapperProcessingException(Code) | | Add a part in the right position (wrapped in a JBI part wrapper) to the JBI message wrapper element
Parameters: partName - the name of the message part Parameters: partNode - the part node (payload)The part node does not have to be associated with the normalDoc yet, it will be imported throws: WrapperProcessingException - if the part could not be added |
initialize | void initialize(Document docToPopulate, Message wsdlMessageDefinition, String operationBindingMessageName) throws WrapperProcessingException(Code) | | Initialize the builder to start a build sequence.
Also re-sets a result document if it already exists.
Parameters: wsdlMessageDefinition - sets the WSDL message definition of the message to normalize Parameters: operationBindingMessageName - The name defined in the WSDL operation binding for the message to normalize to. throws: WrapperProcessingException - if the builder could not be initialized |
setMessageName | void setMessageName()(Code) | | Set the optional message "name" into wrapped document.
This is the logical name defined in the operation binding, not the type name.
|
|
|