|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.wsinfra.util.SoapMessageAlteration
public class 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. |
boolean |
addToSoapHeader(EnvelopeDocument envelopeDocument,
QName qName,
String value,
QName attributeQName,
String attributeValue)
Adds a QName with a specific value along with an attribute and attribute 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 |
boolean |
addToSoapHeaderWithActorAttribute(EnvelopeDocument envelopeDocument,
QName qName,
String value,
String actorAttributeValue)
Adds a QName with a specific value along with the SOAP actor attribute based on the specified attribute value to the SOAP Header. |
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 addToSoapHeader(EnvelopeDocument envelopeDocument,
QName qName,
String value,
QName attributeQName,
String attributeValue)
public boolean addToSoapHeaderWithActorAttribute(EnvelopeDocument envelopeDocument,
QName qName,
String value,
String actorAttributeValue)
public boolean removeFromSoapHeader(EnvelopeDocument envelopeDocument,
QName qName)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||