abstract protected Throwable getProtocolException();
private Object getJAXBObject(Node jaxbBean, CheckedException ce) throws JAXBException {
Bridge bridge = ce.getBridge();
return bridge.unmarshal(jaxbBean);
}
private Exception createUserDefinedException(CheckedExceptionImpl ce) {
Class exceptionClass = ce.getExceptionClass();
Class detailBean = ce.getDetailBean();