throw new IllegalArgumentException("Unsupported model:" + objectModel);
try
{
JAXBElement<?> jaxbModel = (JAXBElement<?>) objectModel;
JBossPDP pdp = new JBossPDP(jaxbModel);
this.contextIDToJBossPDP.put(contextId, pdp);
}
catch (Exception e)
{
throw new RuntimeException(e);