public interface JaxwsInjectionServices extends Service
JaxwsInjectionServices
is a per-module service.Modifier and Type | Method and Description |
---|---|
<T> ResourceReferenceFactory<T> |
registerWebServiceRefInjectionPoint(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
Register a WebServiceRef injection point.
|
<T> ResourceReferenceFactory<T> registerWebServiceRefInjectionPoint(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
ResourceReferenceFactory
is returned which may be used at runtime for creating instances of the
resource.T
- the type of the injected instanceinjectionPoint
- the injection point metadatajavax.enterprise.inject.spi.DefinitionException
- if there is a definition problem related to the injection pointCopyright © 2008-2015. All Rights Reserved.