Searched refs:DetailType (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/fault/
H A DDetailType.java42 class DetailType { class
75 DetailType(Element detailObject) { method in class:DetailType
80 DetailType() { method in class:DetailType
H A DSOAP11Fault.java86 private DetailType detail;
106 detail = new DetailType();
111 detail = new DetailType(detailObject);
121 detail = new DetailType();
159 DetailType getDetail() {
163 void setDetail(DetailType detail) {
H A DSOAP12Fault.java102 private DetailType detail;
107 SOAP12Fault(CodeType code, ReasonType reason, String node, String role, DetailType detail) {
122 detail = new DetailType();
127 detail = new DetailType(detailObject);
144 detail = new DetailType();
174 DetailType getDetail() {
179 void setDetail(DetailType detail) {
H A DSOAPFaultBuilder.java76 * Gives the {@link DetailType} for a Soap 1.1 or Soap 1.2 message that can be used to create either a checked exception or
79 abstract DetailType getDetail();
81 abstract void setDetail(DetailType detailType);
84 DetailType dt = getDetail();
103 DetailType dt = getDetail();
241 * and attach that to {@link DetailType}.
251 DetailType detail = getDetail();
253 setDetail(detail=new DetailType());
266 DetailType detail = getDetail();

Completed in 31 milliseconds