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, Vector wsResults)
          constructor
 
Method Summary
 String getActor()
          gets the actor
 Vector 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,
                       Vector wsResults)
constructor

Parameters:
actor -
wsResults -
Method Detail

getActor

public String getActor()
gets the actor

Returns:
actor

getResults

public Vector getResults()
gets the the security results

Returns:
vector


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