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
ConstructorsConstructorDescriptionWeldJaxwsInjectionServices(org.jboss.as.server.deployment.DeploymentUnit unit) -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanup()<T> org.jboss.weld.injection.spi.ResourceReferenceFactory<T>registerWebServiceRefInjectionPoint(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint)
-
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:
registerWebServiceRefInjectionPointin interfaceorg.jboss.weld.injection.spi.JaxwsInjectionServices
-
cleanup
public void cleanup()- Specified by:
cleanupin interfaceorg.jboss.weld.bootstrap.api.Service
-