The returned AsyncListener instance may be further customized before it is registered with this AsyncContext via a call to one of the addListener
methods.
The given AsyncListener class must define a zero argument constructor, which is used to instantiate it.
This method supports resource injection if the given clazz represents a Managed Bean. See the Java EE platform and JSR 299 specifications for additional details about Managed Beans and resource injection.
This method supports any annotations applicable to AsyncListener. @param clazz the AsyncListener class to instantiate @return the new AsyncListener instance @throws ServletException if the given clazz fails to beinstantiated
|
|
|
|