public class StompProtocolManagerFactory extends Object implements ProtocolManagerFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
STOMP_PROTOCOL_NAME |
| Constructor and Description |
|---|
StompProtocolManagerFactory() |
| Modifier and Type | Method and Description |
|---|---|
ProtocolManager |
createProtocolManager(HornetQServer server,
List<Interceptor> incomingInterceptors,
List<Interceptor> outgoingInterceptors) |
String[] |
getProtocols() |
public static final String STOMP_PROTOCOL_NAME
public ProtocolManager createProtocolManager(HornetQServer server, List<Interceptor> incomingInterceptors, List<Interceptor> outgoingInterceptors)
createProtocolManager in interface ProtocolManagerFactorypublic String[] getProtocols()
getProtocols in interface ProtocolManagerFactoryCopyright © 2016 JBoss, a division of Red Hat. All rights reserved.