EnsLib.IWay.IBO.OutboundAdapter
hidden class EnsLib.IWay.IBO.OutboundAdapter extends EnsLib.TCP.CountedOutboundAdapter
Deprecated: Adapter that sends iWay Business Object (IBO) invocation requests to an iWay XTE serverProperty Inventory
Method Inventory
Parameters
parameter Agent = XDIBOAgent;
Properties
property Charset as %String [ InitialExpression = "Auto" ];
Text Charset to use to decode incoming data and encode outgoing data
Property methods: CharsetDisplayToLogical(), CharsetGet(), CharsetIsValid(), CharsetLogicalToDisplay(), CharsetLogicalToOdbc(), CharsetNormalize(), CharsetSet()
property Port as %Integer (MAXVAL = 65535, MINVAL = 0) [ InitialExpression = "4575" , Required ];
TCP Port that the iWay XTE TCP Listener is listening on
Property methods: PortDisplayToLogical(), PortGet(), PortIsValid(), PortLogicalToDisplay(), PortNormalize(), PortSet()
property ResponseTimeout as %Numeric [ InitialExpression = 35 ];
Number of seconds to wait for a response back from iWay AM after sending a request
Property methods: ResponseTimeoutDisplayToLogical(), ResponseTimeoutGet(), ResponseTimeoutIsValid(), ResponseTimeoutLogicalToDisplay(), ResponseTimeoutNormalize(), ResponseTimeoutSet()
Methods
method IBORequest(pRequest As Ens.Request, Output pResponse As Ens.Response) as %Status
Inherited Members
Inherited Properties
- %CredentialsObj
- %WarnedLatest
- %lastRetryReconnect
- %logConnections
- BusinessHost
- ConnectTimeout
- Connected
- Credentials
- Device
- Endian
- FlushBeforeSend
- GetReply
- IOAddr
- IPAddress
- KeepaliveInterval
- LocalInterface
- OldIO
- ReadTimeout
- ReconnectRetry
- RegistryID
- SSLConfig
- Socket
- StayConnected
- Terminators
- UseFileStream
Inherited 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()
- IsReadError()
- IsWriteError()
- OnInit()
- OnKeepalive()
- OnTearDown()
- ReadCountedStream()
- ReadCountedString()
- SendMessageStream()
- SendMessageString()
- TestConnection()
- WriteCountedStream()
- WriteCountedString()