public abstract class AbstractProtocolManagerFactory<P extends BaseInterceptor> extends Object implements ProtocolManagerFactory<P>
Constructor and Description |
---|
AbstractProtocolManagerFactory() |
Modifier and Type | Method and Description |
---|---|
protected List<P> |
filterInterceptors(Class<P> type,
List<? extends BaseInterceptor> listIn)
This method exists because java templates won't store the type of P at runtime.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createProtocolManager, filterInterceptors, getModuleName, getProtocols
protected List<P> filterInterceptors(Class<P> type, List<? extends BaseInterceptor> listIn)
type
- listIn
- Copyright © 2016 JBoss by Red Hat. All rights reserved.