Class OpenWireProtocolManagerFactory

  • All Implemented Interfaces:
    org.apache.activemq.artemis.spi.core.protocol.ProtocolManagerFactory<OpenWireInterceptor>

    public class OpenWireProtocolManagerFactory
    extends org.apache.activemq.artemis.spi.core.protocol.AbstractProtocolManagerFactory<OpenWireInterceptor>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.activemq.artemis.spi.core.protocol.ProtocolManager createProtocolManager​(org.apache.activemq.artemis.core.server.ActiveMQServer server, java.util.Map<java.lang.String,​java.lang.Object> parameters, java.util.List<org.apache.activemq.artemis.api.core.BaseInterceptor> incomingInterceptors, java.util.List<org.apache.activemq.artemis.api.core.BaseInterceptor> outgoingInterceptors)  
      java.util.List<OpenWireInterceptor> filterInterceptors​(java.util.List<org.apache.activemq.artemis.api.core.BaseInterceptor> interceptors)  
      java.lang.String getModuleName()  
      java.lang.String[] getProtocols()  
      • Methods inherited from class org.apache.activemq.artemis.spi.core.protocol.AbstractProtocolManagerFactory

        internalFilterInterceptors, loadProtocolServices
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.activemq.artemis.spi.core.protocol.ProtocolManagerFactory

        getPersister
    • Field Detail

      • OPENWIRE_PROTOCOL_NAME

        public static final java.lang.String OPENWIRE_PROTOCOL_NAME
        See Also:
        Constant Field Values
    • Constructor Detail

      • OpenWireProtocolManagerFactory

        public OpenWireProtocolManagerFactory()
    • Method Detail

      • createProtocolManager

        public org.apache.activemq.artemis.spi.core.protocol.ProtocolManager createProtocolManager​(org.apache.activemq.artemis.core.server.ActiveMQServer server,
                                                                                                   java.util.Map<java.lang.String,​java.lang.Object> parameters,
                                                                                                   java.util.List<org.apache.activemq.artemis.api.core.BaseInterceptor> incomingInterceptors,
                                                                                                   java.util.List<org.apache.activemq.artemis.api.core.BaseInterceptor> outgoingInterceptors)
                                                                                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • filterInterceptors

        public java.util.List<OpenWireInterceptor> filterInterceptors​(java.util.List<org.apache.activemq.artemis.api.core.BaseInterceptor> interceptors)
      • getProtocols

        public java.lang.String[] getProtocols()
      • getModuleName

        public java.lang.String getModuleName()