Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [EnsLib] >  [EDI] >  [EDIFACT] >  [Service] >  [HTTPService]
Private  Storage   

class EnsLib.EDI.EDIFACT.Service.HTTPService extends EnsLib.EDI.EDIFACT.Service.Standard

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 3 3


Summary

This is a Business Service class.

The associated Adapter class is EnsLib.HTTP.InboundAdapter.

Properties
%AlertStartTime %ConfigName %ConfigQueueName
%Errors %LastActionTime %LastHandledTime
%LastReportedError %OutsideCreated %Parser
%PreserveSession %ProcessInputCalled %QuitTask
%ReplyDocuments %RequestHeader %SessionId
%SuperSession %SuperSessionCreatedBeforeSession %WaitForNextCallInterval
%WarnedLatest %isShadow Adapter
AlertGracePeriod AlertGroups AlertOnError
ArchiveIO BatchHandling BusinessPartner
DocSchemaCategory GenerateSuperSessionID IOLogEntry
InactivityTimeout LocalApplicationID ReplyIOStream
ReplyMode ReplyStream SearchTableClass
SegTerminator TargetConfigNames ThrottleDelay
TolerateNewlines Validation isNewBatch

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
GetRequestClassList GetResponseClassList GetSegmentTerminator GetSettings
GetShadowInstance IOLogDiscard NewIOLogEntry OnConstructBatchReply
OnConstructReply OnDocumentEnd OnDocumentStart OnError
OnGenerateSuperSession OnGetConnections OnInit OnKeepalive
OnMonitor OnParsingError OnPostDocument OnPreDocument
OnProcessInput OnProductionStart OnProductionStop OnResolveDocType
OnTearDown OnValidate PopulateSuperSession QueueName
SaveIOLogEntry SendAlert SendDeferredResponse SendReply
SendRequestAsync SendRequestSync constructBatchReply constructReply
getReplyCode getUNAAckRequested reportReply resolveAndIndex
resolveDocType standardOnProcessInput


Parameters

• parameter ADAPTER = "EnsLib.HTTP.InboundAdapter";
The type of adapter used to communicate with external systems

Properties

• property ReplyIOStream as %IO.MetaCharacterStream;
• property ReplyStream as %GlobalCharacterStream;
• property SegTerminator as %String [ InitialExpression = $C(13,10) ];
End-Segment marker character(s)

Methods

• method OnInit() as %Status
This user callback method is called via initConfig() from %OnNew() or in the case of SOAP Services from OnPreSOAP()
• method OnProcessInput(pStreamIn As %CharacterStream, Output pStreamOut As %CharacterStream) as %Status
Note: pDocIn is not declared as EnsLib.EDI.EDIFACT.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


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.