| Package | Description |
|---|---|
| com.prosysopc.ua.stack.application |
The code in this package is for application developer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractServiceHandler
Abstract implementation for a service handler that can server only one type of service request;
|
class |
ServiceHandlerComposition
Composition of ServiceHandlers.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceHandler[] |
ServiceHandlerComposition.getServiceHandlers()
getServiceHandlers.
|
ServiceHandler[] |
Server.getServiceHandlers()
Getter for the field
serviceHandlers. |
static ServiceHandler |
ServiceHandlerComposition.of(Object... handlers)
Create service handler composed of a set of service handlers.
|
Copyright © 2026. All rights reserved.