ProtocolLocator pl = new ProtocolLocator(clazz);
org.w3c.dom.Document doc = pl.getProtocol();
if (doc == null)
{
throw new SystemException(wscfLogger.log_mesg.getString("com.arjuna.mwlabs.wscf11.protocols.Initializer_1")+impl);
}
else
{
_manager.addProtocol(doc, impl);
}
}
catch (Exception ex)
{
ex.printStackTrace();
throw new SystemException(ex.toString());
}
}