Uses of Interface
org.opensaml.soap.soap11.Fault
Packages that use Fault
Package
Description
SOAP client functionality.
SOAP 1.1 client message decoding support implementations.
Common classes shared across SOAP versions, clients, and transports.
SOAP messaging support components.
Context classes in support of SOAP messaging.
Provided implementations of the SOAP 1.1 XMLObject interfaces.
Profile actions related to SOAP 1.1.
General SOAP utility classes.
WS-Addressing message handling components.
-
Uses of Fault in org.opensaml.soap.client
Fields in org.opensaml.soap.client declared as FaultModifier and TypeFieldDescriptionprivate FaultSOAPFaultException.soapFaultThe fault that caused this exception.Methods in org.opensaml.soap.client that return FaultModifier and TypeMethodDescriptionSOAPFaultException.getFault()Gets the fault that caused the exception.Methods in org.opensaml.soap.client with parameters of type Fault -
Uses of Fault in org.opensaml.soap.client.soap11.decoder.http.impl
Methods in org.opensaml.soap.client.soap11.decoder.http.impl that return Fault -
Uses of Fault in org.opensaml.soap.common
Fields in org.opensaml.soap.common declared as FaultModifier and TypeFieldDescriptionprivate final FaultSOAP11FaultDecodingException.faultThe SOAP 1.1.Methods in org.opensaml.soap.common that return FaultModifier and TypeMethodDescriptionSOAP11FaultDecodingException.getFault()Get the SOAP 1.1 Fault represented by the exception.Constructors in org.opensaml.soap.common with parameters of type FaultModifierConstructorDescriptionSOAP11FaultDecodingException(Fault soapFault) Constructor.SOAP11FaultDecodingException(Fault soapFault, String message) Constructor. -
Uses of Fault in org.opensaml.soap.messaging
Methods in org.opensaml.soap.messaging that return FaultModifier and TypeMethodDescriptionstatic FaultSOAPMessagingSupport.getSOAP11Fault(MessageContext messageContext) Get the registered SOAP 1.1 fault, if any.Methods in org.opensaml.soap.messaging with parameters of type FaultModifier and TypeMethodDescriptionstatic voidSOAPMessagingSupport.registerSOAP11Fault(MessageContext messageContext, Fault fault) Register a SOAP 1.1 fault. -
Uses of Fault in org.opensaml.soap.messaging.context
Fields in org.opensaml.soap.messaging.context declared as FaultModifier and TypeFieldDescriptionprivate FaultSOAP11Context.faultSOAP 1.1 Fault related to the current message processing context.Methods in org.opensaml.soap.messaging.context that return FaultModifier and TypeMethodDescriptionSOAP11Context.getFault()Get the current SOAP 1.1 Fault related to the current message processing context.Methods in org.opensaml.soap.messaging.context with parameters of type FaultModifier and TypeMethodDescriptionSet the current SOAP 1.1 Fault related to the current message processing context. -
Uses of Fault in org.opensaml.soap.soap11.impl
Classes in org.opensaml.soap.soap11.impl that implement FaultMethods in org.opensaml.soap.soap11.impl that return FaultModifier and TypeMethodDescriptionFaultBuilder.buildObject()Creates an envelope object with the default SOAP 1.1 namespace, prefix and "Fault" as the element local name.FaultBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name. -
Uses of Fault in org.opensaml.soap.soap11.profile.impl
Fields in org.opensaml.soap.soap11.profile.impl with type parameters of type FaultModifier and TypeFieldDescriptionprivate Function<ProfileRequestContext,Fault> AddSOAPFault.contextFaultStrategyStrategy for resolving a fault instance directly from the request context.Methods in org.opensaml.soap.soap11.profile.impl that return FaultModifier and TypeMethodDescriptionAddSOAPFault.MessageContextFaultStrategy.apply(ProfileRequestContext input) private FaultAddSOAPFault.buildNewMappedFault(ProfileRequestContext profileRequestContext) Build and return a newFaultbased on configured mapping strategy.private FaultAddSOAPFault.resolveContextFault(ProfileRequestContext profileRequestContext) Resolve aFaultinstance stored in theProfileRequestContext.Methods in org.opensaml.soap.soap11.profile.impl with parameters of type FaultModifier and TypeMethodDescriptionprivate voidAddSOAPFault.buildFaultString(Fault fault, String message) Build and attachFaultStringelement.Method parameters in org.opensaml.soap.soap11.profile.impl with type arguments of type FaultModifier and TypeMethodDescriptionvoidAddSOAPFault.setContextFaultStrategy(Function<ProfileRequestContext, Fault> strategy) Set the optional strategy used to resolve aFaultinstance directly from the request context. -
Uses of Fault in org.opensaml.soap.util
Methods in org.opensaml.soap.util that return Fault -
Uses of Fault in org.opensaml.soap.wsaddressing.messaging.impl
Methods in org.opensaml.soap.wsaddressing.messaging.impl with parameters of type FaultModifier and TypeMethodDescriptionprotected StringAddActionHandler.selectActionURIForFault(Fault fault) Select the Action URI value to return for the givenFault.