|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcgl.narada.wsinfra.util.SoapEnvelopeConversion
This is a utility class which performs conversions between SOAPMessage and Envelope document. This class is typically used in scenarios where such conversions are necessary.
| Method Summary | |
EnvelopeDocument |
getEnvelopeDocument(SOAPMessage soapMessage)
This method converts a SOAPMessage into an Envelope Document. |
static SoapEnvelopeConversion |
getInstance()
|
SOAPMessage |
getSOAPMessage(EnvelopeDocument envelopeDocument)
This method converts an EnvelopeDocument into a javax.xml.SOAPMessage. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static SoapEnvelopeConversion getInstance()
public SOAPMessage getSOAPMessage(EnvelopeDocument envelopeDocument)
throws ProcessingException
ProcessingException
public EnvelopeDocument getEnvelopeDocument(SOAPMessage soapMessage)
throws ProcessingException
ProcessingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||