org.apache.qpid.info.util
Class SoapClient
java.lang.Object
org.apache.qpid.info.util.SoapClient
public class SoapClient
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SoapClient
public SoapClient(HashMap<String,String> map,
Properties destprops)
getXMLData
public StringBuffer getXMLData()
getSoapMessage
public StringBuffer getSoapMessage()
getSoapEnvelope
public String getSoapEnvelope()
setXMLData
public void setXMLData(StringBuffer sb)
- Clears and sets new XML data
- Parameters:
sb
- the new data to set
replaceVariables
public void replaceVariables(HashMap<String,String> vars)
replaceVariables
public void replaceVariables(Properties varProps)
sendSOAPMessage
public void sendSOAPMessage()
Licensed to the Apache Software Foundation