/* 147 */ if ((targetClassName == null) && (targetClass != null) && (!Service.class.isAssignableFrom(targetClass))) {
/* 148 */ targetClassName = targetClass.getName();
/* */ }
/* */
/* 151 */ if ((serviceRef.getWsdlOverride() == null) && (wsref != null) && (wsref.wsdlLocation().length() > 0)) {
/* 152 */ serviceRef.setWsdlOverride(wsref.wsdlLocation());
/* */ }
/* */
/* 155 */ String handlerChain = serviceRef.getHandlerChain();
/* 156 */ if (anElement != null)
/* */ {