public final class SOAPUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static javax.xml.soap.SOAPMessage |
buildDocumentSOAPMessage(java.lang.String soapAction,
org.w3c.dom.Element part) |
static javax.xml.soap.SOAPMessage |
buildDocumentSOAPMessage(java.lang.String soapAction,
java.lang.String part) |
static javax.xml.soap.SOAPMessage |
buildSOAPMessage(org.w3c.dom.Document document,
java.lang.String soapAction) |
static javax.xml.soap.SOAPMessage |
call(javax.xml.soap.SOAPMessage soapMessage,
java.lang.String endpoint) |
public static javax.xml.soap.SOAPMessage buildSOAPMessage(org.w3c.dom.Document document,
java.lang.String soapAction)
public static javax.xml.soap.SOAPMessage buildDocumentSOAPMessage(java.lang.String soapAction,
org.w3c.dom.Element part)
public static javax.xml.soap.SOAPMessage buildDocumentSOAPMessage(java.lang.String soapAction,
java.lang.String part)
public static javax.xml.soap.SOAPMessage call(javax.xml.soap.SOAPMessage soapMessage,
java.lang.String endpoint)
Copyright © 2011 OW2 Consortium. All Rights Reserved.