org.opcfoundation.ua.transport
Class ChannelService

java.lang.Object
  extended by org.opcfoundation.ua.transport.ChannelService
Direct Known Subclasses:
ServiceChannel, SessionChannel

public class ChannelService
extends Object

This is a autogenerated class, do not modify this class directly.

See Also:
ServiceChannel

Field Summary
protected  RequestChannel channel
          The back-end channel object
 
Constructor Summary
ChannelService()
           
ChannelService(RequestChannel clientChannel)
           
 
Method Summary
 ActivateSessionResponse ActivateSession(ActivateSessionRequest req)
          Synchronous ActivateSession service request.
 ActivateSessionResponse ActivateSession(RequestHeader RequestHeader, SignatureData ClientSignature, SignedSoftwareCertificate[] ClientSoftwareCertificates, String[] LocaleIds, ExtensionObject UserIdentityToken, SignatureData UserTokenSignature)
          Synchronous ActivateSession service request.
 AsyncResult ActivateSessionAsync(ActivateSessionRequest req)
          Asynchronous ActivateSession service request.
 AsyncResult ActivateSessionAsync(RequestHeader RequestHeader, SignatureData ClientSignature, SignedSoftwareCertificate[] ClientSoftwareCertificates, String[] LocaleIds, ExtensionObject UserIdentityToken, SignatureData UserTokenSignature)
          Asynchronous ActivateSession service request.
 AddNodesResponse AddNodes(AddNodesRequest req)
          Synchronous AddNodes service request.
 AddNodesResponse AddNodes(RequestHeader RequestHeader, AddNodesItem... NodesToAdd)
          Synchronous AddNodes service request.
 AsyncResult AddNodesAsync(AddNodesRequest req)
          Asynchronous AddNodes service request.
 AsyncResult AddNodesAsync(RequestHeader RequestHeader, AddNodesItem... NodesToAdd)
          Asynchronous AddNodes service request.
 AddReferencesResponse AddReferences(AddReferencesRequest req)
          Synchronous AddReferences service request.
 AddReferencesResponse AddReferences(RequestHeader RequestHeader, AddReferencesItem... ReferencesToAdd)
          Synchronous AddReferences service request.
 AsyncResult AddReferencesAsync(AddReferencesRequest req)
          Asynchronous AddReferences service request.
 AsyncResult AddReferencesAsync(RequestHeader RequestHeader, AddReferencesItem... ReferencesToAdd)
          Asynchronous AddReferences service request.
 BrowseResponse Browse(BrowseRequest req)
          Synchronous Browse service request.
 BrowseResponse Browse(RequestHeader RequestHeader, ViewDescription View, UnsignedInteger RequestedMaxReferencesPerNode, BrowseDescription... NodesToBrowse)
          Synchronous Browse service request.
 AsyncResult BrowseAsync(BrowseRequest req)
          Asynchronous Browse service request.
 AsyncResult BrowseAsync(RequestHeader RequestHeader, ViewDescription View, UnsignedInteger RequestedMaxReferencesPerNode, BrowseDescription... NodesToBrowse)
          Asynchronous Browse service request.
 BrowseNextResponse BrowseNext(BrowseNextRequest req)
          Synchronous BrowseNext service request.
 BrowseNextResponse BrowseNext(RequestHeader RequestHeader, Boolean ReleaseContinuationPoints, ByteString... ContinuationPoints)
          Synchronous BrowseNext service request.
 AsyncResult BrowseNextAsync(BrowseNextRequest req)
          Asynchronous BrowseNext service request.
 AsyncResult BrowseNextAsync(RequestHeader RequestHeader, Boolean ReleaseContinuationPoints, ByteString... ContinuationPoints)
          Asynchronous BrowseNext service request.
 CallResponse Call(CallRequest req)
          Synchronous Call service request.
 CallResponse Call(RequestHeader RequestHeader, CallMethodRequest... MethodsToCall)
          Synchronous Call service request.
 AsyncResult CallAsync(CallRequest req)
          Asynchronous Call service request.
 AsyncResult CallAsync(RequestHeader RequestHeader, CallMethodRequest... MethodsToCall)
          Asynchronous Call service request.
 CancelResponse Cancel(CancelRequest req)
          Synchronous Cancel service request.
 CancelResponse Cancel(RequestHeader RequestHeader, UnsignedInteger RequestHandle)
          Synchronous Cancel service request.
 AsyncResult CancelAsync(CancelRequest req)
          Asynchronous Cancel service request.
 AsyncResult CancelAsync(RequestHeader RequestHeader, UnsignedInteger RequestHandle)
          Asynchronous Cancel service request.
 CloseSecureChannelResponse CloseSecureChannel(CloseSecureChannelRequest req)
          Synchronous CloseSecureChannel service request.
 CloseSecureChannelResponse CloseSecureChannel(RequestHeader RequestHeader)
          Synchronous CloseSecureChannel service request.
 AsyncResult CloseSecureChannelAsync(CloseSecureChannelRequest req)
          Asynchronous CloseSecureChannel service request.
 AsyncResult CloseSecureChannelAsync(RequestHeader RequestHeader)
          Asynchronous CloseSecureChannel service request.
 CloseSessionResponse CloseSession(CloseSessionRequest req)
          Synchronous CloseSession service request.
 CloseSessionResponse CloseSession(RequestHeader RequestHeader, Boolean DeleteSubscriptions)
          Synchronous CloseSession service request.
 AsyncResult CloseSessionAsync(CloseSessionRequest req)
          Asynchronous CloseSession service request.
 AsyncResult CloseSessionAsync(RequestHeader RequestHeader, Boolean DeleteSubscriptions)
          Asynchronous CloseSession service request.
 CreateMonitoredItemsResponse CreateMonitoredItems(CreateMonitoredItemsRequest req)
          Synchronous CreateMonitoredItems service request.
 CreateMonitoredItemsResponse CreateMonitoredItems(RequestHeader RequestHeader, UnsignedInteger SubscriptionId, TimestampsToReturn TimestampsToReturn, MonitoredItemCreateRequest... ItemsToCreate)
          Synchronous CreateMonitoredItems service request.
 AsyncResult CreateMonitoredItemsAsync(CreateMonitoredItemsRequest req)
          Asynchronous CreateMonitoredItems service request.
 AsyncResult CreateMonitoredItemsAsync(RequestHeader RequestHeader, UnsignedInteger SubscriptionId, TimestampsToReturn TimestampsToReturn, MonitoredItemCreateRequest... ItemsToCreate)
          Asynchronous CreateMonitoredItems service request.
 CreateSessionResponse CreateSession(CreateSessionRequest req)
          Synchronous CreateSession service request.
 CreateSessionResponse CreateSession(RequestHeader RequestHeader, ApplicationDescription ClientDescription, String ServerUri, String EndpointUrl, String SessionName, ByteString ClientNonce, ByteString ClientCertificate, Double RequestedSessionTimeout, UnsignedInteger MaxResponseMessageSize)
          Synchronous CreateSession service request.
 AsyncResult CreateSessionAsync(CreateSessionRequest req)
          Asynchronous CreateSession service request.
 AsyncResult CreateSessionAsync(RequestHeader RequestHeader, ApplicationDescription ClientDescription, String ServerUri, String EndpointUrl, String SessionName, ByteString ClientNonce, ByteString ClientCertificate, Double RequestedSessionTimeout, UnsignedInteger MaxResponseMessageSize)
          Asynchronous CreateSession service request.
 CreateSubscriptionResponse CreateSubscription(CreateSubscriptionRequest req)
          Synchronous CreateSubscription service request.
 CreateSubscriptionResponse CreateSubscription(RequestHeader RequestHeader, Double RequestedPublishingInterval, UnsignedInteger RequestedLifetimeCount, UnsignedInteger RequestedMaxKeepAliveCount, UnsignedInteger MaxNotificationsPerPublish, Boolean PublishingEnabled, UnsignedByte Priority)
          Synchronous CreateSubscription service request.
 AsyncResult CreateSubscriptionAsync(CreateSubscriptionRequest req)
          Asynchronous CreateSubscription service request.
 AsyncResult CreateSubscriptionAsync(RequestHeader RequestHeader, Double RequestedPublishingInterval, UnsignedInteger RequestedLifetimeCount, UnsignedInteger RequestedMaxKeepAliveCount, UnsignedInteger MaxNotificationsPerPublish, Boolean PublishingEnabled, UnsignedByte Priority)
          Asynchronous CreateSubscription service request.
 DeleteMonitoredItemsResponse DeleteMonitoredItems(DeleteMonitoredItemsRequest req)
          Synchronous DeleteMonitoredItems service request.
 DeleteMonitoredItemsResponse DeleteMonitoredItems(RequestHeader RequestHeader, UnsignedInteger SubscriptionId, UnsignedInteger... MonitoredItemIds)
          Synchronous DeleteMonitoredItems service request.
 AsyncResult DeleteMonitoredItemsAsync(DeleteMonitoredItemsRequest req)
          Asynchronous DeleteMonitoredItems service request.
 AsyncResult DeleteMonitoredItemsAsync(RequestHeader RequestHeader, UnsignedInteger SubscriptionId, UnsignedInteger... MonitoredItemIds)
          Asynchronous DeleteMonitoredItems service request.
 DeleteNodesResponse DeleteNodes(DeleteNodesRequest req)
          Synchronous DeleteNodes service request.
 DeleteNodesResponse DeleteNodes(RequestHeader RequestHeader, DeleteNodesItem... NodesToDelete)
          Synchronous DeleteNodes service request.
 AsyncResult DeleteNodesAsync(DeleteNodesRequest req)
          Asynchronous DeleteNodes service request.
 AsyncResult DeleteNodesAsync(RequestHeader RequestHeader, DeleteNodesItem... NodesToDelete)
          Asynchronous DeleteNodes service request.
 DeleteReferencesResponse DeleteReferences(DeleteReferencesRequest req)
          Synchronous DeleteReferences service request.
 DeleteReferencesResponse DeleteReferences(RequestHeader RequestHeader, DeleteReferencesItem... ReferencesToDelete)
          Synchronous DeleteReferences service request.
 AsyncResult DeleteReferencesAsync(DeleteReferencesRequest req)
          Asynchronous DeleteReferences service request.
 AsyncResult DeleteReferencesAsync(RequestHeader RequestHeader, DeleteReferencesItem... ReferencesToDelete)
          Asynchronous DeleteReferences service request.
 DeleteSubscriptionsResponse DeleteSubscriptions(DeleteSubscriptionsRequest req)
          Synchronous DeleteSubscriptions service request.
 DeleteSubscriptionsResponse DeleteSubscriptions(RequestHeader RequestHeader, UnsignedInteger... SubscriptionIds)
          Synchronous DeleteSubscriptions service request.
 AsyncResult DeleteSubscriptionsAsync(DeleteSubscriptionsRequest req)
          Asynchronous DeleteSubscriptions service request.
 AsyncResult DeleteSubscriptionsAsync(RequestHeader RequestHeader, UnsignedInteger... SubscriptionIds)
          Asynchronous DeleteSubscriptions service request.
 FindServersResponse FindServers(FindServersRequest req)
          Synchronous FindServers service request.
 FindServersResponse FindServers(RequestHeader RequestHeader, String EndpointUrl, String[] LocaleIds, String... ServerUris)
          Synchronous FindServers service request.
 AsyncResult FindServersAsync(FindServersRequest req)
          Asynchronous FindServers service request.
 AsyncResult FindServersAsync(RequestHeader RequestHeader, String EndpointUrl, String[] LocaleIds, String... ServerUris)
          Asynchronous FindServers service request.
 FindServersOnNetworkResponse FindServersOnNetwork(FindServersOnNetworkRequest req)
          Synchronous FindServersOnNetwork service request.
 FindServersOnNetworkResponse FindServersOnNetwork(RequestHeader RequestHeader, UnsignedInteger StartingRecordId, UnsignedInteger MaxRecordsToReturn, String... ServerCapabilityFilter)
          Synchronous FindServersOnNetwork service request.
 AsyncResult FindServersOnNetworkAsync(FindServersOnNetworkRequest req)
          Asynchronous FindServersOnNetwork service request.
 AsyncResult FindServersOnNetworkAsync(RequestHeader RequestHeader, UnsignedInteger StartingRecordId, UnsignedInteger MaxRecordsToReturn, String... ServerCapabilityFilter)
          Asynchronous FindServersOnNetwork service request.
 GetEndpointsResponse GetEndpoints(GetEndpointsRequest req)
          Synchronous GetEndpoints service request.
 GetEndpointsResponse GetEndpoints(RequestHeader RequestHeader, String EndpointUrl, String[] LocaleIds, String... ProfileUris)
          Synchronous GetEndpoints service request.
 AsyncResult GetEndpointsAsync(GetEndpointsRequest req)
          Asynchronous GetEndpoints service request.
 AsyncResult GetEndpointsAsync(RequestHeader RequestHeader, String EndpointUrl, String[] LocaleIds, String... ProfileUris)
          Asynchronous GetEndpoints service request.
 HistoryReadResponse HistoryRead(HistoryReadRequest req)
          Synchronous HistoryRead service request.
 HistoryReadResponse HistoryRead(RequestHeader RequestHeader, ExtensionObject HistoryReadDetails, TimestampsToReturn TimestampsToReturn, Boolean ReleaseContinuationPoints, HistoryReadValueId... NodesToRead)
          Synchronous HistoryRead service request.
 AsyncResult HistoryReadAsync(HistoryReadRequest req)
          Asynchronous HistoryRead service request.
 AsyncResult HistoryReadAsync(RequestHeader RequestHeader, ExtensionObject HistoryReadDetails, TimestampsToReturn TimestampsToReturn, Boolean ReleaseContinuationPoints, HistoryReadValueId... NodesToRead)
          Asynchronous HistoryRead service request.
 HistoryUpdateResponse HistoryUpdate(HistoryUpdateRequest req)
          Synchronous HistoryUpdate service request.
 HistoryUpdateResponse HistoryUpdate(RequestHeader RequestHeader, ExtensionObject... HistoryUpdateDetails)
          Synchronous HistoryUpdate service request.
 AsyncResult HistoryUpdateAsync(HistoryUpdateRequest req)
          Asynchronous HistoryUpdate service request.
 AsyncResult HistoryUpdateAsync(RequestHeader RequestHeader, ExtensionObject... HistoryUpdateDetails)
          Asynchronous HistoryUpdate service request.
 ModifyMonitoredItemsResponse ModifyMonitoredItems(ModifyMonitoredItemsRequest req)
          Synchronous ModifyMonitoredItems service request.
 ModifyMonitoredItemsResponse ModifyMonitoredItems(RequestHeader RequestHeader, UnsignedInteger SubscriptionId, TimestampsToReturn TimestampsToReturn, MonitoredItemModifyRequest... ItemsToModify)
          Synchronous ModifyMonitoredItems service request.
 AsyncResult ModifyMonitoredItemsAsync(ModifyMonitoredItemsRequest req)
          Asynchronous ModifyMonitoredItems service request.
 AsyncResult ModifyMonitoredItemsAsync(RequestHeader RequestHeader, UnsignedInteger SubscriptionId, TimestampsToReturn TimestampsToReturn, MonitoredItemModifyRequest... ItemsToModify)
          Asynchronous ModifyMonitoredItems service request.
 ModifySubscriptionResponse ModifySubscription(ModifySubscriptionRequest req)
          Synchronous ModifySubscription service request.
 ModifySubscriptionResponse ModifySubscription(RequestHeader RequestHeader, UnsignedInteger SubscriptionId, Double RequestedPublishingInterval, UnsignedInteger RequestedLifetimeCount, UnsignedInteger RequestedMaxKeepAliveCount, UnsignedInteger MaxNotificationsPerPublish, UnsignedByte Priority)
          Synchronous ModifySubscription service request.
 AsyncResult ModifySubscriptionAsync(ModifySubscriptionRequest req)
          Asynchronous ModifySubscription service request.
 AsyncResult ModifySubscriptionAsync(RequestHeader RequestHeader, UnsignedInteger SubscriptionId, Double RequestedPublishingInterval, UnsignedInteger RequestedLifetimeCount, UnsignedInteger RequestedMaxKeepAliveCount, UnsignedInteger MaxNotificationsPerPublish, UnsignedByte Priority)
          Asynchronous ModifySubscription service request.
 OpenSecureChannelResponse OpenSecureChannel(OpenSecureChannelRequest req)
          Synchronous OpenSecureChannel service request.
 OpenSecureChannelResponse OpenSecureChannel(RequestHeader RequestHeader, UnsignedInteger ClientProtocolVersion, SecurityTokenRequestType RequestType, MessageSecurityMode SecurityMode, ByteString ClientNonce, UnsignedInteger RequestedLifetime)
          Synchronous OpenSecureChannel service request.
 AsyncResult OpenSecureChannelAsync(OpenSecureChannelRequest req)
          Asynchronous OpenSecureChannel service request.
 AsyncResult OpenSecureChannelAsync(RequestHeader RequestHeader, UnsignedInteger ClientProtocolVersion, SecurityTokenRequestType RequestType, MessageSecurityMode SecurityMode, ByteString ClientNonce, UnsignedInteger RequestedLifetime)
          Asynchronous OpenSecureChannel service request.
 PublishResponse Publish(PublishRequest req)
          Synchronous Publish service request.
 PublishResponse Publish(RequestHeader RequestHeader, SubscriptionAcknowledgement... SubscriptionAcknowledgements)
          Synchronous Publish service request.
 AsyncResult PublishAsync(PublishRequest req)
          Asynchronous Publish service request.
 AsyncResult PublishAsync(RequestHeader RequestHeader, SubscriptionAcknowledgement... SubscriptionAcknowledgements)
          Asynchronous Publish service request.
 QueryFirstResponse QueryFirst(QueryFirstRequest req)
          Synchronous QueryFirst service request.
 QueryFirstResponse QueryFirst(RequestHeader RequestHeader, ViewDescription View, NodeTypeDescription[] NodeTypes, ContentFilter Filter, UnsignedInteger MaxDataSetsToReturn, UnsignedInteger MaxReferencesToReturn)
          Synchronous QueryFirst service request.
 AsyncResult QueryFirstAsync(QueryFirstRequest req)
          Asynchronous QueryFirst service request.
 AsyncResult QueryFirstAsync(RequestHeader RequestHeader, ViewDescription View, NodeTypeDescription[] NodeTypes, ContentFilter Filter, UnsignedInteger MaxDataSetsToReturn, UnsignedInteger MaxReferencesToReturn)
          Asynchronous QueryFirst service request.
 QueryNextResponse QueryNext(QueryNextRequest req)
          Synchronous QueryNext service request.
 QueryNextResponse QueryNext(RequestHeader RequestHeader, Boolean ReleaseContinuationPoint, ByteString ContinuationPoint)
          Synchronous QueryNext service request.
 AsyncResult QueryNextAsync(QueryNextRequest req)
          Asynchronous QueryNext service request.
 AsyncResult QueryNextAsync(RequestHeader RequestHeader, Boolean ReleaseContinuationPoint, ByteString ContinuationPoint)
          Asynchronous QueryNext service request.
 ReadResponse Read(ReadRequest req)
          Synchronous Read service request.
 ReadResponse Read(RequestHeader RequestHeader, Double MaxAge, TimestampsToReturn TimestampsToReturn, ReadValueId... NodesToRead)
          Synchronous Read service request.
 AsyncResult ReadAsync(ReadRequest req)
          Asynchronous Read service request.
 AsyncResult ReadAsync(RequestHeader RequestHeader, Double MaxAge, TimestampsToReturn TimestampsToReturn, ReadValueId... NodesToRead)
          Asynchronous Read service request.
 RegisterNodesResponse RegisterNodes(RegisterNodesRequest req)
          Synchronous RegisterNodes service request.
 RegisterNodesResponse RegisterNodes(RequestHeader RequestHeader, NodeId... NodesToRegister)
          Synchronous RegisterNodes service request.
 AsyncResult RegisterNodesAsync(RegisterNodesRequest req)
          Asynchronous RegisterNodes service request.
 AsyncResult RegisterNodesAsync(RequestHeader RequestHeader, NodeId... NodesToRegister)
          Asynchronous RegisterNodes service request.
 RegisterServerResponse RegisterServer(RegisterServerRequest req)
          Synchronous RegisterServer service request.
 RegisterServerResponse RegisterServer(RequestHeader RequestHeader, RegisteredServer Server)
          Synchronous RegisterServer service request.
 RegisterServer2Response RegisterServer2(RegisterServer2Request req)
          Synchronous RegisterServer2 service request.
 RegisterServer2Response RegisterServer2(RequestHeader RequestHeader, RegisteredServer Server, ExtensionObject... DiscoveryConfiguration)
          Synchronous RegisterServer2 service request.
 AsyncResult RegisterServer2Async(RegisterServer2Request req)
          Asynchronous RegisterServer2 service request.
 AsyncResult RegisterServer2Async(RequestHeader RequestHeader, RegisteredServer Server, ExtensionObject... DiscoveryConfiguration)
          Asynchronous RegisterServer2 service request.
 AsyncResult RegisterServerAsync(RegisterServerRequest req)
          Asynchronous RegisterServer service request.
 AsyncResult RegisterServerAsync(RequestHeader RequestHeader, RegisteredServer Server)
          Asynchronous RegisterServer service request.
 RepublishResponse Republish(RepublishRequest req)
          Synchronous Republish service request.
 RepublishResponse Republish(RequestHeader RequestHeader, UnsignedInteger SubscriptionId, UnsignedInteger RetransmitSequenceNumber)
          Synchronous Republish service request.
 AsyncResult RepublishAsync(RepublishRequest req)
          Asynchronous Republish service request.
 AsyncResult RepublishAsync(RequestHeader RequestHeader, UnsignedInteger SubscriptionId, UnsignedInteger RetransmitSequenceNumber)
          Asynchronous Republish service request.
 SetMonitoringModeResponse SetMonitoringMode(RequestHeader RequestHeader, UnsignedInteger SubscriptionId, MonitoringMode MonitoringMode, UnsignedInteger... MonitoredItemIds)
          Synchronous SetMonitoringMode service request.
 SetMonitoringModeResponse SetMonitoringMode(SetMonitoringModeRequest req)
          Synchronous SetMonitoringMode service request.
 AsyncResult SetMonitoringModeAsync(RequestHeader RequestHeader, UnsignedInteger SubscriptionId, MonitoringMode MonitoringMode, UnsignedInteger... MonitoredItemIds)
          Asynchronous SetMonitoringMode service request.
 AsyncResult SetMonitoringModeAsync(SetMonitoringModeRequest req)
          Asynchronous SetMonitoringMode service request.
 SetPublishingModeResponse SetPublishingMode(RequestHeader RequestHeader, Boolean PublishingEnabled, UnsignedInteger... SubscriptionIds)
          Synchronous SetPublishingMode service request.
 SetPublishingModeResponse SetPublishingMode(SetPublishingModeRequest req)
          Synchronous SetPublishingMode service request.
 AsyncResult SetPublishingModeAsync(RequestHeader RequestHeader, Boolean PublishingEnabled, UnsignedInteger... SubscriptionIds)
          Asynchronous SetPublishingMode service request.
 AsyncResult SetPublishingModeAsync(SetPublishingModeRequest req)
          Asynchronous SetPublishingMode service request.
