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 |
---|---|
Detail |
Fault.getDetail()
Gets details of this fault.
|
Modifier and Type | Method and Description |
---|---|
void |
Fault.setDetail(Detail newDetail)
Sets details of this fault.
|
Modifier and Type | Class and Description |
---|---|
class |
DetailImpl
Concrete implementation of
Detail . |
Modifier and Type | Method and Description |
---|---|
Detail |
DetailBuilder.buildObject()
Creates an envelope object with the default SOAP 1.1 namespace, prefix and "Detail" as the element local name.
|
Detail |
DetailBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Detail |
FaultImpl.getDetail()
Gets details of this fault.
|
Modifier and Type | Method and Description |
---|---|
void |
FaultImpl.setDetail(Detail newDetail)
Sets details of this fault.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.