| Package | Description |
|---|---|
| com.prosysopc.ua |
Common classes for client and server side.
|
| com.prosysopc.ua.stack.common |
This package contains common and shared classes
|
| com.prosysopc.ua.stack.core | |
| com.prosysopc.ua.stack.transport.endpoint |
Endpoint related classes
|
| com.prosysopc.ua.stack.transport.tcp.impl |
| Modifier and Type | Method and Description |
|---|---|
static DiagnosticInfo |
StatusException.toDiagnosticInfo(ServiceFault serviceFault)
Get the diagnotsics from a service fault.
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceFault |
ServiceFaultException.createServiceFault(UnsignedInteger statusCode)
Creates
ServiceFault based on the given numeric StatusCode. |
ServiceFault |
ServiceFaultException.getServiceFault()
Getter for the field
serviceFault. |
static ServiceFault |
ServiceFaultException.toServiceFault(Throwable throwable)
Gathers info from an exception and puts the description into a new ServiceFault.
|
| Constructor and Description |
|---|
ServiceFaultException(ServiceFault serviceFault)
Constructor for ServiceFaultException.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceFault |
ServiceFault.Builder.build() |
ServiceFault |
ServiceFault.clone() |
| Modifier and Type | Method and Description |
|---|---|
AsyncWrite |
EndpointServiceRequest.sendFault(ServiceFault fault)
Send a service fault
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalClientSideDecodingServiceFault
Internal, used to carry client-side
DecodingException within ServiceFault in some
scenarios where decoding of the ResponseHeader works, but the rest of the response fails. |
Copyright © 2026. All rights reserved.