ServiceControl Interface

Base interface for all Service controls.

Syntax

package weblogic.jws.control;


public interface ServiceControl extends Control

Remarks

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

Members

Constructors

Note: WebLogic Workshop automatically computes a conversation ID when a WebLogic web service invokes a start method of a Service control. You may use this function to override the automatic value. The only case where it is useful to do so is if you supply the conversation ID of an existing conversation that is currently ongoing on the target web service. You may then invoke methods on the target service that will execute in the context of the specified conversation. However, only the client that originated the conversation may receive callbacks.

Fields

Events

Related Topics

Service Control: Using Another Web Service