JwsContext.getCallbackUsername() Method
Gets the username used for callbacks to the client in the current conversation.
public String getCallbackUsername()
None.
The username that will be used for callbacks to the client in the current conversation.
None.
The username may have been specified by the client as part of the callbackLocation conversation start SOAP header, or it may have been set by a call to JwsContext.setCallbackUsername().
JwsContext.setCallbackUsername(String) Method
JwsContext.getCallbackPassword() Method