Skip to main content

EnsLib.EDI.ASTM.Service.TCPService

class EnsLib.EDI.ASTM.Service.TCPService extends EnsLib.EDI.ASTM.Service.Standard

Method Inventory

Parameters

parameter ADAPTER = EnsLib.EDI.ASTM.Adapter.TCPAdapter;
Inherited description: The type of adapter used to communicate with external systems

Methods

method OnInit() as %Status
Inherited description: This user callback method is called via initConfig() from %OnNew() or in the case of SOAP Services from OnPreSOAP()
method OnProcessInput(pInput As %Library.RegisteredObject, Output pDocReceived As EnsLib.EDI.ASTM.Document, ByRef pHint As %Library.String) as %Status
Inherited description: Note: pDocIn is not declared as EnsLib.EDI.ASTM.Document so that subclasses can handle other types and transform them before calling ##super().
method SendReply(pReplyDocument As EnsLib.EDI.Document, pOriginalDoc As EnsLib.EDI.Document = $$$NULLOREF) as %Status
method standardOnProcessInput(pDocIn As EnsLib.EDI.ASTM.Document, Output pDocOut As EnsLib.EDI.ASTM.Document) as %Status

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab