Main Page Compound List Compound Members ISoamMessage Interface Reference
SOAM will deliver the data between the client and service. More...
Public Methods
HRESULT OnSerialize ([in] ISoamOutputStream *OutputStream) Will be called when a ISoamMessage object is serialized. HRESULT OnDeserialize ([in] ISoamInputStream *InputStream) Will be called when an ISoamMessage object is de-serialized. Detailed Description
SOAM will deliver the data between the client and service.The interfaces of the ISoamMessage object will be implemented by the SOAM developer. It will use InputStream and OutputStream to serialize and de-serialize the data.
- See also:
- InputStream , OutputStream
Member Function Documentation
HRESULT OnSerialize ( [in] ISoamOutputStream * OutputStream )
Will be called when a ISoamMessage object is serialized.
This method will be implemented by the SOAM developer. It will serialize its content to the stream object provided.
- Parameters:
stream [IN] - an output stream object.
- Exceptions:
ISoamException
- See also:
- OutputStream
HRESULT OnDeserialize ( [in] ISoamInputStream * InputStream )
Will be called when an ISoamMessage object is de-serialized.
This method will be implemented by the SOAM developer. It will de-serialize the contents of the stream provided and populate the object.
- Parameters:
stream [IN] - an input stream object that contains the data required to reconstruct an ISoamMessage object.
- Exceptions:
ISoamException
- See also:
- InputStream
Date Modified: 11 Nov 2009
Platform Support: support@platform.com
Platform Information Development: doc@platform.com
Platform Computing. Accelerating Intelligence(TM).
Copyright © 2001-2009 Platform Computing Corporation. All rights reserved.