Methods in it.imolinfo.jbi4cics.jbi.processor.wsdl11wrapper that throw WrapperProcessingException |
static boolean |
WrapperUtil.isMessageWrapped(javax.xml.stream.XMLStreamReader docReader)
|
static javax.xml.transform.Source |
WrapperUtil.jbiMessageWrapper(java.lang.String msgContent,
javax.xml.namespace.QName qName,
java.lang.String name)
Gets a JBI wrapper. |
static java.lang.String |
WrapperUtil.toXml(org.w3c.dom.Node node,
java.lang.String encoding,
boolean omitXMLDeclaration)
Converts the xml documet to a String. |
static javax.xml.stream.XMLStreamReader |
WrapperUtil.unWrapMessage(javax.xml.stream.XMLStreamReader docReader)
UnWraps a normalized WSDL 1.1 message
TODO: Verify message parts: there must be a part element for each message part,
"All logical parts of the message must appear here, in the same order as defined in the WSDL 1.1 message
description referred to by the type attribute" (jbi specs - 5.5.1.1.4)
TODO :CLEAN!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |