PolicySourceModel model;
try {
model = unmarshalPolicy("com/sun/xml/ws/security/impl/policyconv/" + "rm-msglevel-policy.xml");
}catch (IOException ex) {
throw new PolicyException(ex);
}
Policy mbp = PolicyModelTranslator.getTranslator().translate(model);
return mbp;