| com.sun.jbi.wsdl11wrapper.JBIWSDL11WrapperRdr
JBIWSDL11WrapperRdr | public interface JBIWSDL11WrapperRdr (Code) | | author: Sun Microsystems, Inc. author: Nov 3, 2005 |
getMessageName | String getMessageName() throws WrapperProcessingException(Code) | | Get the optional message "name" defined in the wrapped document.
This is the logical name defined in the operation binding, not the type name.
the message name |
getPartNames | String[] getPartNames()(Code) | | the names of the parts in the normalized message |
getWrappedPart | Element getWrappedPart(String partName) throws WrapperProcessingException(Code) | | Returns the part, including the part wrapper element around
the part 'payload'
(a jbi:part element may legally contain multiple Elements, or text)
Parameters: partName - the name of the part the wrapped normalized message part throws: WrapperProcessingException - if the part could not be returned |
|
|