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