public class OpenWireProtocolManagerFactory extends AbstractProtocolManagerFactory<Interceptor>
| Modifier and Type | Field and Description |
|---|---|
static String |
OPENWIRE_PROTOCOL_NAME |
| Constructor and Description |
|---|
OpenWireProtocolManagerFactory() |
| Modifier and Type | Method and Description |
|---|---|
ProtocolManager |
createProtocolManager(ActiveMQServer server,
Map<String,Object> parameters,
List<BaseInterceptor> incomingInterceptors,
List<BaseInterceptor> outgoingInterceptors) |
List<Interceptor> |
filterInterceptors(List<BaseInterceptor> interceptors) |
String |
getModuleName() |
String[] |
getProtocols() |
internalFilterInterceptors, stripPasswordParametersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPersisterpublic static final String OPENWIRE_PROTOCOL_NAME
public ProtocolManager createProtocolManager(ActiveMQServer server, Map<String,Object> parameters, List<BaseInterceptor> incomingInterceptors, List<BaseInterceptor> outgoingInterceptors) throws Exception
Exceptionpublic List<Interceptor> filterInterceptors(List<BaseInterceptor> interceptors)
public String[] getProtocols()
public String getModuleName()
Copyright © 2020 The Apache Software Foundation. All rights reserved.