类的使用
org.springframework.remoting.support.RemoteAccessor
使用RemoteAccessor的程序包 程序包 说明 org.springframework.remoting.caucho This package provides remoting classes for Caucho's Hessian protocol: a proxy factory for accessing Hessian services, and an exporter for making beans available to Hessian clients.org.springframework.remoting.httpinvoker Remoting classes for transparent Java-to-Java remoting via HTTP invokers.org.springframework.remoting.rmi Remoting classes for conventional RMI and transparent remoting via RMI invokers.org.springframework.remoting.support Generic support classes for remoting implementations.org.springframework.remoting.caucho中RemoteAccessor的使用
org.springframework.remoting.caucho中RemoteAccessor的子类 修饰符和类型 类 说明 classHessianClientInterceptorMethodInterceptorfor accessing a Hessian service.classHessianProxyFactoryBeanFactoryBeanfor Hessian proxies.org.springframework.remoting.httpinvoker中RemoteAccessor的使用
org.springframework.remoting.httpinvoker中RemoteAccessor的子类 修饰符和类型 类 说明 classHttpInvokerClientInterceptorMethodInterceptorfor accessing an HTTP invoker service.classHttpInvokerProxyFactoryBeanFactoryBeanfor HTTP invoker proxies.org.springframework.remoting.rmi中RemoteAccessor的使用
org.springframework.remoting.rmi中RemoteAccessor的子类 修饰符和类型 类 说明 classRmiClientInterceptorMethodInterceptorfor accessing conventional RMI services or RMI invokers.classRmiProxyFactoryBeanFactoryBeanfor RMI proxies, supporting both conventional RMI services and RMI invokers.org.springframework.remoting.support中RemoteAccessor的使用
org.springframework.remoting.support中RemoteAccessor的子类 修饰符和类型 类 说明 classRemoteInvocationBasedAccessorAbstract base class for remote service accessors that are based on serialization ofRemoteInvocationobjects.classUrlBasedRemoteAccessorAbstract base class for classes that access remote services via URLs.