Creates a new instance of AddressingPolicyAssertionCreator
try { String className = assertionData.getName().getLocalPart(); return Class.forName("com.sun.xml.ws.addressing.impl.policy." + className); } catch (ClassNotFoundException ex) { ex.printStackTrace(); throw new AssertionCreationException(assertionData,ex); }
return nsSupportedList;