Searched refs:ExceptionBean (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/fault/
H A DExceptionBean.java52 @XmlRootElement(namespace=ExceptionBean.NS,name=ExceptionBean.LOCAL_NAME)
53 final class ExceptionBean { class
61 m.marshal(new ExceptionBean(t), parent );
69 ExceptionBean e = (ExceptionBean) JAXB_CONTEXT.createUnmarshaller().unmarshal(xml);
81 public ExceptionBean cause;
87 ExceptionBean() {// for JAXB method in class:ExceptionBean
91 * Creates an {@link ExceptionBean} tree that represents the given {@link Throwable}.
93 private ExceptionBean(Throwabl method in class:ExceptionBean
[all...]
H A DSOAPFaultBuilder.java249 ExceptionBean.marshal(t,d);
270 if(ExceptionBean.isStackTraceXml(n)) {
272 t.initCause(ExceptionBean.unmarshal(n));

Completed in 24 milliseconds