String identifier = getRequiredTextContent(identifierElement, identifierQName);
o.setIdentifier(identifier);
}
catch (SOAPException se)
{
throw new RMException("Unable to deserialize RM message", se);
}
catch (RuntimeException re)
{
throw new RMException("Unable to deserialize RM message", re);
}
}