Java PrimerRMI Over IIOPWhen the Java and CORBA Worlds Collide

Java Primer
RMI Over IIOP
When the Java and CORBA Worlds Collide

Salih Ergül
Listing 2. Sample implementation of InternetFax interface.

package fax.iiop;

import javax.rmi.PortableRemoteObject;

public class CanonInternetFax extends
	PortableRemoteObject implements InternetFax {

	// Implement your class here

}