JwsContext.getService() Method

Returns the weblogic.jws.ServiceHandle for this instance of this web service.

Syntax

public ServiceHandle getService()

Parameters

None.

Return Value

A weblogic.jws.ServiceHandle object representing the current web service.

Exceptions

None.

Remarks

The ServiceHandle may be used to obtain information such as the current conversation ID.

Related Topics

JwsContext Interface

ServiceHandle Interface