Listing 9: Extending the common interface with the proxy interface

//  Elided package and import statements.

public interface DynamicLiaisonRemoteProxy
    extends   EJBObject
            , LiaisonInterface
{
}

— End of Listing —