JwsContext.getCallbackLocation() Method
Gets the URL that will be used for client callbacks during the current conversation.
public String getCallbackLocation()
None.
The URL that will be used for callbacks to the client. An empty string is returned if no callback location has been specified (note: an empty string is different from null).
None.
You can call getCallbackLocation() to retrieve the URL set with JwsContext.setCallbackLocation, or to discover the URL if it was set via SOAP headers when a conversation start method was called.