接口的使用
org.springframework.remoting.support.RemoteInvocationFactory
使用RemoteInvocationFactory的程序包 程序包 说明 org.springframework.jms.remoting Remoting classes for transparent Java-to-Java remoting via a JMS provider.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.jms.remoting中RemoteInvocationFactory的使用
参数类型为RemoteInvocationFactory的org.springframework.jms.remoting中的方法 修饰符和类型 方法 说明 voidJmsInvokerClientInterceptor. setRemoteInvocationFactory(RemoteInvocationFactory remoteInvocationFactory)Set theRemoteInvocationFactoryto use for this accessor.org.springframework.remoting.rmi中RemoteInvocationFactory的使用
返回RemoteInvocationFactory的org.springframework.remoting.rmi中的方法 修饰符和类型 方法 说明 RemoteInvocationFactoryJndiRmiClientInterceptor. getRemoteInvocationFactory()Return the RemoteInvocationFactory used by this accessor.参数类型为RemoteInvocationFactory的org.springframework.remoting.rmi中的方法 修饰符和类型 方法 说明 voidJndiRmiClientInterceptor. setRemoteInvocationFactory(RemoteInvocationFactory remoteInvocationFactory)Set the RemoteInvocationFactory to use for this accessor.org.springframework.remoting.support中RemoteInvocationFactory的使用
实现RemoteInvocationFactory的org.springframework.remoting.support中的类 修饰符和类型 类 说明 classDefaultRemoteInvocationFactoryDefault implementation of theRemoteInvocationFactoryinterface.返回RemoteInvocationFactory的org.springframework.remoting.support中的方法 修饰符和类型 方法 说明 RemoteInvocationFactoryRemoteInvocationBasedAccessor. getRemoteInvocationFactory()Return the RemoteInvocationFactory used by this accessor.参数类型为RemoteInvocationFactory的org.springframework.remoting.support中的方法 修饰符和类型 方法 说明 voidRemoteInvocationBasedAccessor. setRemoteInvocationFactory(RemoteInvocationFactory remoteInvocationFactory)Set the RemoteInvocationFactory to use for this accessor.