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.
|
Modifier and Type | Field and Description |
---|---|
private Fault |
SOAPFaultException.soapFault
The fault that caused this exception.
|
Modifier and Type | Method and Description |
---|---|
Fault |
SOAPFaultException.getFault()
Gets the fault that caused the exception.
|
Modifier and Type | Method and Description |
---|---|
void |
SOAPFaultException.setFault(Fault fault)
Sets the fault that caused the exception.
|
Modifier and Type | Field and Description |
---|---|
private Fault |
SOAP11FaultDecodingException.fault
The SOAP 1.1.
|
Modifier and Type | Method and Description |
---|---|
Fault |
SOAP11FaultDecodingException.getFault()
Get the SOAP 1.1 Fault represented by the exception.
|
Constructor and Description |
---|
SOAP11FaultDecodingException(Fault soapFault)
Constructor.
|
SOAP11FaultDecodingException(Fault soapFault,
String message)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static Fault |
SOAPMessagingSupport.getSOAP11Fault(MessageContext messageContext)
Get the registered SOAP 1.1 fault, if any.
|
Modifier and Type | Method and Description |
---|---|
static void |
SOAPMessagingSupport.registerSOAP11Fault(MessageContext messageContext,
Fault fault)
Register a SOAP 1.1 fault.
|
Modifier and Type | Field and Description |
---|---|
private Fault |
SOAP11Context.fault
SOAP 1.1 Fault related to the current message processing context.
|
Modifier and Type | Method and Description |
---|---|
Fault |
SOAP11Context.getFault()
Get the current SOAP 1.1 Fault related to the current message processing context.
|
Modifier and Type | Method and Description |
---|---|
void |
SOAP11Context.setFault(Fault newFault)
Set the current SOAP 1.1 Fault related to the current message processing context.
|
Modifier and Type | Method and Description |
---|---|
static Fault |
SOAPSupport.buildSOAP11Fault(QName faultCode,
String faultString,
String faultActor,
List<org.opensaml.core.xml.XMLObject> detailChildren,
Map<QName,String> detailAttributes)
Build a SOAP 1.1.
|
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.