Class RemoteExporter

  • All Implemented Interfaces:
    Aware, BeanClassLoaderAware
    Direct Known Subclasses:
    HessianExporter, RemoteInvocationBasedExporter

    public abstract class RemoteExporter
    extends RemotingSupport
    Abstract base class for classes that export a remote service. Provides "service" and "serviceInterface" bean properties.

    Note that the service interface being used will show some signs of remotability, like the granularity of method calls that it offers. Furthermore, it has to have serializable arguments etc.

    Since:
    26.12.2003
    Author:
    Juergen Hoeller