|
|||||||||
Home >> All >> org >> springframework >> remoting >> [ support overview ] | PREV PACKAGE NEXT PACKAGE |
Package org.springframework.remoting.support
Exception hierarchy for Spring's remoting infrastructure, independent of any specific remote method invocation system.
See:
Description
Interface Summary | |
RemoteInvocationExecutor | Strategy interface for executing a RemoteInvocation on a target object. |
RemoteInvocationFactory | Strategy interface for creating a RemoteInvocation from an AOP MethodInvocation. |
Class Summary | |
DefaultRemoteInvocationExecutor | Default implementation of the RemoteInvocationExecutor interface. |
DefaultRemoteInvocationFactory | Default implementation of the RemoteInvocationFactory interface. |
RemoteAccessor | Abstract base class for classes that access a remote service. |
RemoteExporter | Abstract base class for classes that export a remote service. |
RemoteInvocation | Encapsulates a remote invocation, providing core method invocation properties in a serializable fashion. |
RemoteInvocationBasedAccessor | Abstract base class for remote service accessors that are based on serialization of RemoteInvocation objects. |
RemoteInvocationBasedExporter | Abstract base class for remote service exporters that are based on deserialization of RemoteInvocation objects. |
RemoteInvocationResult | Encapsulates a remote invocation result, holding a result value or an exception. |
RemoteInvocationTraceInterceptor | AOP Alliance MethodInterceptor for tracing remote invocations. |
UrlBasedRemoteAccessor | Abstract base class for classes that access remote services via URLs. |
Package org.springframework.remoting.support Description
Exception hierarchy for Spring's remoting infrastructure, independent of any specific remote method invocation system.
|
|||||||||
Home >> All >> org >> springframework >> remoting >> [ support overview ] | PREV PACKAGE NEXT PACKAGE |