Uses of Interface
org.opensaml.soap.soap11.Fault
Packages that use Fault
Package
Description
SOAP client functionality.
Common classes shared across SOAP versions, clients, and transports.
SOAP messaging support components.
Context classes in support of SOAP messaging.
General SOAP utility classes.
-
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.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.util
Methods in org.opensaml.soap.util that return Fault