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> |
internalFilterInterceptors(Class<P> type,
List<? extends BaseInterceptor> listIn)
This method exists because java templates won't store the type of P at runtime.
|
void |
loadProtocolServices(org.apache.activemq.artemis.core.server.ActiveMQServer server,
List<org.apache.activemq.artemis.core.server.ActiveMQComponent> services) |
protected void |
stripPasswordParameters(Map<String,Object> parameters)
org.apache.commons.beanutils.BeanUtils will log all the parameters so we strip out any password parameters
(e.g.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createProtocolManager, filterInterceptors, getModuleName, getPersister, getProtocols
protected List<P> internalFilterInterceptors(Class<P> type, List<? extends BaseInterceptor> listIn)
type
- listIn
- protected void stripPasswordParameters(Map<String,Object> parameters)
parameters
- public void loadProtocolServices(org.apache.activemq.artemis.core.server.ActiveMQServer server, List<org.apache.activemq.artemis.core.server.ActiveMQComponent> services)
loadProtocolServices
in interface ProtocolManagerFactory<P extends BaseInterceptor>
Copyright © 2020 The Apache Software Foundation. All rights reserved.