Cxf Endpoint
| Type | Name and description |
|---|---|
String |
address服务地址,如 /foobar |
String |
clazz服务类的全名,如 foo.bar.FoobarEndpoint |
static Object |
constraints |
String |
createdBy |
Date |
dateCreated时间戳... |
static Object |
hasMany关联应用的ID(多个) |
Date |
lastUpdated |
static Map |
listFields |
static Object |
mapping |
String |
name服务名,如 foobarEndpoint |
String |
notes备注 |
String |
routeRule路由策略 |
String |
soapVersionsoap 版本,如 1.1、1.2 |
static Object |
transients |
String |
type服务类型,如 JAX_WS、JAX_RS |
String |
updatedBy |
| Type | Name and description |
|---|---|
List<bropen.framework.core.domain.DomainApplication> |
getApplications()关联应用 |
Map<String, String> |
splitRouteRule()将路由规则拆成前缀和规则表达式两部分,前缀是从Endpoint类的接口静态方法 getEsbRouteRule 中取出来的原始规则标识 |
String |
toString() |
| 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() |
服务地址,如 /foobar
服务类的全名,如 foo.bar.FoobarEndpoint
时间戳...
关联应用的ID(多个)
服务名,如 foobarEndpoint
备注
路由策略
soap 版本,如 1.1、1.2
服务类型,如 JAX_WS、JAX_RS