Modifier and Type | Method and Description |
---|---|
ServiceInfo |
CEPCore.getServiceInfo(String serviceId) |
Modifier and Type | Method and Description |
---|---|
List<ServiceInfo> |
CEPCore.getServiceInfos()
获取本地服务列表
|
List<ServiceInfo> |
EventProcessor.getServiceInfos()
返回当前处理器中的所有服务
|
Modifier and Type | Method and Description |
---|---|
static Context |
CEPCoreUtil.getContext(Event event,
ServiceInfo info,
ClassLoader loder) |
Modifier and Type | Method and Description |
---|---|
ServiceInfo |
CEPService.getServiceInfo(String serviceId) |
Modifier and Type | Method and Description |
---|---|
List<ServiceInfo> |
CEPService.getServiceInfos() |
Modifier and Type | Method and Description |
---|---|
ServiceInfo |
CEPCoreImpl.getServiceInfo(String serviceId) |
Modifier and Type | Method and Description |
---|---|
List<ServiceInfo> |
CEPCoreImpl.getServiceInfos() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractServiceInfo |
class |
BaseServiceInfo |
Modifier and Type | Method and Description |
---|---|
int |
AbstractServiceInfo.compareTo(ServiceInfo o) |
Constructor and Description |
---|
BaseServiceInfo(ServiceInfo info) |
Modifier and Type | Method and Description |
---|---|
List<ServiceInfo> |
Node.getServiceInfos() |
Modifier and Type | Method and Description |
---|---|
void |
Node.setServiceInfos(List<ServiceInfo> serviceInfos) |
Modifier and Type | Class and Description |
---|---|
class |
FlowServiceInfo
Created by luoguo on 14-4-9.
|
Modifier and Type | Method and Description |
---|---|
List<ServiceInfo> |
FlowEventProcessor.getServiceInfos() |
Modifier and Type | Class and Description |
---|---|
class |
MockService |
Modifier and Type | Method and Description |
---|---|
List<ServiceInfo> |
MockServiceManager.getInfos() |
List<ServiceInfo> |
MockServiceEventProcessorImpl.getServiceInfos() |
Modifier and Type | Class and Description |
---|---|
class |
MonitorServiceInfo |
Modifier and Type | Method and Description |
---|---|
int |
MonitorServiceInfo.compareTo(ServiceInfo o) |
Modifier and Type | Class and Description |
---|---|
class |
ServiceRegistryItem
服务注册项,serviceId相当于功能号 groupId.rtifactId.name相当于原来的ID
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceHttp |
Modifier and Type | Method and Description |
---|---|
List<ServiceInfo> |
ServiceHttpChannelManager.getInfos() |
List<ServiceInfo> |
ServiceHttpChannelEventProcessorImpl.getServiceInfos() |
Modifier and Type | Method and Description |
---|---|
List<ServiceInfo> |
ServiceEventProcessorImpl.getServiceInfos() |
Modifier and Type | Method and Description |
---|---|
List<ServiceInfo> |
SimpleChannel.getServiceInfos() |
Modifier and Type | Method and Description |
---|---|
static void |
WebserviceUtil.genWSDL(ServiceInfo serviceInfo,
String packageName)
以wsdl形式表示serviceInfo对应的webservice服务,并返回该wsdl字符串
|
static InputStream |
WebserviceUtil.getXmlInputStream(ServiceInfo serviceInfo,
String packageName)
将serviceInfo对象解析成xml形式的endpoint元素,并添加到sun-jaxws.xml文件中
|
Copyright © 2006–2018 TinyGroup. All rights reserved.