-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Monday 31 January 2005 22:32, Martin Stemplinger wrote:
How can I pass a parameter to the callback class? I'd appreciate any hints how other handle this or what's the recommended way of doing so.
You can use PasswordCallback to access any external resource cointaining passwords.
I know that I can access whatever resource. My problem is this: Imagine I want to access a database that stores the passwords. So I need to have a JDBC connection in my class which I don't want to hard-code. How should I pass the information tp this class? I'd prefer to store it as a parameter in the wsdd-file but this doesn't seem to be supported by WSDoAllSender. So what other options can you recommend?
Cheers Martin