protected  void setRequestChannel(RequestChannel channel)
           
 SetTriggeringResponse SetTriggering(RequestHeader RequestHeader, UnsignedInteger SubscriptionId, UnsignedInteger TriggeringItemId, UnsignedInteger[] LinksToAdd, UnsignedInteger... LinksToRemove)
          Synchronous SetTriggering service request.
 SetTriggeringResponse SetTriggering(SetTriggeringRequest req)
          Synchronous SetTriggering service request.
 AsyncResult SetTriggeringAsync(RequestHeader RequestHeader, UnsignedInteger SubscriptionId, UnsignedInteger TriggeringItemId, UnsignedInteger[] LinksToAdd, UnsignedInteger... LinksToRemove)
          Asynchronous SetTriggering service request.
 AsyncResult SetTriggeringAsync(SetTriggeringRequest req)
          Asynchronous SetTriggering service request.
 TransferSubscriptionsResponse TransferSubscriptions(RequestHeader RequestHeader, UnsignedInteger[] SubscriptionIds, Boolean SendInitialValues)
          Synchronous TransferSubscriptions service request.
 TransferSubscriptionsResponse TransferSubscriptions(TransferSubscriptionsRequest req)
          Synchronous TransferSubscriptions service request.
 AsyncResult TransferSubscriptionsAsync(RequestHeader RequestHeader, UnsignedInteger[] SubscriptionIds, Boolean SendInitialValues)
          Asynchronous TransferSubscriptions service request.
 AsyncResult TransferSubscriptionsAsync(TransferSubscriptionsRequest req)
          Asynchronous TransferSubscriptions service request.
 TranslateBrowsePathsToNodeIdsResponse TranslateBrowsePathsToNodeIds(RequestHeader RequestHeader, BrowsePath... BrowsePaths)
          Synchronous TranslateBrowsePathsToNodeIds service request.
 TranslateBrowsePathsToNodeIdsResponse TranslateBrowsePathsToNodeIds(TranslateBrowsePathsToNodeIdsRequest req)
          Synchronous TranslateBrowsePathsToNodeIds service request.
 AsyncResult TranslateBrowsePathsToNodeIdsAsync(RequestHeader RequestHeader, BrowsePath... BrowsePaths)
          Asynchronous TranslateBrowsePathsToNodeIds service request.
 AsyncResult TranslateBrowsePathsToNodeIdsAsync(TranslateBrowsePathsToNodeIdsRequest req)
          Asynchronous TranslateBrowsePathsToNodeIds service request.
 UnregisterNodesResponse UnregisterNodes(RequestHeader RequestHeader, NodeId... NodesToUnregister)
          Synchronous UnregisterNodes service request.
 UnregisterNodesResponse UnregisterNodes(UnregisterNodesRequest req)
          Synchronous UnregisterNodes service request.
 AsyncResult UnregisterNodesAsync(RequestHeader RequestHeader, NodeId... NodesToUnregister)
          Asynchronous UnregisterNodes service request.
 AsyncResult UnregisterNodesAsync(UnregisterNodesRequest req)
          Asynchronous UnregisterNodes service request.
 WriteResponse Write(RequestHeader RequestHeader, WriteValue... NodesToWrite)
          Synchronous Write service request.
 WriteResponse Write(WriteRequest req)
          Synchronous Write service request.
 AsyncResult WriteAsync(RequestHeader RequestHeader, WriteValue... NodesToWrite)
          Asynchronous Write service request.
 AsyncResult WriteAsync(WriteRequest req)
          Asynchronous Write service request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

