Package | Description |
---|---|
org.opensaml.soap.client |
SOAP client functionality.
|
org.opensaml.soap.util |
General SOAP 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 | Method and Description |
---|---|
static Fault |
SOAPSupport.buildSOAP11Fault(QName faultCode,
String faultString,
String faultActor,
List<XMLObject> detailChildren,
Map<QName,String> detailAttributes)
Build a SOAP 1.1.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.