public interface SchemaContextProvider
| Modifier and Type | Method and Description |
|---|---|
RpcContext |
getRpcContext(ResourceId id)
Returns rpc context corresponding to a given resource identifier.
|
SchemaContext |
getSchemaContext(ResourceId id)
Returns schema context corresponding to a given resource identifier.
|
SchemaContext getSchemaContext(ResourceId id)
id - absolute resource identifierIllegalArgumentException - when module as per resource
identifier is registered, but given
resource identifier is invalidRpcContext getRpcContext(ResourceId id)
id - absolute resource identifierIllegalArgumentException - when module is not reqistered or rpc
is invalidCopyright © 2018. All rights reserved.