RespectBinding annotation =
(RespectBinding) ((EndpointDescriptionJava) endpointDescription).getAnnoFeature(RespectBindingFeature.ID);
if (annotation != null) {
if (log.isDebugEnabled()) {
log.debug("Setting respectBinding to " + annotation.enabled());
}
endpointDescription.setRespectBinding(annotation.enabled());
// Once we know that @RespectBinding is enabled, we have to find
// any binding extensibility elements available and see which ones