JwsContext.setCallbackUsername(String) Method
Sets the username used for callbacks to the client in the current conversation.
public void setCallbackUsername(String username)
username
The username that will be sent with client callbacks.
None.
None.
Overrides the current username if it was specified by the client as part of the callbackLocation conversation start SOAP header.
JwsContext.getCallbackPassword() Method