JMSControl Interface

Base interface for all JMS controls.

Syntax

package weblogic.jws.control;


public class JMSControl extends Control

Remarks

The methods of this interface may be invoked by any web service with a JMS control instance.

Only one of the three callbacks may have a handler implemented in any given JWS file. Implementing more than one callback handler is an error.

Members

Constructors

Methods

Fields

Related Topics

JMS Control: Using Java Message Service Queues and Topics from Your Web Service

Overview: Messaging Systems and JMS

SimpleJMS.jws Sample

CustomJMSClient.jws Sample