| インターフェース | 説明 |
|---|---|
| RemoteInvocationExecutor | ターゲットオブジェクトで RemoteInvocation を実行するための戦略インターフェース。 |
| RemoteInvocationFactory | AOP アライアンス MethodInvocation から RemoteInvocation を作成するための戦略インターフェース。 |
| クラス | 説明 |
|---|---|
| DefaultRemoteInvocationExecutor | RemoteInvocationExecutor インターフェースのデフォルト実装。 |
| DefaultRemoteInvocationFactory | RemoteInvocationFactory インターフェースのデフォルト実装。 |
| RemoteAccessor | リモートサービスにアクセスするクラスの抽象基本クラス。 |
| RemoteExporter | リモートサービスをエクスポートするクラスの抽象基本クラス。 |
| RemoteInvocation | リモート呼び出しをカプセル化し、コアメソッド呼び出しプロパティを直列化可能な方法で提供します。 |
| RemoteInvocationBasedAccessor | RemoteInvocation オブジェクトの直列化に基づくリモートサービスアクセサーの抽象基本クラス。 |
| RemoteInvocationBasedExporter | RemoteInvocation オブジェクトの逆直列化に基づくリモートサービスエクスポーターの抽象基本クラス。 |
| RemoteInvocationResult | リモート呼び出し結果をカプセル化し、結果値または例外を保持します。 |
| RemoteInvocationTraceInterceptor | リモート呼び出しをトレースするための AOP Alliance MethodInterceptor。 |
| RemoteInvocationUtils | リモート呼び出しを処理するための一般的なユーティリティ。 |
| RemotingSupport | リモートアクセサーおよびエクスポーターの汎用サポート基本クラス。共通の Bean ClassLoader 処理を提供します。 |
| SimpleHttpServerFactoryBean | Sun の JRE 1.6 に含まれている HTTP サーバーに基づいて、単純な HTTP サーバーを作成する FactoryBean。 |
| UrlBasedRemoteAccessor | URL を介してリモートサービスにアクセスするクラスの抽象基本クラス。 |