Uses of Interface
org.opensaml.soap.wsaddressing.Action
-
Packages that use Action Package Description org.opensaml.soap.wsaddressing XMLObject interfaces for WS-Addressing 1.0 elements.org.opensaml.soap.wsaddressing.impl XML Object provider implementations for WS-Addressing.org.opensaml.soap.wsaddressing.messaging.impl WS-Addressing message handling components. -
-
Uses of Action in org.opensaml.soap.wsaddressing
Methods in org.opensaml.soap.wsaddressing that return Action Modifier and Type Method Description ActionProblemAction. getAction()Get the Action child element.Methods in org.opensaml.soap.wsaddressing with parameters of type Action Modifier and Type Method Description voidProblemAction. setAction(Action newAction)Set the Action child element. -
Uses of Action in org.opensaml.soap.wsaddressing.impl
Classes in org.opensaml.soap.wsaddressing.impl that implement Action Modifier and Type Class Description classActionImplActionImpl is the concrete implementation ofAction.Fields in org.opensaml.soap.wsaddressing.impl declared as Action Modifier and Type Field Description private ActionProblemActionImpl. actionAction child element.Methods in org.opensaml.soap.wsaddressing.impl that return Action Modifier and Type Method Description ActionActionBuilder. buildObject()Builds a WS-Addressing object.ActionActionBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.ActionProblemActionImpl. getAction()Get the Action child element.Methods in org.opensaml.soap.wsaddressing.impl with parameters of type Action Modifier and Type Method Description voidProblemActionImpl. setAction(Action newAction)Set the Action child element. -
Uses of Action in org.opensaml.soap.wsaddressing.messaging.impl
Methods in org.opensaml.soap.wsaddressing.messaging.impl that return Action Modifier and Type Method Description protected ActionValidateActionHandler. getAction(MessageContext messageContext)Get message Action header.
-