channel

protected RequestChannel channel
The back-end channel object

Constructor Detail

ChannelService

public ChannelService(RequestChannel clientChannel)

ChannelService

public ChannelService()
Method Detail

setRequestChannel

protected void setRequestChannel(RequestChannel channel)

FindServers

public FindServersResponse FindServers(RequestHeader RequestHeader,
                                       String EndpointUrl,
                                       String[] LocaleIds,
                                       String... ServerUris)
                                throws ServiceFaultException,
                                       ServiceResultException
Synchronous FindServers service request.

Parameters:
RequestHeader -
EndpointUrl -
LocaleIds -
ServerUris -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

FindServers

public FindServersResponse FindServers(FindServersRequest req)
                                throws ServiceFaultException,
                                       ServiceResultException
Synchronous FindServers service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

FindServersAsync

public AsyncResult FindServersAsync(RequestHeader RequestHeader,
                                    String EndpointUrl,
                                    String[] LocaleIds,
                                    String... ServerUris)
Asynchronous FindServers service request.

Parameters:
RequestHeader -
EndpointUrl -
LocaleIds -
ServerUris -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

FindServersAsync

public AsyncResult FindServersAsync(FindServersRequest req)
Asynchronous FindServers service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

FindServersOnNetwork

public FindServersOnNetworkResponse FindServersOnNetwork(RequestHeader RequestHeader,
                                                         UnsignedInteger StartingRecordId,
                                                         UnsignedInteger MaxRecordsToReturn,
                                                         String... ServerCapabilityFilter)
                                                  throws ServiceFaultException,
                                                         ServiceResultException
