Click or drag to resize

JmsProtocolMetadata Class

JMS protocol metadata
Inheritance Hierarchy
SystemObject
  HP.SV.DotNetRuleApi.Hook.Processing.ProtocolMetadataJmsProtocolMetadata

Namespace:  HP.SV.DotNetRuleApi.Hook.Processing.ProtocolMetadata
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.6.0.9999-localBuild
Syntax
C#
public class JmsProtocolMetadata

The JmsProtocolMetadata type exposes the following members.

Constructors
  NameDescription
Public methodJmsProtocolMetadata
Initializes a new instance of the JmsProtocolMetadata class
Top
Fields
  NameDescription
Public fieldStatic memberMessageFormatKey
Message Format, either Byte or Text. Read-only string value.
Public fieldStatic memberNamespace
Namespace of the JMS protocol metadata http://hp.com/SOAQ/ServiceVirtualization/2010/JMS
Public fieldStatic memberReplyToDestinationKey
Reply-To destination. Read-only string value.
Public fieldStatic memberSoapGenericJmsTypeKey
Contains name of SoapOverJms delegate for generic JMS. Set on input message according to JMS properties and copied to response from request. Read-only string value.
Public fieldStatic memberSoapOverJmsVersionKey
Version of SOAP over JMS used. Typically detected from request. Contains namespace of the specification. Read-only string value.
Public fieldStatic memberWeblogicUriKey
Special Uri header used by WebLogic SOAP services. Read-only string value.
Top
See Also