| java.lang.Object com.sun.xml.messaging.soap.SOAPMessagePersister
SOAPMessagePersister | public class SOAPMessagePersister (Code) | | This class provides a method save for saving a
SOAPMessage to a file and a method load for
loading a saved SOAPMessage from a file (in which the
SOAPMessage was saved using the save method of
this class).
The format of the saved SOAPMessage is human readable.
|
Method Summary | |
public SOAPMessage | load(String location) Loads a SOAPMessage from a given file location. | public void | save(SOAPMessage msg, String location) Saves a given SOAPMessage to a given file location in a
human readable format. |
|
|