org.ow2.orchestra.util
Class SOAPUtil
java.lang.Object
org.ow2.orchestra.util.SOAPUtil
public final class SOAPUtil
- extends java.lang.Object
|
Method Summary |
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
buildSOAPMessage
public static javax.xml.soap.SOAPMessage buildSOAPMessage(org.w3c.dom.Document document,
java.lang.String soapAction)
buildDocumentSOAPMessage
public static javax.xml.soap.SOAPMessage buildDocumentSOAPMessage(java.lang.String soapAction,
org.w3c.dom.Element part)
buildDocumentSOAPMessage
public static javax.xml.soap.SOAPMessage buildDocumentSOAPMessage(java.lang.String soapAction,
java.lang.String part)
call
public static javax.xml.soap.SOAPMessage call(javax.xml.soap.SOAPMessage soapMessage,
java.lang.String endpoint)
Copyright © 2010 OW2 Consortium. All Rights Reserved.