You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wss4j-dev@ws.apache.org by Da...@swisscom.com on 2005/10/04 18:27:03 UTC

Retrieve Handler Parameter in PWCallbackHandler?

Hi all,

How can I easily retrieve handler parameters that are defined in the
WSDD from the e.g. the PWCallbackHandler?

E.g. I would like to get the value of the "signaturePropFile"
parameter of the following WSDD snippet in the PWCallbackHandler
code:

...
   <requestFlow>
     <handler name="DoSecuritySender"
type="java:org.apache.ws.axis.security.WSDoAllSender">
        ...
        <parameter name="signaturePropFile"
value="scm_keystore.properties" />
	  ...
      </handler>
   </requestFlow>
...

Thanks for helping and greetz,
Dani

---------------------------------------------------------------------
To unsubscribe, e-mail: wss4j-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: wss4j-dev-help@ws.apache.org