Skip to main content

EnsLib.IWay.IBO.OutboundAdapter

Deprecated: Adapter that sends iWay Business Object (IBO) invocation requests to an iWay XTE server

Property 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

Inherited Methods

Subclasses

FeedbackOpens in a new tab