Synchronous FindServersOnNetwork service request.

Parameters:
RequestHeader -
StartingRecordId -
MaxRecordsToReturn -
ServerCapabilityFilter -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

FindServersOnNetwork

public FindServersOnNetworkResponse FindServersOnNetwork(FindServersOnNetworkRequest req)
                                                  throws ServiceFaultException,
                                                         ServiceResultException
Synchronous FindServersOnNetwork service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

FindServersOnNetworkAsync

public AsyncResult FindServersOnNetworkAsync(RequestHeader RequestHeader,
                                             UnsignedInteger StartingRecordId,
                                             UnsignedInteger MaxRecordsToReturn,
                                             String... ServerCapabilityFilter)
Asynchronous FindServersOnNetwork service request.

Parameters:
RequestHeader -
StartingRecordId -
MaxRecordsToReturn -
ServerCapabilityFilter -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

FindServersOnNetworkAsync

public AsyncResult FindServersOnNetworkAsync(FindServersOnNetworkRequest req)
Asynchronous FindServersOnNetwork service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

GetEndpoints

public GetEndpointsResponse GetEndpoints(RequestHeader RequestHeader,
                                         String EndpointUrl,
                                         String[] LocaleIds,
                                         String... ProfileUris)
                                  throws ServiceFaultException,
                                         ServiceResultException
Synchronous GetEndpoints service request.

Parameters:
RequestHeader -
EndpointUrl -
LocaleIds -
ProfileUris -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

GetEndpoints

public GetEndpointsResponse GetEndpoints(GetEndpointsRequest req)
                                  throws ServiceFaultException,
                                         ServiceResultException
Synchronous GetEndpoints service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

GetEndpointsAsync

public AsyncResult GetEndpointsAsync(RequestHeader RequestHeader,
                                     String EndpointUrl,
                                     String[] LocaleIds,
                                     String... ProfileUris)
Asynchronous GetEndpoints service request.

Parameters:
RequestHeader -
EndpointUrl -
LocaleIds -
ProfileUris -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

GetEndpointsAsync

public AsyncResult GetEndpointsAsync(GetEndpointsRequest req)
Asynchronous GetEndpoints service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

RegisterServer

public RegisterServerResponse RegisterServer(RequestHeader RequestHeader,
                                             RegisteredServer Server)
                                      throws ServiceFaultException,
                                             ServiceResultException
Synchronous RegisterServer service request.

Parameters:
RequestHeader -
Server -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

RegisterServer

public RegisterServerResponse RegisterServer(RegisterServerRequest req)
                                      throws ServiceFaultException,
                                             ServiceResultException
Synchronous RegisterServer service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

RegisterServerAsync

public AsyncResult RegisterServerAsync(RequestHeader RequestHeader,
                                       RegisteredServer Server)
Asynchronous RegisterServer service request.

Parameters:
RequestHeader -
Server -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

RegisterServerAsync

public AsyncResult RegisterServerAsync(RegisterServerRequest req)
Asynchronous RegisterServer service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

RegisterServer2

public RegisterServer2Response RegisterServer2(RequestHeader RequestHeader,
                                               RegisteredServer Server,
                                               ExtensionObject... DiscoveryConfiguration)
                                        throws ServiceFaultException,
                                               ServiceResultException
Synchronous RegisterServer2 service request.

Parameters:
RequestHeader -
Server -
DiscoveryConfiguration -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

RegisterServer2

public RegisterServer2Response RegisterServer2(RegisterServer2Request req)
                                        throws ServiceFaultException,
                                               ServiceResultException
Synchronous RegisterServer2 service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

RegisterServer2Async

public AsyncResult RegisterServer2Async(RequestHeader RequestHeader,
                                        RegisteredServer Server,
                                        ExtensionObject... DiscoveryConfiguration)
Asynchronous RegisterServer2 service request.

Parameters:
RequestHeader -
Server -
DiscoveryConfiguration -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

RegisterServer2Async

public AsyncResult RegisterServer2Async(RegisterServer2Request req)
Asynchronous RegisterServer2 service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

OpenSecureChannel

public OpenSecureChannelResponse OpenSecureChannel(RequestHeader RequestHeader,
                                                   UnsignedInteger ClientProtocolVersion,
                                                   SecurityTokenRequestType RequestType,
                                                   MessageSecurityMode SecurityMode,
                                                   ByteString ClientNonce,
                                                   UnsignedInteger RequestedLifetime)
                                            throws ServiceFaultException,
                                                   ServiceResultException
Synchronous OpenSecureChannel service request.

Parameters:
RequestHeader -
ClientProtocolVersion -
RequestType -
SecurityMode -
ClientNonce -
RequestedLifetime -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

OpenSecureChannel

public OpenSecureChannelResponse OpenSecureChannel(OpenSecureChannelRequest req)
                                            throws ServiceFaultException,
                                                   ServiceResultException
Synchronous OpenSecureChannel service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

OpenSecureChannelAsync

public AsyncResult OpenSecureChannelAsync(RequestHeader RequestHeader,
                                          UnsignedInteger ClientProtocolVersion,
                                          SecurityTokenRequestType RequestType,
                                          MessageSecurityMode SecurityMode,
                                          ByteString ClientNonce,
                                          UnsignedInteger RequestedLifetime)
Asynchronous OpenSecureChannel service request.

Parameters:
RequestHeader -
ClientProtocolVersion -
RequestType -
SecurityMode -
ClientNonce -
RequestedLifetime -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

OpenSecureChannelAsync

public AsyncResult OpenSecureChannelAsync(OpenSecureChannelRequest req)
Asynchronous OpenSecureChannel service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

CloseSecureChannel

public CloseSecureChannelResponse CloseSecureChannel(RequestHeader RequestHeader)
                                              throws ServiceFaultException,
                                                     ServiceResultException
Synchronous CloseSecureChannel service request.

Parameters:
RequestHeader -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

CloseSecureChannel

public CloseSecureChannelResponse CloseSecureChannel(CloseSecureChannelRequest req)
                                              throws ServiceFaultException,
                                                     ServiceResultException
Synchronous CloseSecureChannel service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

CloseSecureChannelAsync

public AsyncResult CloseSecureChannelAsync(RequestHeader RequestHeader)
Asynchronous CloseSecureChannel service request.

Parameters:
RequestHeader -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

CloseSecureChannelAsync

public AsyncResult CloseSecureChannelAsync(CloseSecureChannelRequest req)
Asynchronous CloseSecureChannel service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

CreateSession

public CreateSessionResponse CreateSession(RequestHeader RequestHeader,
                                           ApplicationDescription ClientDescription,
                                           String ServerUri,
                                           String EndpointUrl,
                                           String SessionName,
                                           ByteString ClientNonce,
                                           ByteString ClientCertificate,
                                           Double RequestedSessionTimeout,
                                           UnsignedInteger MaxResponseMessageSize)
                                    throws ServiceFaultException,
                                           ServiceResultException
Synchronous CreateSession service request.

Parameters:
RequestHeader -
ClientDescription -
ServerUri -
EndpointUrl -
SessionName -
ClientNonce -
ClientCertificate -
RequestedSessionTimeout -
MaxResponseMessageSize -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

CreateSession

public CreateSessionResponse CreateSession(CreateSessionRequest req)
                                    throws ServiceFaultException,
                                           ServiceResultException
Synchronous CreateSession service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

