|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcgl.narada.wsinfra.util.SoapMessageAlteration
This is a utility class which facilitates the addition of elements to Header or Body of the SOAP envelope.
| Method Summary | |
void |
addToSoapBody(EnvelopeDocument envelopeDocument,
XmlObject xmlObject)
Adds the specified XmlObject to the Body of the SOAP message |
boolean |
addToSoapHeader(EnvelopeDocument envelopeDocument,
QName qName,
String value)
Adds a QName and the corresponding value to a SOAP Header. |
void |
addToSoapHeader(EnvelopeDocument envelopeDocument,
XmlObject xmlObject)
Adds the specified XmlObject to the Header of the SOAP message |
void |
addToSoapHeaderAsLastChild(EnvelopeDocument envelopeDocument,
XmlObject xmlObject)
Adds the specified XmlObject to the Header of the SOAP message |
static SoapMessageAlteration |
getInstance()
|
boolean |
removeFromSoapHeader(EnvelopeDocument envelopeDocument,
QName qName)
Removes a QName and corresponding text value encapsulated by it from the specified document. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static SoapMessageAlteration getInstance()
public void addToSoapBody(EnvelopeDocument envelopeDocument,
XmlObject xmlObject)
public void addToSoapHeader(EnvelopeDocument envelopeDocument,
XmlObject xmlObject)
public void addToSoapHeaderAsLastChild(EnvelopeDocument envelopeDocument,
XmlObject xmlObject)
public boolean addToSoapHeader(EnvelopeDocument envelopeDocument,
QName qName,
String value)
public boolean removeFromSoapHeader(EnvelopeDocument envelopeDocument,
QName qName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||