public class StompProtocolManagerFactory extends Object implements ProtocolManagerFactory
Modifier and Type | Field and Description |
---|---|
static String |
STOMP_PROTOCOL_NAME |
static String |
STOMP_WS_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 static final String STOMP_WS_PROTOCOL_NAME
public ProtocolManager createProtocolManager(HornetQServer server, List<Interceptor> incomingInterceptors, List<Interceptor> outgoingInterceptors)
createProtocolManager
in interface ProtocolManagerFactory
public String[] getProtocols()
getProtocols
in interface ProtocolManagerFactory
Copyright © 2013 JBoss, a division of Red Hat. All rights reserved.