org.apache.ws.sandbox.security.trust.request
Interface STRequester


public interface STRequester

Author:
Malinda Kaushalye Interface STRequester provide a way to build a request on behalf of the client.

Method Summary
 org.w3c.dom.Document request(org.w3c.dom.Document req, java.util.Hashtable hashOps)
          Modify request according to the given options
 

Method Detail

request

public org.w3c.dom.Document request(org.w3c.dom.Document req,
                                    java.util.Hashtable hashOps)
                             throws WSTrustException
Modify request according to the given options

Parameters:
req - full Envelop of the SOAP request as a Dom document
hashOps - all the paramaeters in the .wsdd file as a hash map
Returns:
modified request docment.
Throws:
WSTrustException


Copyright © 2004-2008 Apache Web Services. All Rights Reserved.