org.ogf.graap.wsag.wsrf.security
Interface ServerSecurityHandler

All Known Implementing Classes:
WSSecurityHandler

public interface ServerSecurityHandler

ServerSecurityHandler

Author:
Oliver Waeldrich

Method Summary
 void handleRequest(Element request)
          Handles the security processing of server requests.
 void handleResponse(Element response)
          Handles the security processing of server response.
 

Method Detail

handleRequest

void handleRequest(Element request)
                   throws Exception
Handles the security processing of server requests.

Parameters:
request - the SOAP request
Throws:
Exception - indicates an error during security processing

handleResponse

void handleResponse(Element response)
                    throws Exception
Handles the security processing of server response.

Parameters:
response - the SOAP response
Throws:
Exception - indicates an error during security processing


Copyright © 2008-2012. All Rights Reserved.