Class 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 Detail

      • WeldJaxwsInjectionServices

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

      • 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