|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Fault | |
|---|---|
| org.opensaml.ws.soap.client | |
| org.opensaml.ws.soap.soap11.impl | Provided implementations of the SOAP 1.1 XMLObject interfaces. |
| org.opensaml.ws.soap.util | General utility classes. |
| Uses of Fault in org.opensaml.ws.soap.client |
|---|
| Fields in org.opensaml.ws.soap.client declared as Fault | |
|---|---|
private Fault |
SOAPFaultException.soapFault
The fault that caused this exception. |
| Methods in org.opensaml.ws.soap.client that return Fault | |
|---|---|
Fault |
SOAPFaultException.getFault()
Gets the fault that caused the exception. |
| Methods in org.opensaml.ws.soap.client with parameters of type Fault | |
|---|---|
void |
SOAPFaultException.setFault(Fault fault)
Sets the fault that caused the exception. |
| Uses of Fault in org.opensaml.ws.soap.soap11.impl |
|---|
| Classes in org.opensaml.ws.soap.soap11.impl that implement Fault | |
|---|---|
class |
FaultImpl
Concrete implemenation of Fault. |
| Methods in org.opensaml.ws.soap.soap11.impl that return Fault | |
|---|---|
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(String namespaceURI,
String localName,
String namespacePrefix)
|
| Uses of Fault in org.opensaml.ws.soap.util |
|---|
| Methods in org.opensaml.ws.soap.util that return Fault | |
|---|---|
static Fault |
SOAPHelper.buildSOAP11Fault(QName faultCode,
String faultString,
String faultActor,
List<XMLObject> detailChildren,
Map<QName,String> detailAttributes)
Build a SOAP 1.1. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||