Uses of Interface
org.opensaml.soap.wsaddressing.SoapAction
Packages that use SoapAction
Package
Description
XMLObject interfaces for WS-Addressing 1.0 elements.
XML Object provider implementations for WS-Addressing.
-
Uses of SoapAction in org.opensaml.soap.wsaddressing
Methods in org.opensaml.soap.wsaddressing that return SoapActionModifier and TypeMethodDescriptionProblemAction.getSoapAction()Get the SoapAction child element.Methods in org.opensaml.soap.wsaddressing with parameters of type SoapActionModifier and TypeMethodDescriptionvoidProblemAction.setSoapAction(SoapAction newSoapAction) Set the SoapAction child element. -
Uses of SoapAction in org.opensaml.soap.wsaddressing.impl
Classes in org.opensaml.soap.wsaddressing.impl that implement SoapActionFields in org.opensaml.soap.wsaddressing.impl declared as SoapActionModifier and TypeFieldDescriptionprivate SoapActionProblemActionImpl.soapActionSoapAction child element.Methods in org.opensaml.soap.wsaddressing.impl that return SoapActionModifier and TypeMethodDescriptionSoapActionBuilder.buildObject()Builds a WS-Addressing object.SoapActionBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.ProblemActionImpl.getSoapAction()Get the SoapAction child element.Methods in org.opensaml.soap.wsaddressing.impl with parameters of type SoapActionModifier and TypeMethodDescriptionvoidProblemActionImpl.setSoapAction(SoapAction newSoapAction) Set the SoapAction child element.