|
||||||||||
| 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(cgl.narada.wsinfra.schemas.soap.EnvelopeDocument envelopeDocument,
XmlObject xmlObject)
Adds the specified XmlObject to the Body of the SOAP message |
boolean |
addToSoapHeader(cgl.narada.wsinfra.schemas.soap.EnvelopeDocument envelopeDocument,
QName qName,
String value)
Adds a QName and the corresponding value to a SOAP Header. |
void |
addToSoapHeader(cgl.narada.wsinfra.schemas.soap.EnvelopeDocument envelopeDocument,
XmlObject xmlObject)
Adds the specified XmlObject to the Header of the SOAP message |
void |
addToSoapHeaderAsLastChild(cgl.narada.wsinfra.schemas.soap.EnvelopeDocument envelopeDocument,
XmlObject xmlObject)
Adds the specified XmlObject to the Header of the SOAP message |
static SoapMessageAlteration |
getInstance()
|
boolean |
removeFromSoapHeader(cgl.narada.wsinfra.schemas.soap.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(cgl.narada.wsinfra.schemas.soap.EnvelopeDocument envelopeDocument,
XmlObject xmlObject)
public void addToSoapHeader(cgl.narada.wsinfra.schemas.soap.EnvelopeDocument envelopeDocument,
XmlObject xmlObject)
public void addToSoapHeaderAsLastChild(cgl.narada.wsinfra.schemas.soap.EnvelopeDocument envelopeDocument,
XmlObject xmlObject)
public boolean addToSoapHeader(cgl.narada.wsinfra.schemas.soap.EnvelopeDocument envelopeDocument,
QName qName,
String value)
public boolean removeFromSoapHeader(cgl.narada.wsinfra.schemas.soap.EnvelopeDocument envelopeDocument,
QName qName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||