public class RpcFacade extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
RpcFacade.OperationExecution |
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTEXT_INSTANCE |
| Constructor and Description |
|---|
RpcFacade(YangStoreService yangStoreService,
org.opendaylight.controller.config.util.ConfigRegistryClient configRegistryClient) |
| Modifier and Type | Method and Description |
|---|---|
Object |
executeOperation(RpcFacade.OperationExecution execution) |
RpcFacade.OperationExecution |
fromXml(org.opendaylight.controller.config.util.xml.XmlElement xml) |
Rpcs |
mapRpcs() |
Element |
toXml(Document doc,
Object result,
RpcFacade.OperationExecution execution) |
public static final String CONTEXT_INSTANCE
public RpcFacade(YangStoreService yangStoreService, org.opendaylight.controller.config.util.ConfigRegistryClient configRegistryClient)
public Rpcs mapRpcs()
public RpcFacade.OperationExecution fromXml(org.opendaylight.controller.config.util.xml.XmlElement xml) throws org.opendaylight.controller.config.util.xml.DocumentedException
org.opendaylight.controller.config.util.xml.DocumentedExceptionpublic Object executeOperation(RpcFacade.OperationExecution execution)
public Element toXml(Document doc, Object result, RpcFacade.OperationExecution execution) throws org.opendaylight.controller.config.util.xml.DocumentedException
org.opendaylight.controller.config.util.xml.DocumentedExceptionCopyright © 2016 OpenDaylight. All rights reserved.