Package | Description |
---|---|
javax.xml.rpc.soap | |
javax.xml.soap | |
org.apache.axis.message | |
org.apache.axis.soap |
Modifier and Type | Method and Description |
---|---|
Detail |
SOAPFaultException.getDetail()
Gets the detail element.
|
Constructor and Description |
---|
SOAPFaultException(QName faultcode,
String faultstring,
String faultactor,
Detail detail)
Constructor for SOAPFaultException.
|
Modifier and Type | Method and Description |
---|---|
Detail |
SOAPFault.addDetail()
Creates a
Detail object and sets it as the
Detail object for this SOAPFault
object. |
abstract Detail |
SOAPFactory.createDetail()
Creates a new
Detail object which serves as a container
for DetailEntry objects. |
Detail |
SOAPFault.getDetail()
Returns the detail element for this
SOAPFault
object. |
Modifier and Type | Class and Description |
---|---|
class |
Detail
Detail Container implementation
|
Modifier and Type | Method and Description |
---|---|
Detail |
SOAPFault.addDetail()
Creates a
Detail object and sets it as the
Detail object for this SOAPFaultException
object. |
Detail |
SOAPFault.getDetail()
Returns the detail element for this
SOAPFaultException
object. |
Modifier and Type | Method and Description |
---|---|
Detail |
SOAPFactoryImpl.createDetail() |
Copyright © The Apache Software Foundation. All Rights Reserved.