cgl.narada.wsinfra.util
Class SOAPMessageModifier

java.lang.Object
  extended bycgl.narada.wsinfra.util.SOAPMessageModifier

public class SOAPMessageModifier
extends Object

This is a utility class that performs several modifications to SOAPMessage.


Field Summary
static SOAPMessageModifier instance
           
 
Method Summary
 void addSOAPElementToHeader(SOAPMessage soapMessage, SOAPElement soapElement)
          Add the soapElement to the header of the specified SOAPMessage
static SOAPMessageModifier getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

public static SOAPMessageModifier instance
Method Detail

getInstance

public static SOAPMessageModifier getInstance()

addSOAPElementToHeader

public void addSOAPElementToHeader(SOAPMessage soapMessage,
                                   SOAPElement soapElement)
                            throws Exception
Add the soapElement to the header of the specified SOAPMessage

Throws:
Exception


======= END OF BOTTOM NAVBAR ======= -->