CreateSessionAsync

public AsyncResult CreateSessionAsync(RequestHeader RequestHeader,
                                      ApplicationDescription ClientDescription,
                                      String ServerUri,
                                      String EndpointUrl,
                                      String SessionName,
                                      ByteString ClientNonce,
                                      ByteString ClientCertificate,
                                      Double RequestedSessionTimeout,
                                      UnsignedInteger MaxResponseMessageSize)
Asynchronous CreateSession service request.

Parameters:
RequestHeader -
ClientDescription -
ServerUri -
EndpointUrl -
SessionName -
ClientNonce -
ClientCertificate -
RequestedSessionTimeout -
MaxResponseMessageSize -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

CreateSessionAsync

public AsyncResult CreateSessionAsync(CreateSessionRequest req)
Asynchronous CreateSession service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

ActivateSession

public ActivateSessionResponse ActivateSession(RequestHeader RequestHeader,
                                               SignatureData ClientSignature,
                                               SignedSoftwareCertificate[] ClientSoftwareCertificates,
                                               String[] LocaleIds,
                                               ExtensionObject UserIdentityToken,
                                               SignatureData UserTokenSignature)
                                        throws ServiceFaultException,
                                               ServiceResultException
Synchronous ActivateSession service request.

Parameters:
RequestHeader -
ClientSignature -
ClientSoftwareCertificates -
LocaleIds -
UserIdentityToken -
UserTokenSignature -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

ActivateSession

public ActivateSessionResponse ActivateSession(ActivateSessionRequest req)
                                        throws ServiceFaultException,
                                               ServiceResultException
Synchronous ActivateSession service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

ActivateSessionAsync

public AsyncResult ActivateSessionAsync(RequestHeader RequestHeader,
                                        SignatureData ClientSignature,
                                        SignedSoftwareCertificate[] ClientSoftwareCertificates,
                                        String[] LocaleIds,
                                        ExtensionObject UserIdentityToken,
                                        SignatureData UserTokenSignature)
Asynchronous ActivateSession service request.

Parameters:
RequestHeader -
ClientSignature -
ClientSoftwareCertificates -
LocaleIds -
UserIdentityToken -
UserTokenSignature -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

ActivateSessionAsync

public AsyncResult ActivateSessionAsync(ActivateSessionRequest req)
Asynchronous ActivateSession service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

CloseSession

public CloseSessionResponse CloseSession(RequestHeader RequestHeader,
                                         Boolean DeleteSubscriptions)
                                  throws ServiceFaultException,
                                         ServiceResultException
Synchronous CloseSession service request.

Parameters:
RequestHeader -
DeleteSubscriptions -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

CloseSession

public CloseSessionResponse CloseSession(CloseSessionRequest req)
                                  throws ServiceFaultException,
                                         ServiceResultException
Synchronous CloseSession service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

CloseSessionAsync

public AsyncResult CloseSessionAsync(RequestHeader RequestHeader,
                                     Boolean DeleteSubscriptions)
Asynchronous CloseSession service request.

Parameters:
RequestHeader -
DeleteSubscriptions -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

CloseSessionAsync

public AsyncResult CloseSessionAsync(CloseSessionRequest req)
Asynchronous CloseSession service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

Cancel

public CancelResponse Cancel(RequestHeader RequestHeader,
                             UnsignedInteger RequestHandle)
                      throws ServiceFaultException,
                             ServiceResultException
Synchronous Cancel service request.

Parameters:
RequestHeader -
RequestHandle -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

Cancel

public CancelResponse Cancel(CancelRequest req)
                      throws ServiceFaultException,
                             ServiceResultException
Synchronous Cancel service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

CancelAsync

public AsyncResult CancelAsync(RequestHeader RequestHeader,
                               UnsignedInteger RequestHandle)
Asynchronous Cancel service request.

Parameters:
RequestHeader -
RequestHandle -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

CancelAsync

public AsyncResult CancelAsync(CancelRequest req)
Asynchronous Cancel service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

AddNodes

public AddNodesResponse AddNodes(RequestHeader RequestHeader,
                                 AddNodesItem... NodesToAdd)
                          throws ServiceFaultException,
                                 ServiceResultException
Synchronous AddNodes service request.

Parameters:
RequestHeader -
NodesToAdd -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

AddNodes

public AddNodesResponse AddNodes(AddNodesRequest req)
                          throws ServiceFaultException,
                                 ServiceResultException
Synchronous AddNodes service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

AddNodesAsync

public AsyncResult AddNodesAsync(RequestHeader RequestHeader,
                                 AddNodesItem... NodesToAdd)
Asynchronous AddNodes service request.

Parameters:
RequestHeader -
NodesToAdd -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

AddNodesAsync

public AsyncResult AddNodesAsync(AddNodesRequest req)
Asynchronous AddNodes service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

AddReferences

public AddReferencesResponse AddReferences(RequestHeader RequestHeader,
                                           AddReferencesItem... ReferencesToAdd)
                                    throws ServiceFaultException,
                                           ServiceResultException
Synchronous AddReferences service request.

Parameters:
RequestHeader -
ReferencesToAdd -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

AddReferences

public AddReferencesResponse AddReferences(AddReferencesRequest req)
                                    throws ServiceFaultException,
                                           ServiceResultException
Synchronous AddReferences service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

AddReferencesAsync

public AsyncResult AddReferencesAsync(RequestHeader RequestHeader,
                                      AddReferencesItem... ReferencesToAdd)
Asynchronous AddReferences service request.

Parameters:
RequestHeader -
ReferencesToAdd -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

AddReferencesAsync

public AsyncResult AddReferencesAsync(AddReferencesRequest req)
Asynchronous AddReferences service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

DeleteNodes

public DeleteNodesResponse DeleteNodes(RequestHeader RequestHeader,
                                       DeleteNodesItem... NodesToDelete)
                                throws ServiceFaultException,
                                       ServiceResultException
Synchronous DeleteNodes service request.

Parameters:
RequestHeader -
NodesToDelete -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

DeleteNodes

public DeleteNodesResponse DeleteNodes(DeleteNodesRequest req)
                                throws ServiceFaultException,
                                       ServiceResultException
Synchronous DeleteNodes service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

DeleteNodesAsync

public AsyncResult DeleteNodesAsync(RequestHeader RequestHeader,
                                    DeleteNodesItem... NodesToDelete)
Asynchronous DeleteNodes service request.

Parameters:
RequestHeader -
NodesToDelete -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

DeleteNodesAsync

public AsyncResult DeleteNodesAsync(DeleteNodesRequest req)
Asynchronous DeleteNodes service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

DeleteReferences

public DeleteReferencesResponse DeleteReferences(RequestHeader RequestHeader,
                                                 DeleteReferencesItem... ReferencesToDelete)
                                          throws ServiceFaultException,
                                                 ServiceResultException
Synchronous DeleteReferences service request.

Parameters:
RequestHeader -
ReferencesToDelete -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

DeleteReferences

public DeleteReferencesResponse DeleteReferences(DeleteReferencesRequest req)
                                          throws ServiceFaultException,
                                                 ServiceResultException
Synchronous DeleteReferences service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

DeleteReferencesAsync

public AsyncResult DeleteReferencesAsync(RequestHeader RequestHeader,
                                         DeleteReferencesItem... ReferencesToDelete)
Asynchronous DeleteReferences service request.

Parameters:
RequestHeader -
ReferencesToDelete -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

DeleteReferencesAsync

public AsyncResult DeleteReferencesAsync(DeleteReferencesRequest req)
Asynchronous DeleteReferences service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

Browse

public BrowseResponse Browse(RequestHeader RequestHeader,
                             ViewDescription View,
                             UnsignedInteger RequestedMaxReferencesPerNode,
                             BrowseDescription... NodesToBrowse)
                      throws ServiceFaultException,
                             ServiceResultException
Synchronous Browse service request.

Parameters:
RequestHeader -
View -
RequestedMaxReferencesPerNode -
NodesToBrowse -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

Browse

public BrowseResponse Browse(BrowseRequest req)
                      throws ServiceFaultException,
                             ServiceResultException
Synchronous Browse service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

BrowseAsync

public AsyncResult BrowseAsync(RequestHeader RequestHeader,
                               ViewDescription View,
                               UnsignedInteger RequestedMaxReferencesPerNode,
                               BrowseDescription... NodesToBrowse)
Asynchronous Browse service request.

Parameters:
RequestHeader -
View -
RequestedMaxReferencesPerNode -
NodesToBrowse -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

BrowseAsync

public AsyncResult BrowseAsync(BrowseRequest req)
Asynchronous Browse service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

BrowseNext

public BrowseNextResponse BrowseNext(RequestHeader RequestHeader,
                                     Boolean ReleaseContinuationPoints,
                                     ByteString... ContinuationPoints)
                              throws ServiceFaultException,
                                     ServiceResultException
Synchronous BrowseNext service request.

Parameters:
RequestHeader -
ReleaseContinuationPoints -
ContinuationPoints -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

BrowseNext

