EnsLib.EDI.EDIFACT.Service.HTTPService
class EnsLib.EDI.EDIFACT.Service.HTTPService extends EnsLib.EDI.EDIFACT.Service.Standard
Property Inventory
Method Inventory
Parameters
parameter ADAPTER = EnsLib.HTTP.InboundAdapter;
Inherited description: The type of adapter used to communicate with external systems
Properties
property ReplyIOStream as %IO.MetaCharacterStream;
Property methods: ReplyIOStreamGet(), ReplyIOStreamGetSwizzled(), ReplyIOStreamIsValid(), ReplyIOStreamNewObject(), ReplyIOStreamSet()
property ReplyStream as %GlobalCharacterStream;
Property methods: ReplyStreamDelete(), ReplyStreamGet(), ReplyStreamGetObject(), ReplyStreamGetObjectId(), ReplyStreamGetSwizzled(), ReplyStreamIsValid(), ReplyStreamNewObject(), ReplyStreamOid(), ReplyStreamOpen(), ReplyStreamSet(), ReplyStreamSetObject(), ReplyStreamSetObjectId(), ReplyStreamUnSwizzle()
property SegTerminator as %String [ InitialExpression = $C(13,10) ];
End-Segment marker character(s)
Property methods: SegTerminatorDisplayToLogical(), SegTerminatorGet(), SegTerminatorIsValid(), SegTerminatorLogicalToDisplay(), SegTerminatorLogicalToOdbc(), SegTerminatorNormalize(), SegTerminatorSet()
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(pStreamIn As %Library.CharacterStream, Output pStreamOut As %Library.CharacterStream, ByRef pHint As %Library.String) as %Status
Inherited description: 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
Inherited Members
Inherited 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
- ReplyMode
- SearchTableClass
- TargetConfigNames
- ThrottleDelay
- TolerateNewlines
- Validation
- isNewBatch
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()
- GetRequestClassList()
- GetResponseClassList()
- GetSegmentTerminator()
- GetSettings()
- GetShadowInstance()
- IOLogDiscard()
- NewIOLogEntry()
- OnConstructBatchReply()
- OnConstructReply()
- OnDocumentEnd()
- OnDocumentStart()
- OnError()
- OnGenerateSuperSession()
- OnGetConnections()
- OnKeepalive()
- OnMonitor()
- OnParsingError()
- OnPostDocument()
- OnPreDocument()
- OnProductionStart()
- OnProductionStop()
- OnResolveDocType()
- OnTearDown()
- OnValidate()
- PopulateSuperSession()
- QueueName()
- SaveIOLogEntry()
- SendAlert()
- SendDeferredResponse()
- SendRequestAsync()
- SendRequestSync()
- constructBatchReply()
- constructReply()
- getReplyCode()
- getUNAAckRequested()
- reportReply()
- resolveAndIndex()
- resolveDocType()
- standardOnProcessInput()