|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcgl.narada.wsinfra.util.SoapMarshaller
This is a utility class to marshall and un-marshall SOAP messages.
| Constructor Summary | |
SoapMarshaller()
|
|
| Method Summary | |
static byte[] |
marshallSoapMessage(SOAPMessage soapMessage)
This method converts a SOAPMessage into a stream of bytes |
static SOAPMessage |
unmarshallSoapMessage(byte[] marshalledBytes)
This method unmarshals a SOAPMessage from a stream of bytes |
static SOAPMessage |
unmarshallSoapMessage(InputStream in)
This method unmarshalls a SOAPMessage from the specified InputStream |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SoapMarshaller()
| Method Detail |
public static byte[] marshallSoapMessage(SOAPMessage soapMessage)
throws Exception
Exception
public static SOAPMessage unmarshallSoapMessage(byte[] marshalledBytes)
throws Exception
Exception
public static SOAPMessage unmarshallSoapMessage(InputStream in)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||