Uses of Interface
org.opensaml.soap.soap11.Fault
-
Packages that use Fault Package Description org.opensaml.soap.client SOAP client functionality.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.util General SOAP utility classes. -
-
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.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.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.
-