org.ow2.orchestra.util
Class SOAPUtil

java.lang.Object
  extended by org.ow2.orchestra.util.SOAPUtil

public final class SOAPUtil
extends Object


Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

buildSOAPMessage

public static javax.xml.soap.SOAPMessage buildSOAPMessage(Document document,
                                                          String soapAction)

buildDocumentSOAPMessage

public static javax.xml.soap.SOAPMessage buildDocumentSOAPMessage(String soapAction,
                                                                  Element part)

buildDocumentSOAPMessage

public static javax.xml.soap.SOAPMessage buildDocumentSOAPMessage(String soapAction,
                                                                  String part)

call

public static javax.xml.soap.SOAPMessage call(javax.xml.soap.SOAPMessage soapMessage,
                                              String endpoint)


Copyright © 2011 OW2 Consortium. All Rights Reserved.