333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("InvalidResponseCode")) return null; InvalidResponseCodeException e = (InvalidResponseCodeException)super.unmarshall(node); return e; }