public class ViewServices extends Object implements ViewServiceSet
| Constructor and Description |
|---|
ViewServices() |
| Modifier and Type | Method and Description |
|---|---|
void |
onBrowse(ServiceRequest<BrowseRequest,BrowseResponse> service) |
void |
onBrowseNext(ServiceRequest<BrowseNextRequest,BrowseNextResponse> service) |
void |
onRegisterNodes(ServiceRequest<RegisterNodesRequest,RegisterNodesResponse> service) |
void |
onTranslateBrowsePaths(ServiceRequest<TranslateBrowsePathsToNodeIdsRequest,TranslateBrowsePathsToNodeIdsResponse> service) |
void |
onUnregisterNodes(ServiceRequest<UnregisterNodesRequest,UnregisterNodesResponse> service) |
public void onBrowse(ServiceRequest<BrowseRequest,BrowseResponse> service)
onBrowse in interface ViewServiceSetpublic void onBrowseNext(ServiceRequest<BrowseNextRequest,BrowseNextResponse> service)
onBrowseNext in interface ViewServiceSetpublic void onTranslateBrowsePaths(ServiceRequest<TranslateBrowsePathsToNodeIdsRequest,TranslateBrowsePathsToNodeIdsResponse> service)
onTranslateBrowsePaths in interface ViewServiceSetpublic void onRegisterNodes(ServiceRequest<RegisterNodesRequest,RegisterNodesResponse> service) throws UaException
onRegisterNodes in interface ViewServiceSetUaExceptionpublic void onUnregisterNodes(ServiceRequest<UnregisterNodesRequest,UnregisterNodesResponse> service) throws UaException
onUnregisterNodes in interface ViewServiceSetUaExceptionCopyright © 2018. All rights reserved.