Uses of Class
org.apache.wss4j.dom.handler.HandlerAction
Packages that use HandlerAction
-
Uses of HandlerAction in org.apache.wss4j.dom.handler
Method parameters in org.apache.wss4j.dom.handler with type arguments of type HandlerActionModifier and TypeMethodDescriptionprotected voidWSHandler.doSenderAction(Document doc, RequestData reqData, List<HandlerAction> actions, boolean isRequest) Performs all defined security actions to set-up the SOAP request. -
Uses of HandlerAction in org.apache.wss4j.dom.util
Methods in org.apache.wss4j.dom.util that return types with arguments of type HandlerActionModifier and TypeMethodDescriptionstatic List<HandlerAction>WSSecurityUtil.decodeHandlerAction(String action, WSSConfig wssConfig) Decode an action String.