Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [EnsLib] >  [IWay] >  [OutboundAdapter]
Private  Storage   

Deprecated: Adapter that sends application service requests to external EIS systems via an iWay XTE server

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 4 1


Summary

Properties
%CredentialsObj %WarnedLatest %lastRetryReconnect %logConnections
Agent BusinessHost Charset ConnectTimeout
Connected Credentials Device Endian
FlushBeforeSend GetReply IOAddr IPAddress
KeepaliveInterval LocalInterface OldIO Port
ReadTimeout ReconnectRetry RegistryID ResponseTimeout
SSLConfig Socket StayConnected Terminators
UseFileStream

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %New
%NormalizeObject %ObjectModified %OriginalNamespace %PackageName
%RemoveFromSaveSet %SerializeObject %SetModified %ValidateObject
AssignOneSetting ClearAllAppData ClearRuntimeAppData ClearStaticAppData
Connect ConnectedSet CredentialsSet Disconnect
EnumerateSettingsClose EnumerateSettingsExecute EnumerateSettingsFetch FlushWrite
GetAddress GetSettings IWayRequest IsReadError
IsWriteError OnInit OnKeepalive OnTearDown
ReadCountedStream ReadCountedString SendMessageStream SendMessageString
TestConnection WriteCountedStream WriteCountedString

Subclasses
EnsLib.SAP.OutboundAdapter

Parameters

• parameter SETTINGS = "Agent";
List of properties can be set as settings in the configuration file format is a comma separated list of property names

Properties

• property Agent as %String;
Name of the iWay XTE Agent instance to invoke
• property Charset as %String [ InitialExpression = "Auto" ];
Text Charset to use to decode incoming data and encode outgoing data (iWay default configuration is UTF-8)
• property Port as %Integer(MAXVAL=65535,MINVAL=0) [ InitialExpression = "4575",Required ];
TCP Port that the iWay XTE TCP Listener is listening on
• property ResponseTimeout as %Numeric [ InitialExpression = 35 ];
Number of seconds to wait for a response back from iWay AM after sending a request

Methods

• method IWayRequest(pRequest As Ens.Request, Output pResponse As Ens.Response) as %Status


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.