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 |
---|---|
FaultCode |
Fault.getCode()
Gets the fault code for this fault.
|
Modifier and Type | Method and Description |
---|---|
void |
Fault.setCode(FaultCode newFaultCode)
Sets the fault code for this fault.
|
Modifier and Type | Class and Description |
---|---|
class |
FaultCodeImpl
Concrete implementation of
FaultCode . |
Modifier and Type | Method and Description |
---|---|
FaultCode |
FaultCodeBuilder.buildObject()
Builds a SOAPObject using the default name and namespace information provided SOAP specifications.
|
FaultCode |
FaultCodeBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
FaultCode |
FaultImpl.getCode()
Gets the fault code for this fault.
|
Modifier and Type | Method and Description |
---|---|
void |
FaultImpl.setCode(FaultCode newFaultCode)
Sets the fault code for this fault.
|
Copyright © 1999–2016. All rights reserved.