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
- %AlertStartTime
 - %ConfigName
 - %ConfigQueueName
 - %LastActionTime
 - %LastHandledTime
 - %LastReportedError
 - %OutsideCreated
 - %PreserveSession
 - %ProcessInputCalled
 - %QuitTask
 - %RequestHeader
 - %SessionId
 - %SuperSession
 - %SuperSessionCreatedBeforeSession
 - %WaitForNextCallInterval
 - %WarnedLatest
 - %isShadow
 - Adapter
 - AlertGracePeriod
 - AlertGroups
 - AlertOnError
 - ArchiveIO
 - BusinessPartner
 - ClassName
 - ElementName
 - Format
 - GenerateSuperSessionID
 - IOLogEntry
 - IgnoreNull
 - InactivityTimeout
 - TargetConfigNames
 - ThrottleDelay
 
Inherited Methods
- %AddToSaveSet()
 - %ClassIsLatestVersion()
 - %ClassName()
 - %ConstructClone()
 - %DispatchClassMethod()
 - %DispatchGetModified()
 - %DispatchGetProperty()
 - %DispatchMethod()
 - %DispatchSetModified()
 - %DispatchSetMultidimProperty()
 - %DispatchSetProperty()
 - %Extends()
 - %GetParameter()
 - %IsA()
 - %IsModified()
 - %New()
 - %NormalizeObject()
 - %ObjectModified()
 - %OnClose()
 - %OnNew()
 - %OriginalNamespace()
 - %PackageName()
 - %RemoveFromSaveSet()
 - %SerializeObject()
 - %SetModified()
 - %SuperSessionSet()
 - %ValidateObject()
 - AdapterName()
 - AssignOneSetting()
 - CloseIOLogEntry()
 - EnumerateSettingsClose()
 - EnumerateSettingsExecute()
 - EnumerateSettingsFetch()
 - ForceSessionId()
 - GenerateSuperSession()
 - GetDeferredResponseToken()
 - GetMsgHdrRequestKey()
 - GetProductionSettingValue()
 - GetProductionSettings()
 - GetPropertyConnections()
 - GetSettings()
 - GetShadowInstance()
 - NewIOLogEntry()
 - OnError()
 - OnGenerateSuperSession()
 - OnGetConnections()
 - OnInit()
 - OnKeepalive()
 - OnMonitor()
 - OnProductionStart()
 - OnProductionStop()
 - OnTearDown()
 - PopulateSuperSession()
 - QueueName()
 - SaveIOLogEntry()
 - SendAlert()
 - SendDeferredResponse()
 - SendRequestAsync()
 - SendRequestSync()
 - SetProperties()