Class Hierarchy

  • java.lang.Object
    • org.springframework.beans.factory.xml.AbstractBeanDefinitionParser (implements org.springframework.beans.factory.xml.BeanDefinitionParser)
    • java.util.EventObject (implements java.io.Serializable)
      • org.springframework.context.ApplicationEvent
        • org.springframework.web.socket.messaging.AbstractSubProtocolEvent
          • org.springframework.integration.websocket.event.ReceiptEvent
    • org.springframework.integration.context.IntegrationObjectSupport (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.BeanNameAware, org.springframework.integration.context.ExpressionCapable, org.springframework.beans.factory.InitializingBean, org.springframework.integration.support.context.NamedComponent)
      • org.springframework.integration.endpoint.AbstractEndpoint (implements org.springframework.beans.factory.DisposableBean, org.springframework.integration.support.management.ManageableSmartLifecycle)
        • org.springframework.integration.endpoint.MessageProducerSupport (implements org.springframework.integration.IntegrationPattern, org.springframework.integration.core.MessageProducer, org.springframework.beans.factory.SmartInitializingSingleton, org.springframework.integration.support.management.TrackableComponent)
      • org.springframework.integration.handler.MessageHandlerSupport (implements org.springframework.integration.support.management.IntegrationManagement, org.springframework.integration.IntegrationPattern, org.springframework.integration.context.Orderable, org.springframework.integration.support.management.TrackableComponent)
        • org.springframework.integration.handler.AbstractMessageHandler (implements reactor.core.CoreSubscriber<T>, org.springframework.messaging.MessageHandler)
    • org.springframework.integration.websocket.IntegrationWebSocketContainer (implements org.springframework.beans.factory.DisposableBean)
      • org.springframework.integration.websocket.ClientWebSocketContainer (implements org.springframework.context.SmartLifecycle)
      • org.springframework.integration.websocket.ServerWebSocketContainer (implements org.springframework.context.SmartLifecycle, org.springframework.web.socket.config.annotation.WebSocketConfigurer)
    • org.springframework.beans.factory.xml.NamespaceHandlerSupport (implements org.springframework.beans.factory.xml.NamespaceHandler)
      • org.springframework.integration.config.xml.AbstractIntegrationNamespaceHandler
    • org.springframework.integration.websocket.support.PassThruSubProtocolHandler (implements org.springframework.web.socket.messaging.SubProtocolHandler)
    • org.springframework.integration.websocket.ServerWebSocketContainer.SockJsServiceOptions
    • org.springframework.messaging.simp.stomp.StompEncoder
    • org.springframework.integration.websocket.support.SubProtocolHandlerRegistry
    • org.springframework.integration.websocket.config.WebSocketIntegrationConfigurationInitializer (implements org.springframework.integration.config.IntegrationConfigurationInitializer)

Interface Hierarchy

  • org.springframework.web.socket.SubProtocolCapable