// Remove the binding SCDL processor from the runtime
if (staxProcessors != null) {
StAXArtifactProcessor processor =
staxProcessors.getProcessor(getBindingQName(bindingActivator.getBindingClass()));
if (processor != null) {
staxProcessors.removeArtifactProcessor(processor);
}
}
// Remove the ProviderFactory from the runtime
if (providerFactories != null && bindingActivator.getBindingClass() != null) {