public BrowseNextResponse BrowseNext(BrowseNextRequest req)
                              throws ServiceFaultException,
                                     ServiceResultException
Synchronous BrowseNext service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

BrowseNextAsync

public AsyncResult BrowseNextAsync(RequestHeader RequestHeader,
                                   Boolean ReleaseContinuationPoints,
                                   ByteString... ContinuationPoints)
Asynchronous BrowseNext service request.

Parameters:
RequestHeader -
ReleaseContinuationPoints -
ContinuationPoints -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

BrowseNextAsync

public AsyncResult BrowseNextAsync(BrowseNextRequest req)
Asynchronous BrowseNext service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

TranslateBrowsePathsToNodeIds

public TranslateBrowsePathsToNodeIdsResponse TranslateBrowsePathsToNodeIds(RequestHeader RequestHeader,
                                                                           BrowsePath... BrowsePaths)
                                                                    throws ServiceFaultException,
                                                                           ServiceResultException
Synchronous TranslateBrowsePathsToNodeIds service request.

Parameters:
RequestHeader -
BrowsePaths -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

TranslateBrowsePathsToNodeIds

public TranslateBrowsePathsToNodeIdsResponse TranslateBrowsePathsToNodeIds(TranslateBrowsePathsToNodeIdsRequest req)
                                                                    throws ServiceFaultException,
                                                                           ServiceResultException
Synchronous TranslateBrowsePathsToNodeIds service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

TranslateBrowsePathsToNodeIdsAsync

public AsyncResult TranslateBrowsePathsToNodeIdsAsync(RequestHeader RequestHeader,
                                                      BrowsePath... BrowsePaths)
Asynchronous TranslateBrowsePathsToNodeIds service request.

Parameters:
RequestHeader -
BrowsePaths -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

TranslateBrowsePathsToNodeIdsAsync

public AsyncResult TranslateBrowsePathsToNodeIdsAsync(TranslateBrowsePathsToNodeIdsRequest req)
Asynchronous TranslateBrowsePathsToNodeIds service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

RegisterNodes

public RegisterNodesResponse RegisterNodes(RequestHeader RequestHeader,
                                           NodeId... NodesToRegister)
                                    throws ServiceFaultException,
                                           ServiceResultException
Synchronous RegisterNodes service request.

Parameters:
RequestHeader -
NodesToRegister -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

RegisterNodes

public RegisterNodesResponse RegisterNodes(RegisterNodesRequest req)
                                    throws ServiceFaultException,
                                           ServiceResultException
Synchronous RegisterNodes service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

RegisterNodesAsync

public AsyncResult RegisterNodesAsync(RequestHeader RequestHeader,
                                      NodeId... NodesToRegister)
Asynchronous RegisterNodes service request.

Parameters:
RequestHeader -
NodesToRegister -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

RegisterNodesAsync

public AsyncResult RegisterNodesAsync(RegisterNodesRequest req)
Asynchronous RegisterNodes service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

UnregisterNodes

public UnregisterNodesResponse UnregisterNodes(RequestHeader RequestHeader,
                                               NodeId... NodesToUnregister)
                                        throws ServiceFaultException,
                                               ServiceResultException
Synchronous UnregisterNodes service request.

Parameters:
RequestHeader -
NodesToUnregister -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

UnregisterNodes

public UnregisterNodesResponse UnregisterNodes(UnregisterNodesRequest req)
                                        throws ServiceFaultException,
                                               ServiceResultException
Synchronous UnregisterNodes service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

UnregisterNodesAsync

public AsyncResult UnregisterNodesAsync(RequestHeader RequestHeader,
                                        NodeId... NodesToUnregister)
Asynchronous UnregisterNodes service request.

Parameters:
RequestHeader -
NodesToUnregister -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

UnregisterNodesAsync

public AsyncResult UnregisterNodesAsync(UnregisterNodesRequest req)
Asynchronous UnregisterNodes service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

QueryFirst

public QueryFirstResponse QueryFirst(RequestHeader RequestHeader,
                                     ViewDescription View,
                                     NodeTypeDescription[] NodeTypes,
                                     ContentFilter Filter,
                                     UnsignedInteger MaxDataSetsToReturn,
                                     UnsignedInteger MaxReferencesToReturn)
                              throws ServiceFaultException,
                                     ServiceResultException
Synchronous QueryFirst service request.

Parameters:
RequestHeader -
View -
NodeTypes -
Filter -
MaxDataSetsToReturn -
MaxReferencesToReturn -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

QueryFirst

public QueryFirstResponse QueryFirst(QueryFirstRequest req)
                              throws ServiceFaultException,
                                     ServiceResultException
Synchronous QueryFirst service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

QueryFirstAsync

public AsyncResult QueryFirstAsync(RequestHeader RequestHeader,
                                   ViewDescription View,
                                   NodeTypeDescription[] NodeTypes,
                                   ContentFilter Filter,
                                   UnsignedInteger MaxDataSetsToReturn,
                                   UnsignedInteger MaxReferencesToReturn)
Asynchronous QueryFirst service request.

Parameters:
RequestHeader -
View -
NodeTypes -
Filter -
MaxDataSetsToReturn -
MaxReferencesToReturn -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

QueryFirstAsync

public AsyncResult QueryFirstAsync(QueryFirstRequest req)
Asynchronous QueryFirst service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

QueryNext

public QueryNextResponse QueryNext(RequestHeader RequestHeader,
                                   Boolean ReleaseContinuationPoint,
                                   ByteString ContinuationPoint)
                            throws ServiceFaultException,
                                   ServiceResultException
Synchronous QueryNext service request.

Parameters:
RequestHeader -
ReleaseContinuationPoint -
ContinuationPoint -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

QueryNext

public QueryNextResponse QueryNext(QueryNextRequest req)
                            throws ServiceFaultException,
                                   ServiceResultException
Synchronous QueryNext service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

QueryNextAsync

public AsyncResult QueryNextAsync(RequestHeader RequestHeader,
                                  Boolean ReleaseContinuationPoint,
                                  ByteString ContinuationPoint)
Asynchronous QueryNext service request.

Parameters:
RequestHeader -
ReleaseContinuationPoint -
ContinuationPoint -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

QueryNextAsync

public AsyncResult QueryNextAsync(QueryNextRequest req)
Asynchronous QueryNext service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

Read

public ReadResponse Read(RequestHeader RequestHeader,
                         Double MaxAge,
                         TimestampsToReturn TimestampsToReturn,
                         ReadValueId... NodesToRead)
                  throws ServiceFaultException,
                         ServiceResultException
Synchronous Read service request.

Parameters:
RequestHeader -
MaxAge -
TimestampsToReturn -
NodesToRead -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

Read

public ReadResponse Read(ReadRequest req)
                  throws ServiceFaultException,
                         ServiceResultException
Synchronous Read service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

ReadAsync

public AsyncResult ReadAsync(RequestHeader RequestHeader,
                             Double MaxAge,
                             TimestampsToReturn TimestampsToReturn,
                             ReadValueId... NodesToRead)
Asynchronous Read service request.

Parameters:
RequestHeader -
MaxAge -
TimestampsToReturn -
NodesToRead -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

ReadAsync

public AsyncResult ReadAsync(ReadRequest req)
Asynchronous Read service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

HistoryRead

public HistoryReadResponse HistoryRead(RequestHeader RequestHeader,
                                       ExtensionObject HistoryReadDetails,
                                       TimestampsToReturn TimestampsToReturn,
                                       Boolean ReleaseContinuationPoints,
                                       HistoryReadValueId... NodesToRead)
                                throws ServiceFaultException,
                                       ServiceResultException
Synchronous HistoryRead service request.

Parameters:
RequestHeader -
HistoryReadDetails -
TimestampsToReturn -
ReleaseContinuationPoints -
NodesToRead -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

HistoryRead

public HistoryReadResponse HistoryRead(HistoryReadRequest req)
                                throws ServiceFaultException,
                                       ServiceResultException
Synchronous HistoryRead service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

HistoryReadAsync

public AsyncResult HistoryReadAsync(RequestHeader RequestHeader,
                                    ExtensionObject HistoryReadDetails,
                                    TimestampsToReturn TimestampsToReturn,
                                    Boolean ReleaseContinuationPoints,
                                    HistoryReadValueId... NodesToRead)
Asynchronous HistoryRead service request.

Parameters:
RequestHeader -
HistoryReadDetails -
TimestampsToReturn -
ReleaseContinuationPoints -
NodesToRead -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

HistoryReadAsync

public AsyncResult HistoryReadAsync(HistoryReadRequest req)
Asynchronous HistoryRead service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

Write

public WriteResponse Write(RequestHeader RequestHeader,
                           WriteValue... NodesToWrite)
                    throws ServiceFaultException,
                           ServiceResultException
Synchronous Write service request.

Parameters:
RequestHeader -
NodesToWrite -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

Write

public WriteResponse Write(WriteRequest req)
                    throws ServiceFaultException,
                           ServiceResultException
Synchronous Write service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

WriteAsync

