| Package | Description |
|---|---|
| org.opensaml.ws.soap.soap11 |
XMLObject interfaces for SOAP 1.1 elements.
|
| org.opensaml.ws.soap.soap11.impl |
Provided implementations of the SOAP 1.1 XMLObject interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
FaultString |
Fault.getMessage()
Gets the fault string for this fault.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Fault.setMessage(FaultString newMessage)
Sets the fault string for this fault.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FaultStringImpl
Concrete implemenation of
FaultString. |
| Modifier and Type | Field and Description |
|---|---|
private FaultString |
FaultImpl.message
Fault message.
|
| Modifier and Type | Method and Description |
|---|---|
FaultString |
FaultStringBuilder.buildObject()
Builds a SOAPObject using the default name and namespace information provided SOAP specifications.
|
FaultString |
FaultStringBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
FaultString |
FaultImpl.getMessage()
Gets the fault string for this fault.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FaultImpl.setMessage(FaultString newMessage)
Sets the fault string for this fault.
|
Copyright © 1999-2015. All Rights Reserved.