Uses of Class
org.opcfoundation.ua.core.ServiceFault

Packages that use ServiceFault
org.opcfoundation.ua.common This package contains common and shared classes 
org.opcfoundation.ua.core All the code in this package are codegenerated. 
org.opcfoundation.ua.transport.endpoint Endpoint related classes 
 

Uses of ServiceFault in org.opcfoundation.ua.common
 

Methods in org.opcfoundation.ua.common that return ServiceFault
 ServiceFault ServiceFaultException.getServiceFault()
          Getter for the field serviceFault.
 

Constructors in org.opcfoundation.ua.common with parameters of type ServiceFault
ServiceFaultException(ServiceFault serviceFault)
          Constructor for ServiceFaultException.
 

Uses of ServiceFault in org.opcfoundation.ua.core
 

Methods in org.opcfoundation.ua.core that return ServiceFault
 ServiceFault ServiceFault.clone()
          Deep clone
static ServiceFault ServiceFault.createServiceFault(UnsignedInteger statusCode)
           
static ServiceFault ServiceFault.toServiceFault(Throwable t)
          Gathers info from an exception and puts the description into a new ServiceFault.
 

Uses of ServiceFault in org.opcfoundation.ua.transport.endpoint
 

Methods in org.opcfoundation.ua.transport.endpoint with parameters of type ServiceFault
 void EndpointServiceRequest.sendFault(ServiceFault fault)
          Send a service fault
 



Copyright © 2018. All rights reserved.