public AsyncResult WriteAsync(RequestHeader RequestHeader,
                              WriteValue... NodesToWrite)
Asynchronous Write service request.

Parameters:
RequestHeader -
NodesToWrite -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

WriteAsync

public AsyncResult WriteAsync(WriteRequest req)
Asynchronous Write service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

HistoryUpdate

public HistoryUpdateResponse HistoryUpdate(RequestHeader RequestHeader,
                                           ExtensionObject... HistoryUpdateDetails)
                                    throws ServiceFaultException,
                                           ServiceResultException
Synchronous HistoryUpdate service request.

Parameters:
RequestHeader -
HistoryUpdateDetails -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

HistoryUpdate

public HistoryUpdateResponse HistoryUpdate(HistoryUpdateRequest req)
                                    throws ServiceFaultException,
                                           ServiceResultException
Synchronous HistoryUpdate service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

HistoryUpdateAsync

public AsyncResult HistoryUpdateAsync(RequestHeader RequestHeader,
                                      ExtensionObject... HistoryUpdateDetails)
Asynchronous HistoryUpdate service request.

Parameters:
RequestHeader -
HistoryUpdateDetails -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

HistoryUpdateAsync

public AsyncResult HistoryUpdateAsync(HistoryUpdateRequest req)
Asynchronous HistoryUpdate service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

Call

public CallResponse Call(RequestHeader RequestHeader,
                         CallMethodRequest... MethodsToCall)
                  throws ServiceFaultException,
                         ServiceResultException
Synchronous Call service request.

Parameters:
RequestHeader -
MethodsToCall -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

Call

public CallResponse Call(CallRequest req)
                  throws ServiceFaultException,
                         ServiceResultException
Synchronous Call service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

CallAsync

public AsyncResult CallAsync(RequestHeader RequestHeader,
                             CallMethodRequest... MethodsToCall)
Asynchronous Call service request.

Parameters:
RequestHeader -
MethodsToCall -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

CallAsync

public AsyncResult CallAsync(CallRequest req)
Asynchronous Call service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

CreateMonitoredItems

public CreateMonitoredItemsResponse CreateMonitoredItems(RequestHeader RequestHeader,
                                                         UnsignedInteger SubscriptionId,
                                                         TimestampsToReturn TimestampsToReturn,
                                                         MonitoredItemCreateRequest... ItemsToCreate)
                                                  throws ServiceFaultException,
                                                         ServiceResultException
Synchronous CreateMonitoredItems service request.

Parameters:
RequestHeader -
SubscriptionId -
TimestampsToReturn -
ItemsToCreate -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

CreateMonitoredItems

public CreateMonitoredItemsResponse CreateMonitoredItems(CreateMonitoredItemsRequest req)
                                                  throws ServiceFaultException,
                                                         ServiceResultException
Synchronous CreateMonitoredItems service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

CreateMonitoredItemsAsync

public AsyncResult CreateMonitoredItemsAsync(RequestHeader RequestHeader,
                                             UnsignedInteger SubscriptionId,
                                             TimestampsToReturn TimestampsToReturn,
                                             MonitoredItemCreateRequest... ItemsToCreate)
Asynchronous CreateMonitoredItems service request.

Parameters:
RequestHeader -
SubscriptionId -
TimestampsToReturn -
ItemsToCreate -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

CreateMonitoredItemsAsync

public AsyncResult CreateMonitoredItemsAsync(CreateMonitoredItemsRequest req)
Asynchronous CreateMonitoredItems service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

ModifyMonitoredItems

public ModifyMonitoredItemsResponse ModifyMonitoredItems(RequestHeader RequestHeader,
                                                         UnsignedInteger SubscriptionId,
                                                         TimestampsToReturn TimestampsToReturn,
                                                         MonitoredItemModifyRequest... ItemsToModify)
                                                  throws ServiceFaultException,
                                                         ServiceResultException
Synchronous ModifyMonitoredItems service request.

Parameters:
RequestHeader -
SubscriptionId -
TimestampsToReturn -
ItemsToModify -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

ModifyMonitoredItems

public ModifyMonitoredItemsResponse ModifyMonitoredItems(ModifyMonitoredItemsRequest req)
                                                  throws ServiceFaultException,
                                                         ServiceResultException
Synchronous ModifyMonitoredItems service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

ModifyMonitoredItemsAsync

public AsyncResult ModifyMonitoredItemsAsync(RequestHeader RequestHeader,
                                             UnsignedInteger SubscriptionId,
                                             TimestampsToReturn TimestampsToReturn,
                                             MonitoredItemModifyRequest... ItemsToModify)
Asynchronous ModifyMonitoredItems service request.

Parameters:
RequestHeader -
SubscriptionId -
TimestampsToReturn -
ItemsToModify -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

ModifyMonitoredItemsAsync

public AsyncResult ModifyMonitoredItemsAsync(ModifyMonitoredItemsRequest req)
Asynchronous ModifyMonitoredItems service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

SetMonitoringMode

public SetMonitoringModeResponse SetMonitoringMode(RequestHeader RequestHeader,
                                                   UnsignedInteger SubscriptionId,
                                                   MonitoringMode MonitoringMode,
                                                   UnsignedInteger... MonitoredItemIds)
                                            throws ServiceFaultException,
                                                   ServiceResultException
Synchronous SetMonitoringMode service request.

Parameters:
RequestHeader -
SubscriptionId -
MonitoringMode -
MonitoredItemIds -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

SetMonitoringMode

public SetMonitoringModeResponse SetMonitoringMode(SetMonitoringModeRequest req)
                                            throws ServiceFaultException,
                                                   ServiceResultException
Synchronous SetMonitoringMode service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

SetMonitoringModeAsync

public AsyncResult SetMonitoringModeAsync(RequestHeader RequestHeader,
                                          UnsignedInteger SubscriptionId,
                                          MonitoringMode MonitoringMode,
                                          UnsignedInteger... MonitoredItemIds)
Asynchronous SetMonitoringMode service request.

Parameters:
RequestHeader -
SubscriptionId -
MonitoringMode -
MonitoredItemIds -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

SetMonitoringModeAsync

public AsyncResult SetMonitoringModeAsync(SetMonitoringModeRequest req)
Asynchronous SetMonitoringMode service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

SetTriggering

public SetTriggeringResponse SetTriggering(RequestHeader RequestHeader,
                                           UnsignedInteger SubscriptionId,
                                           UnsignedInteger TriggeringItemId,
                                           UnsignedInteger[] LinksToAdd,
                                           UnsignedInteger... LinksToRemove)
                                    throws ServiceFaultException,
                                           ServiceResultException
Synchronous SetTriggering service request.

Parameters:
RequestHeader -
SubscriptionId -
TriggeringItemId -
LinksToAdd -
LinksToRemove -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

SetTriggering

public SetTriggeringResponse SetTriggering(SetTriggeringRequest req)
                                    throws ServiceFaultException,
                                           ServiceResultException
Synchronous SetTriggering service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

SetTriggeringAsync

public AsyncResult SetTriggeringAsync(RequestHeader RequestHeader,
                                      UnsignedInteger SubscriptionId,
                                      UnsignedInteger TriggeringItemId,
                                      UnsignedInteger[] LinksToAdd,
                                      UnsignedInteger... LinksToRemove)
Asynchronous SetTriggering service request.

Parameters:
RequestHeader -
SubscriptionId -
TriggeringItemId -
LinksToAdd -
LinksToRemove -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

SetTriggeringAsync

public AsyncResult SetTriggeringAsync(SetTriggeringRequest req)
Asynchronous SetTriggering service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

DeleteMonitoredItems

public DeleteMonitoredItemsResponse DeleteMonitoredItems(RequestHeader RequestHeader,
                                                         UnsignedInteger SubscriptionId,
                                                         UnsignedInteger... MonitoredItemIds)
                                                  throws ServiceFaultException,
                                                         ServiceResultException
Synchronous DeleteMonitoredItems service request.

Parameters:
RequestHeader -
SubscriptionId -
MonitoredItemIds -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

DeleteMonitoredItems

public DeleteMonitoredItemsResponse DeleteMonitoredItems(DeleteMonitoredItemsRequest req)
                                                  throws ServiceFaultException,
                                                         ServiceResultException
Synchronous DeleteMonitoredItems service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

DeleteMonitoredItemsAsync

public AsyncResult DeleteMonitoredItemsAsync(RequestHeader RequestHeader,
                                             UnsignedInteger SubscriptionId,
                                             UnsignedInteger... MonitoredItemIds)
Asynchronous DeleteMonitoredItems service request.

Parameters:
RequestHeader -
SubscriptionId -
MonitoredItemIds -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

DeleteMonitoredItemsAsync

public AsyncResult DeleteMonitoredItemsAsync(DeleteMonitoredItemsRequest req)
Asynchronous DeleteMonitoredItems service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

CreateSubscription

