业务流程的路由服务
依赖 broEsb 插件。
| Modifiers | Name | Description |
|---|---|---|
static Integer |
aliasOverridingOrder |
| Type | Name and description |
|---|---|
boolean |
chooseRsDestApp(org.apache.camel.Exchange exchange, Long applicationId)根据参数中的 processId/taskId/docClass/docController/entry 等标记,判断对应的流程是否在应用中 |
boolean |
chooseWsDestApp(org.apache.camel.Exchange exchange, Long applicationId)根据 SOAP Body 中的 processId/taskId/docClass/docController/entry 等标记,判断对应的流程是否在应用中 |
static String |
getRsRouteRule()获得 JAX_RS 类型的 EndpointCxf 路由规则 |
static String |
getWsRouteRule()获得 JAX_WS 类型的 EndpointCxf 路由规则 |
| Methods inherited from class | Name |
|---|---|
class Object |
Object#wait(long, int), Object#wait(long), Object#wait(), Object#equals(Object), Object#toString(), Object#hashCode(), Object#getClass(), Object#notify(), Object#notifyAll() |
根据参数中的 processId/taskId/docClass/docController/entry 等标记,判断对应的流程是否在应用中
exchange - Camel 消息applicationId - 当前要验证的 DomainApplication 的 id根据 SOAP Body 中的 processId/taskId/docClass/docController/entry 等标记,判断对应的流程是否在应用中
exchange - Camel 消息applicationId - 当前要验证的 DomainApplication 的id获得 JAX_RS 类型的 EndpointCxf 路由规则
获得 JAX_WS 类型的 EndpointCxf 路由规则