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