public CreateSubscriptionResponse CreateSubscription(RequestHeader RequestHeader,
                                                     Double RequestedPublishingInterval,
                                                     UnsignedInteger RequestedLifetimeCount,
                                                     UnsignedInteger RequestedMaxKeepAliveCount,
                                                     UnsignedInteger MaxNotificationsPerPublish,
                                                     Boolean PublishingEnabled,
                                                     UnsignedByte Priority)
                                              throws ServiceFaultException,
                                                     ServiceResultException
Synchronous CreateSubscription service request.

Parameters:
RequestHeader -
RequestedPublishingInterval -
RequestedLifetimeCount -
RequestedMaxKeepAliveCount -
MaxNotificationsPerPublish -
PublishingEnabled -
Priority -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

CreateSubscription

public CreateSubscriptionResponse CreateSubscription(CreateSubscriptionRequest req)
                                              throws ServiceFaultException,
                                                     ServiceResultException
Synchronous CreateSubscription service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

CreateSubscriptionAsync

public AsyncResult CreateSubscriptionAsync(RequestHeader RequestHeader,
                                           Double RequestedPublishingInterval,
                                           UnsignedInteger RequestedLifetimeCount,
                                           UnsignedInteger RequestedMaxKeepAliveCount,
                                           UnsignedInteger MaxNotificationsPerPublish,
                                           Boolean PublishingEnabled,
                                           UnsignedByte Priority)
Asynchronous CreateSubscription service request.

Parameters:
RequestHeader -
RequestedPublishingInterval -
RequestedLifetimeCount -
RequestedMaxKeepAliveCount -
MaxNotificationsPerPublish -
PublishingEnabled -
Priority -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

CreateSubscriptionAsync

public AsyncResult CreateSubscriptionAsync(CreateSubscriptionRequest req)
Asynchronous CreateSubscription service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

ModifySubscription

public ModifySubscriptionResponse ModifySubscription(RequestHeader RequestHeader,
                                                     UnsignedInteger SubscriptionId,
                                                     Double RequestedPublishingInterval,
                                                     UnsignedInteger RequestedLifetimeCount,
                                                     UnsignedInteger RequestedMaxKeepAliveCount,
                                                     UnsignedInteger MaxNotificationsPerPublish,
                                                     UnsignedByte Priority)
                                              throws ServiceFaultException,
                                                     ServiceResultException
Synchronous ModifySubscription service request.

Parameters:
RequestHeader -
SubscriptionId -
RequestedPublishingInterval -
RequestedLifetimeCount -
RequestedMaxKeepAliveCount -
MaxNotificationsPerPublish -
Priority -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

ModifySubscription

public ModifySubscriptionResponse ModifySubscription(ModifySubscriptionRequest req)
                                              throws ServiceFaultException,
                                                     ServiceResultException
Synchronous ModifySubscription service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

ModifySubscriptionAsync

public AsyncResult ModifySubscriptionAsync(RequestHeader RequestHeader,
                                           UnsignedInteger SubscriptionId,
                                           Double RequestedPublishingInterval,
                                           UnsignedInteger RequestedLifetimeCount,
                                           UnsignedInteger RequestedMaxKeepAliveCount,
                                           UnsignedInteger MaxNotificationsPerPublish,
                                           UnsignedByte Priority)
Asynchronous ModifySubscription service request.

Parameters:
RequestHeader -
SubscriptionId -
RequestedPublishingInterval -
RequestedLifetimeCount -
RequestedMaxKeepAliveCount -
MaxNotificationsPerPublish -
Priority -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

ModifySubscriptionAsync

public AsyncResult ModifySubscriptionAsync(ModifySubscriptionRequest req)
Asynchronous ModifySubscription service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

SetPublishingMode

public SetPublishingModeResponse SetPublishingMode(RequestHeader RequestHeader,
                                                   Boolean PublishingEnabled,
                                                   UnsignedInteger... SubscriptionIds)
                                            throws ServiceFaultException,
                                                   ServiceResultException
Synchronous SetPublishingMode service request.

Parameters:
RequestHeader -
PublishingEnabled -
SubscriptionIds -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

SetPublishingMode

public SetPublishingModeResponse SetPublishingMode(SetPublishingModeRequest req)
                                            throws ServiceFaultException,
                                                   ServiceResultException
Synchronous SetPublishingMode service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

SetPublishingModeAsync

public AsyncResult SetPublishingModeAsync(RequestHeader RequestHeader,
                                          Boolean PublishingEnabled,
                                          UnsignedInteger... SubscriptionIds)
Asynchronous SetPublishingMode service request.

Parameters:
RequestHeader -
PublishingEnabled -
SubscriptionIds -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

SetPublishingModeAsync

public AsyncResult SetPublishingModeAsync(SetPublishingModeRequest req)
Asynchronous SetPublishingMode service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

Publish

public PublishResponse Publish(RequestHeader RequestHeader,
                               SubscriptionAcknowledgement... SubscriptionAcknowledgements)
                        throws ServiceFaultException,
                               ServiceResultException
Synchronous Publish service request.

Parameters:
RequestHeader -
SubscriptionAcknowledgements -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

Publish

public PublishResponse Publish(PublishRequest req)
                        throws ServiceFaultException,
                               ServiceResultException
Synchronous Publish service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

PublishAsync

public AsyncResult PublishAsync(RequestHeader RequestHeader,
                                SubscriptionAcknowledgement... SubscriptionAcknowledgements)
Asynchronous Publish service request.

Parameters:
RequestHeader -
SubscriptionAcknowledgements -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

PublishAsync

public AsyncResult PublishAsync(PublishRequest req)
Asynchronous Publish service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

Republish

public RepublishResponse Republish(RequestHeader RequestHeader,
                                   UnsignedInteger SubscriptionId,
                                   UnsignedInteger RetransmitSequenceNumber)
                            throws ServiceFaultException,
                                   ServiceResultException
Synchronous Republish service request.

Parameters:
RequestHeader -
SubscriptionId -
RetransmitSequenceNumber -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

Republish

public RepublishResponse Republish(RepublishRequest req)
                            throws ServiceFaultException,
                                   ServiceResultException
Synchronous Republish service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

RepublishAsync

public AsyncResult RepublishAsync(RequestHeader RequestHeader,
                                  UnsignedInteger SubscriptionId,
                                  UnsignedInteger RetransmitSequenceNumber)
Asynchronous Republish service request.

Parameters:
RequestHeader -
SubscriptionId -
RetransmitSequenceNumber -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

RepublishAsync

public AsyncResult RepublishAsync(RepublishRequest req)
Asynchronous Republish service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

TransferSubscriptions

public TransferSubscriptionsResponse TransferSubscriptions(RequestHeader RequestHeader,
                                                           UnsignedInteger[] SubscriptionIds,
                                                           Boolean SendInitialValues)
                                                    throws ServiceFaultException,
                                                           ServiceResultException
Synchronous TransferSubscriptions service request.

Parameters:
RequestHeader -
SubscriptionIds -
SendInitialValues -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

TransferSubscriptions

public TransferSubscriptionsResponse TransferSubscriptions(TransferSubscriptionsRequest req)
                                                    throws ServiceFaultException,
                                                           ServiceResultException
Synchronous TransferSubscriptions service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

TransferSubscriptionsAsync

public AsyncResult TransferSubscriptionsAsync(RequestHeader RequestHeader,
                                              UnsignedInteger[] SubscriptionIds,
                                              Boolean SendInitialValues)
Asynchronous TransferSubscriptions service request.

Parameters:
RequestHeader -
SubscriptionIds -
SendInitialValues -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

TransferSubscriptionsAsync

public AsyncResult TransferSubscriptionsAsync(TransferSubscriptionsRequest req)
Asynchronous TransferSubscriptions service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error

DeleteSubscriptions

public DeleteSubscriptionsResponse DeleteSubscriptions(RequestHeader RequestHeader,
                                                       UnsignedInteger... SubscriptionIds)
                                                throws ServiceFaultException,
                                                       ServiceResultException
Synchronous DeleteSubscriptions service request.

Parameters:
RequestHeader -
SubscriptionIds -
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

DeleteSubscriptions

public DeleteSubscriptionsResponse DeleteSubscriptions(DeleteSubscriptionsRequest req)
                                                throws ServiceFaultException,
                                                       ServiceResultException
Synchronous DeleteSubscriptions service request.

Parameters:
req - the request
Returns:
the response
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

DeleteSubscriptionsAsync

public AsyncResult DeleteSubscriptionsAsync(RequestHeader RequestHeader,
                                            UnsignedInteger... SubscriptionIds)
Asynchronous DeleteSubscriptions service request.

Parameters:
RequestHeader -
SubscriptionIds -
Returns:
monitorable asyncronous result object
Throws:
ServiceFaultException - on error while executing the operation
ServiceResultException - on communication error

DeleteSubscriptionsAsync

public AsyncResult DeleteSubscriptionsAsync(DeleteSubscriptionsRequest req)
Asynchronous DeleteSubscriptions service request.

Parameters:
req - the request
listener - listener that receives either an error or the result
Returns:
monitorable asyncronous result object
Throws:
ServiceResultException - on communication error


Copyright © 2018. All rights reserved.