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 Summary
Constructors Constructor Description WeldJaxwsInjectionServices(org.jboss.as.server.deployment.DeploymentUnit unit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcleanup()<T> org.jboss.weld.injection.spi.ResourceReferenceFactory<T>registerWebServiceRefInjectionPoint(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint)
-
-
-
Method Detail
-
registerWebServiceRefInjectionPoint
public <T> org.jboss.weld.injection.spi.ResourceReferenceFactory<T> registerWebServiceRefInjectionPoint(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint)
- Specified by:
registerWebServiceRefInjectionPointin interfaceorg.jboss.weld.injection.spi.JaxwsInjectionServices
-
cleanup
public void cleanup()
- Specified by:
cleanupin interfaceorg.jboss.weld.bootstrap.api.Service
-
-