if(processor != null) {
if(log.isDebugEnabled()) {
log.debug("Found CustomAnnotationProcessor: " + processor.getClass().getName() +
" for CustomAnnotationInstance: " + annotation.getClass().getName());
}
processor.processTypeLevelAnnotation(this, annotation);
}
}
// Configure any available WebServiceFeatures on the endpoint.
configureWebServiceFeatures();