Class WeldJaxwsInjectionServices

java.lang.Object
org.jboss.as.weld.services.bootstrap.WeldJaxwsInjectionServices
All Implemented Interfaces:
org.jboss.weld.bootstrap.api.Service, org.jboss.weld.injection.spi.JaxwsInjectionServices

public class WeldJaxwsInjectionServices extends Object implements org.jboss.weld.injection.spi.JaxwsInjectionServices
Author:
Stuart Douglas
  • Constructor Details

    • WeldJaxwsInjectionServices

      public WeldJaxwsInjectionServices(org.jboss.as.server.deployment.DeploymentUnit unit)
  • Method Details

    • registerWebServiceRefInjectionPoint

      public <T> org.jboss.weld.injection.spi.ResourceReferenceFactory<T> registerWebServiceRefInjectionPoint(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint)
      Specified by:
      registerWebServiceRefInjectionPoint in interface org.jboss.weld.injection.spi.JaxwsInjectionServices
    • cleanup

      public void cleanup()
      Specified by:
      cleanup in interface org.jboss.weld.bootstrap.api.Service