org.apache.ws.security.handler
Class WSHandlerResult

java.lang.Object
  extended by org.apache.ws.security.handler.WSHandlerResult

public class WSHandlerResult
extends Object

Author:
Werner Dittmann (Werner.Dittmann@Siemens.com)

Constructor Summary
WSHandlerResult(String actor, List<WSSecurityEngineResult> results)
          constructor
 
Method Summary
 String getActor()
          gets the actor
 List<WSSecurityEngineResult> getResults()
          gets the the security results
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSHandlerResult

public WSHandlerResult(String actor,
                       List<WSSecurityEngineResult> results)
constructor

Parameters:
actor -
results -
Method Detail

getActor

public String getActor()
gets the actor

Returns:
actor

getResults

public List<WSSecurityEngineResult> getResults()
gets the the security results

Returns:
the the security results


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.