第 284 章 RMI 组件
从 Camel 版本 1.0 开始提供
rmi: 组件将交换绑定到 RMI 协议(JRMP)。
由于此绑定仅使用 RMI,因此常规 RMI 规则仍适用关于可以调用哪些方法。这个组件只支持交换从扩展 远程 接口的接口执行方法调用。该方法中的所有参数应当是 Serializable 或 Remote
对象。
Maven 用户需要将以下依赖项添加到此组件的 pom.xml
中:
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-rmi</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>
284.1. URI 格式
rmi://rmi-regisitry-host:rmi-registry-port/registry-path[?options]
例如:
rmi://localhost:1099/path/to/service
您可以使用以下格式在 URI 中附加查询选项 ?option=value& amp;option=value&…