| Package | Description |
|---|---|
| org.opensaml.soap.client |
SOAP client functionality.
|
| 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.
|
| 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 | Class and Description |
|---|---|
class |
FaultImpl
Concrete implemenation of
Fault. |
| Modifier and Type | Method and Description |
|---|---|
Fault |
FaultBuilder.buildObject()
Creates an envelope object with the default SOAP 1.1 namespace, prefix and "Fault" as the element local name.
|
Fault |
FaultBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
AddSOAPFault.buildFaultString(Fault fault,
java.lang.String message)
Build and attach
FaultString element. |
| Modifier and Type | Method and Description |
|---|---|
static Fault |
SOAPSupport.buildSOAP11Fault(javax.xml.namespace.QName faultCode,
java.lang.String faultString,
java.lang.String faultActor,
java.util.List<XMLObject> detailChildren,
java.util.Map<javax.xml.namespace.QName,java.lang.String> detailAttributes)
Build a SOAP 1.1.
|