Package | Description |
---|---|
com.sun.xml.ws.fault |
Modifier and Type | Method and Description |
---|---|
(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.
|
Modifier and Type | Method and Description |
---|---|
(package private) abstract void |
SOAPFaultBuilder.setDetail(DetailType detailType) |
(package private) void |
SOAP12Fault.setDetail(DetailType detail) |
(package private) void |
SOAP11Fault.setDetail(DetailType detail) |
Constructor and Description |
---|
SOAP12Fault(CodeType code,
ReasonType reason,
String node,
String role,
DetailType detail) |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.