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