JwsContext.setCallbackPassword(String) Method

Sets the password used for callbacks to the client in the current conversation.

Syntax

public void setCallbackPassword(String password)

Parameters

password

The password that will be sent with client callbacks.

Return Value

None.

Exceptions

None.

Remarks

Overrides the current password if it was specified by the client as part of the callbackLocation conversation start SOAP header.

Related Topics

JwsContext Interface

JwsContext.getCallbackPassword() Method

JwsContext.getCallbackUsername() Method

JwsContext.setCallbackUsername(String) Method