IRodlConverter

Overview

This interface can be implemented by message classes that want to convert RODL files into a different format before sending them out to a client.

For example, the SoapMessage class will convert the RODL library to a WSDL file that can be processed by non-Remoting SDK clients.

Location


Required Methods


Convert

 

method Convert(rodlStream: Stream; targetServiceName: String; out contentType: String): Stream

 

Stream Convert(Stream rodlStream, String targetServiceName, out String contentType)

 

Function Convert(rodlStream As Stream, targetServiceName As String, <OutAttribute> ByRef contentType As String) As Stream

Parameters:

  • rodlStream:
  • targetServiceName:
  • contentType: