JwsContext.setCallbackUsername(String) Method

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

Syntax

public void setCallbackUsername(String username)

Parameters

username

The username that will be sent with client callbacks.

Return Value

None.

Exceptions

None.

Remarks

Overrides the current username 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.setCallbackPassword(String) Method