站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 1.2.9 API 文档英文版

Uses of Interface org.springframework.remoting.support.RemoteInvocationExecutor (Spring Framework) - Spring Framework 1.2.9 API 文档英文版


Uses of Interface
org.springframework.remoting.support.RemoteInvocationExecutor

Packages that use RemoteInvocationExecutor
org.springframework.remoting.support Generic support classes for remoting implementations. 
 

Uses of RemoteInvocationExecutor in org.springframework.remoting.support
 

Classes in org.springframework.remoting.support that implement RemoteInvocationExecutor
 class DefaultRemoteInvocationExecutor
          Default implementation of the RemoteInvocationExecutor interface.
 

Methods in org.springframework.remoting.support that return RemoteInvocationExecutor
 RemoteInvocationExecutor RemoteInvocationBasedExporter.getRemoteInvocationExecutor()
          Return the RemoteInvocationExecutor used by this exporter.
 

Methods in org.springframework.remoting.support with parameters of type RemoteInvocationExecutor
 void RemoteInvocationBasedExporter.setRemoteInvocationExecutor(RemoteInvocationExecutor remoteInvocationExecutor)
          Set the RemoteInvocationExecutor to use for this exporter.
 



Copyright (c) 2002-2007 The Spring Framework Project.