cgl.narada.wsinfra.util
Class SOAPMessageModifier
java.lang.Object
cgl.narada.wsinfra.util.SOAPMessageModifier
- public class SOAPMessageModifier
- extends Object
This is a utility class that performs several modifications to
SOAPMessage.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
public static SOAPMessageModifier instance
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