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

Packages that use CreateSessionResponse
org.opcfoundation.ua.core All the code in this package are codegenerated. 
org.opcfoundation.ua.transport This package contains SecureChannel and related interfaces 
 

Uses of CreateSessionResponse in org.opcfoundation.ua.core
 

Methods in org.opcfoundation.ua.core that return CreateSessionResponse
 CreateSessionResponse CreateSessionResponse.clone()
          Deep clone
 

Method parameters in org.opcfoundation.ua.core with type arguments of type CreateSessionResponse
 void SessionServiceSetHandler.onCreateSession(EndpointServiceRequest<CreateSessionRequest,CreateSessionResponse> req)
           
 

Uses of CreateSessionResponse in org.opcfoundation.ua.transport
 

Methods in org.opcfoundation.ua.transport that return CreateSessionResponse
 CreateSessionResponse ChannelService.CreateSession(CreateSessionRequest req)
          Synchronous CreateSession service request.
 CreateSessionResponse ChannelService.CreateSession(RequestHeader RequestHeader, ApplicationDescription ClientDescription, String ServerUri, String EndpointUrl, String SessionName, ByteString ClientNonce, ByteString ClientCertificate, Double RequestedSessionTimeout, UnsignedInteger MaxResponseMessageSize)
          Synchronous CreateSession service request.
 



Copyright © 2018. All rights reserved.