| Package | Description |
|---|---|
| org.opensaml.soap.client |
SOAP client functionality.
|
| 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 | 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–2014. All rights reserved.