Uses of Interface
org.opensaml.soap.soap11.Fault
-
Packages that use Fault Package Description org.opensaml.soap.client SOAP client functionality.org.opensaml.soap.client.soap11.decoder.http.impl SOAP 1.1 client message decoding support implementations.org.opensaml.soap.common Common classes shared across SOAP versions, clients, and transports.org.opensaml.soap.messaging SOAP messaging support components.org.opensaml.soap.messaging.context Context classes in support of SOAP messaging.org.opensaml.soap.soap11.impl Provided implementations of the SOAP 1.1 XMLObject interfaces.org.opensaml.soap.soap11.profile.impl Profile actions related to SOAP 1.1.org.opensaml.soap.util General SOAP utility classes.org.opensaml.soap.wsaddressing.messaging.impl WS-Addressing message handling components. -
-
Uses of Fault in org.opensaml.soap.client
Fields in org.opensaml.soap.client declared as Fault Modifier and Type Field Description private FaultSOAPFaultException. soapFaultThe fault that caused this exception.Methods in org.opensaml.soap.client that return Fault Modifier and Type Method Description FaultSOAPFaultException. getFault()Gets the fault that caused the exception.Methods in org.opensaml.soap.client with parameters of type Fault Modifier and Type Method Description voidSOAPFaultException. setFault(Fault fault)Sets the fault that caused the exception. -
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 Modifier and Type Method Description protected FaultHttpClientResponseSOAP11Decoder. getFault(Envelope soapMessage)Return the Fault element from the SOAP message, if any. -
Uses of Fault in org.opensaml.soap.common
Fields in org.opensaml.soap.common declared as Fault Modifier and Type Field Description private FaultSOAP11FaultDecodingException. faultThe SOAP 1.1.Methods in org.opensaml.soap.common that return Fault Modifier and Type Method Description FaultSOAP11FaultDecodingException. getFault()Get the SOAP 1.1 Fault represented by the exception.Constructors in org.opensaml.soap.common with parameters of type Fault Constructor Description SOAP11FaultDecodingException(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 Fault Modifier and Type Method Description static FaultSOAPMessagingSupport. getSOAP11Fault(MessageContext messageContext)Get the registered SOAP 1.1 fault, if any.Methods in org.opensaml.soap.messaging with parameters of type Fault Modifier and Type Method Description static 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 Fault Modifier and Type Field Description private FaultSOAP11Context. faultSOAP 1.1 Fault related to the current message processing context.Methods in org.opensaml.soap.messaging.context that return Fault Modifier and Type Method Description FaultSOAP11Context. 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 Fault Modifier and Type Method Description voidSOAP11Context. setFault(Fault newFault)Set 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 Fault Modifier and Type Class Description classFaultImplConcrete implemenation ofFault.Methods in org.opensaml.soap.soap11.impl that return Fault Modifier and Type Method Description FaultFaultBuilder. buildObject()Creates an envelope object with the default SOAP 1.1 namespace, prefix and "Fault" as the element local name.FaultFaultBuilder. 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 Fault Modifier and Type Field Description private 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 Fault Modifier and Type Method Description FaultAddSOAPFault.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 Fault Modifier and Type Method Description private voidAddSOAPFault. buildFaultString(Fault fault, String message)Build and attachFaultStringelement.Method parameters in org.opensaml.soap.soap11.profile.impl with type arguments of type Fault Modifier and Type Method Description voidAddSOAPFault. 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 Modifier and Type Method Description static FaultSOAPSupport. buildSOAP11Fault(QName faultCode, String faultString, String faultActor, List<XMLObject> detailChildren, Map<QName,String> detailAttributes)Build a SOAP 1.1. -
Uses of Fault in org.opensaml.soap.wsaddressing.messaging.impl
Methods in org.opensaml.soap.wsaddressing.messaging.impl with parameters of type Fault Modifier and Type Method Description protected StringAddActionHandler. selectActionURIForFault(Fault fault)Select the Action URI value to return for the givenFault.
-