Package | Description |
---|---|
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.
|
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(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Modifier and Type | Method and Description |
---|---|
static Fault |
SOAPHelper.buildSOAP11Fault(QName faultCode,
String faultString,
String faultActor,
List<XMLObject> detailChildren,
Map<QName,String> detailAttributes)
Build a SOAP 1.1.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.