}
}
else if (WSHelper.isJaxwsEjbDeployment(dep))
{
this.log.debug("Building injection meta data for JAXWS EJB3 webservice deployment: " + dep.getSimpleName());
final WebServiceDeployment webServiceDeployment = ASHelper.getRequiredAttachment(unit,
WebServiceDeployment.class);
final Service service = dep.getService();
// iterate through all EJB3 endpoints
for (final WebServiceDeclaration container : webServiceDeployment.getServiceEndpoints())
{
final String ejbName = container.getComponentName();
final Endpoint endpoint = service.getEndpointByName(ejbName);
if (endpoint != null && ASHelper.isWebServiceBean(container))
{