org.apache.ws.security.handler
Class WSHandlerResult
java.lang.Object
org.apache.ws.security.handler.WSHandlerResult
public class WSHandlerResult
- extends Object
- Author:
- Werner Dittmann (Werner.Dittmann@Siemens.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSHandlerResult
public WSHandlerResult(String actor,
List<WSSecurityEngineResult> results)
- constructor
- Parameters:
actor
- results
-
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.