Package org.apache.wss4j.dom.handler
Class WSHandlerResult
java.lang.Object
org.apache.wss4j.dom.handler.WSHandlerResult
-
Constructor Summary
ConstructorsConstructorDescriptionWSHandlerResult(String actor, List<WSSecurityEngineResult> results, Map<Integer, List<WSSecurityEngineResult>> actionResults) constructor -
Method Summary
-
Constructor Details
-
WSHandlerResult
public WSHandlerResult(String actor, List<WSSecurityEngineResult> results, Map<Integer, List<WSSecurityEngineResult>> actionResults) constructor- Parameters:
actor-results-
-
-
Method Details
-
getActor
gets the actor- Returns:
- actor
-
getResults
gets the the security results- Returns:
- the the security results
-
getActionResults
-