Uses of Interface
org.opensaml.soap.soap11.FaultActor
Packages that use FaultActor
Package
Description
XMLObject interfaces for SOAP 1.1 elements.
Provided implementations of the SOAP 1.1 XMLObject interfaces.
-
Uses of FaultActor in org.opensaml.soap.soap11
Methods in org.opensaml.soap.soap11 that return FaultActorModifier and TypeMethodDescriptionFault.getActor()
Gets the URI of the fault actor for this fault.Methods in org.opensaml.soap.soap11 with parameters of type FaultActorModifier and TypeMethodDescriptionvoid
Fault.setActor
(FaultActor newActor) Sets the URI of the fault actor for this fault. -
Uses of FaultActor in org.opensaml.soap.soap11.impl
Classes in org.opensaml.soap.soap11.impl that implement FaultActorFields in org.opensaml.soap.soap11.impl declared as FaultActorMethods in org.opensaml.soap.soap11.impl that return FaultActorModifier and TypeMethodDescriptionFaultActorBuilder.buildObject()
Builds a SOAPObject using the default name and namespace information provided SOAP specifications.FaultActorBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.FaultImpl.getActor()
Gets the URI of the fault actor for this fault.Methods in org.opensaml.soap.soap11.impl with parameters of type FaultActorModifier and TypeMethodDescriptionvoid
FaultImpl.setActor
(FaultActor newActor) Sets the URI of the fault actor for this fault.