Skip to main content

EnsLib.XML.Object.Service.FTPService

class EnsLib.XML.Object.Service.FTPService extends EnsLib.XML.Object.Service.Standard

EnsLib.XML.Object.Service.FTPService is the FTP based service class which reads an XML document and then uses %XML.Reader to convert the document to a set of persistent classes.

Method Inventory

Parameters

parameter ADAPTER = EnsLib.FTP.InboundAdapter;
Inherited description: The type of adapter used to communicate with external systems

Methods

method OnProcessInput(pFTPStream As %Stream.Object, Output pOutput As %Library.CharacterStream, ByRef pHint As %Library.String) as %Status
Inherited description: Override this method to process incoming data. Do not call SendRequestSync/Async() from outside this method (e.g. in a SOAP Service or a CSP page).

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab