org.jprocessunit.addon.jpd.util
Class SOAPUtil
java.lang.Object
org.jprocessunit.addon.jpd.util.SOAPUtil
public class SOAPUtil
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOAPUtil
public SOAPUtil()
createSOAPEnvelope
public static java.lang.String createSOAPEnvelope(java.lang.String bodyContent,
java.lang.String conversationId)
createNewConversationId
public static java.lang.String createNewConversationId()
sendSOAPEnvelope
public static javax.xml.soap.SOAPElement sendSOAPEnvelope(java.lang.String soapEnvelope,
java.lang.String targetURI)
getResponseOperationElement
public static javax.xml.soap.SOAPElement getResponseOperationElement(javax.xml.soap.SOAPMessage request)
getResponseConversationId
public static java.lang.String getResponseConversationId(javax.xml.soap.SOAPMessage request)
createResponse
public static javax.xml.soap.SOAPMessage createResponse(java.lang.String responseOperation)
JProcessUnit API