类的使用
org.springframework.remoting.support.UrlBasedRemoteAccessor
使用UrlBasedRemoteAccessor的程序包 程序包 说明 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中UrlBasedRemoteAccessor的使用
org.springframework.remoting.caucho中UrlBasedRemoteAccessor的子类 修饰符和类型 类 说明 classHessianClientInterceptorMethodInterceptorfor accessing a Hessian service.classHessianProxyFactoryBeanFactoryBeanfor Hessian proxies.org.springframework.remoting.httpinvoker中UrlBasedRemoteAccessor的使用
org.springframework.remoting.httpinvoker中UrlBasedRemoteAccessor的子类 修饰符和类型 类 说明 classHttpInvokerClientInterceptorMethodInterceptorfor accessing an HTTP invoker service.classHttpInvokerProxyFactoryBeanFactoryBeanfor HTTP invoker proxies.org.springframework.remoting.rmi中UrlBasedRemoteAccessor的使用
org.springframework.remoting.rmi中UrlBasedRemoteAccessor的子类 修饰符和类型 类 说明 classRmiClientInterceptorMethodInterceptorfor accessing conventional RMI services or RMI invokers.classRmiProxyFactoryBeanFactoryBeanfor RMI proxies, supporting both conventional RMI services and RMI invokers.org.springframework.remoting.support中UrlBasedRemoteAccessor的使用
org.springframework.remoting.support中UrlBasedRemoteAccessor的子类 修饰符和类型 类 说明 classRemoteInvocationBasedAccessorAbstract base class for remote service accessors that are based on serialization ofRemoteInvocationobjects.