An NDoc Documented Class Library

webMethods.Msg Namespace

Namespace hierarchy

Classes

Class Description
BasicAuthInfo  
DefaultValue Define the default values
IllegalStateException This exception is thrown when a method is invoked on an object that is not in the appropriate state.
InvalidClientIDException This exception is thrown during an attempt to use an invalid client ID.
InvalidDestinationException This exception is thrown during attempts to use an invalid destination.
InvalidMessagePriorityException This exception is thrown during an attempt to set the invalid priority.
InvalidSelectorException This exception is thrown during attempts to use a selector with invalid syntax.
MessageEOFException This exception is thrown when reading a StreamMessage or a BytesMessage and the end of stream is reached.
MessageFormatException This exception is thrown when attempting to read or write to a message with an incorrect or unsupported data type.
MessageNotReadableException This exception is thrown when attempting to read from a message that is write only.
MessageNotWriteableException This exception is thrown when attempting to write to a message that is read only.
MsgConfig webMethods messaging configuration. Set of configurable values for this C# messaging implementation.
MsgException The root class for all webMethods Messaging API exceptions.
MsgFactory The webMethods messaging factory class used to create connection factories, queues and topics.
MsgInputStream Represents a consumer input stream
MsgOutputStream Represents a producer output stream
MsgSecurityException This exception is thrown when security restrictions prevent a method from completing.
ResourceAllocationException This exception is thrown when messaging API is unable to allocate the necessary resources required by a method.
TransactionInProgressException This exception is thrown when a method invocation is prohibited because a transaction is in progress.
TransactionRolledBackException This exception is thrown when invoking Session.commit results in the transaction being rolled back.

Interfaces

Interface Description
IBytesMessage Message that is used to send a stream of bytes.
IConnection Represents a client's connection to the Broker.
IConnectionFactory The factory that is used to create connections.
IConnectionMetaData Provides information about a connection.
IDestination A destination to where messages are sent and received.
IMapMessage Message that is used to send a set of name-value pairs.
IMessage The root interface for all messages.
IMessageConsumer Used to receive messages from a destination.
IMessageProducer Used to send messages to a destination.
IObjectMessage Message that is used to send a serialized object.
IQueueBrowser Used to browse messages in a queue.
ISession Represents a single-threaded context for producing and consuming messages.
IStreamMessage Message that is used to send a stream of primitive types.
ITextMessage Message that is used to send a string.

Delegates

Delegate Description
ExceptionListener The delegate declaration that is used to notify the client of a problem with the connection.
MessageListener The delegate declaration that is used for asynchronous notification of received messages.

Enumerations

Enumeration Description
AcknowledgeMode The session message acknowledgment modes.
DeliveryMode The delivery modes supported by the messaging API.
DestinationType Whether the destination is a queue, topic, temporary queue, or temporary topic.