Click or drag to resize

HP.SV.DotNetRuleApi.Hook.Processing Namespace

 
Classes
  ClassDescription
Public classPostprocessMetadataContext
Context object supplied as the argument of the PostprocessMetadata method.
Public classPostprocessMetadataResult
The result of the PostprocessMetadata method. You can use it to specify changes that will be made to the metadata after you return the result object.
Public classPostprocessPayloadContext
Context object supplied as the argument of the PostprocessPayload method
Public classPostprocessPayloadResult
The result of the PostprocessPayload method. You can use it to specify changes that will be made to the payload after you return the result object.
Public classPreprocessContext
Context object supplied as the argument of the Preprocess method
Public classPreprocessResult
The result of the Preprocess method. You can use it to specify changes that will be made to the payload and metadata after you return the result object.
Public classProcessingHookAnalyzer
Internal use only
Public classProcessingHookBase
Inherit this class to create a Protocol Hook script, which will execute in Simulation, as well as in the Stand-by and Learning mode. By overriding one of the 3 methods, it allows changing the raw message payload and metadata ahead of the Service Virtualization processing. You can also modify the raw message and metadata after SV processing, before the message leaves SV.
Public classProcessingHookContext
Base context class
Public classProcessingHookContextBase
Base class for the ProcessingHookContext class, contains mainly debugging constructs.
Public classProcessingHookManifest
Internal use only
Public classProcessingHookManifestValueAccess
Internal use only
Public classProcessingHookResult
Internal use only