public abstract class RpcContext extends Object
| Constructor and Description |
|---|
RpcContext() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.springframework.context.support.ClassPathXmlApplicationContext |
getApplicationContext() |
abstract Map<String,HttpAction> |
getHttpServices() |
static RpcContext |
getInstance() |
abstract Map<String,Topic> |
getTopics() |
abstract Map<String,WebsocketAction> |
getWebSocketServices() |
abstract void |
register(String id,
RpcAction action) |
abstract void |
register(String id,
Topic topic) |
public static RpcContext getInstance()
public abstract org.springframework.context.support.ClassPathXmlApplicationContext getApplicationContext()
public abstract Map<String,HttpAction> getHttpServices()
public abstract Map<String,WebsocketAction> getWebSocketServices()
Copyright © 2010–2016. All rights reserved.