类 RemoteExporter

  • 所有已实现的接口:
    Aware, BeanClassLoaderAware
    直接已知子类:
    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.

    从以下版本开始:
    26.12.2003
    作者:
    Juergen Hoeller