}
}
private void assertInitialized() throws SoapFault {
if (m_server == null) {
CXFUtility.throwFault(new ModuleInitializationException("Null was injected for Server to WS implementor",
"org.fcrepo.server.management.FedoraAPIMMTOM"));
}
if (m_management == null) {
CXFUtility.throwFault(new ModuleInitializationException("No Management module found for WS implementor",
"org.fcrepo.server.management.FedoraAPIMMTOM"));
}
}