|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DetailType | |
|---|---|
| com.sun.xml.ws.fault | |
| Uses of DetailType in com.sun.xml.ws.fault |
|---|
| Methods in com.sun.xml.ws.fault that return DetailType | |
|---|---|
(package private) abstract DetailType |
SOAPFaultBuilder.getDetail()
Gives the DetailType for a Soap 1.1 or Soap 1.2 message that can be used to create either a checked exception or
a protocol specific exception |
(package private) DetailType |
SOAP12Fault.getDetail()
|
(package private) DetailType |
SOAP11Fault.getDetail()
returns the object that represents detail. |
| Methods in com.sun.xml.ws.fault with parameters of type DetailType | |
|---|---|
(package private) abstract void |
SOAPFaultBuilder.setDetail(DetailType detailType)
|
(package private) void |
SOAP12Fault.setDetail(DetailType detail)
|
(package private) void |
SOAP11Fault.setDetail(DetailType detail)
|
| Constructors in com.sun.xml.ws.fault with parameters of type DetailType | |
|---|---|
SOAP12Fault(CodeType code,
ReasonType reason,
String node,
String role,
DetailType detail)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||