org.apache.qpid.info.util
Class SoapClient

java.lang.Object
  extended by org.apache.qpid.info.util.SoapClient

public class SoapClient
extends Object


Constructor Summary
SoapClient(HashMap<String,String> map, Properties destprops)
           
 
Method Summary
 String getSoapEnvelope()
           
 StringBuffer getSoapMessage()
           
 StringBuffer getXMLData()
           
 void replaceVariables(HashMap<String,String> vars)
           
 void replaceVariables(Properties varProps)
           
 void sendSOAPMessage()
           
 void setXMLData(StringBuffer sb)
          Clears and sets new XML data
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoapClient

public SoapClient(HashMap<String,String> map,
                  Properties destprops)
Method Detail

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