All Classes and Interfaces
Class
Description
The Log class will manage a collection of logging categories in a global way by providing a set of static methods.
Defines the logging level supported in the Log class.
The interface for a Log destination.
This class can be used to query the product version and the build attributes of the jar.
A wrapper around a BrokerEvent used by the outbound marshalling method.
Interface defining webMethods extensions to javax.jms.Connection and its subclasses.
Interface defining webMethods extensions to javax.jms.ConnectionFactory and its subclasses.
Interface defining webMethods extensions to javax.jms.Destination and its subclasses.
Deprecated.
The administration interface to the Broker.
Exception class thrown by the JMS administration package when the entity to be created already exists.
Exception class thrown by the JMS administration package when attempting to destroy an entity with dependencies on other entities.
Exception class thrown by the JMS administration package when attempting to operate on an entity that does not exist.
General exception class thrown by the JMS administration package.
This factory class allows for the creation of
WmJMSAdmin
instances.Exception class thrown by the JMS administration package when using an invalid name.
Security exception class thrown by the JMS administration package.
Defines System properties and methods used to configure webMethods Broker API for JMS.
This factory class provides access to connection factories and destinations without the need for JNDI.
Interface that is implemented by inbound marshallers to translate a BrokerEvent to a JMS Message
The marshaller is established by using the
The marshaller is established by using the
WmConnectionFactory.setMarshalIn
method.Interface that is implemented by outbound marshallers to translate a JMS Message to a BrokerEvent
The marshaller is established by using the
The marshaller is established by using the
WmConnectionFactory.setMarshalOut
method.Interface defining webMethods extensions to javax.jms.Message and its subclasses.
Interface defining webMethods extensions to javax.jms.MessageConsumer and its subclasses.
The set of methods to create JMS messages inside of a
WmMarshalIn
method.Interface defining webMethods extensions to javax.jms.MessageProducer and its subclasses.
Interface defining webMethods extensions to javax.jms.Queue.
Interface defining webMethods extensions to javax.jms.QueueBrowser.
Interface defining webMethods extensions to javax.jms.QueueConnection.
Interface defining webMethods extensions to javax.jms.QueueConnectionFactory.
Interface defining webMethods extensions to javax.jms.QueueReceiver.
Interface defining webMethods extensions to javax.jms.QueueSender.
Interface defining webMethods extensions to javax.jms.Session and its subclasses.
Interface defining webMethods administration methods for temporary destinations.
Interface defining webMethods extensions to javax.jms.Topic.
Interface defining webMethods extensions to javax.jms.TopicConnection.
Interface defining webMethods extensions to javax.jms.TopicConnectionFactory.
Interface defining webMethods extensions to javax.jms.TopicPublisher.
Interface defining webMethods extensions to javax.jms.TopicSubscriber.