Class HandlerChainService

  • All Implemented Interfaces:
    org.jboss.msc.Service

    public final class HandlerChainService
    extends Object
    implements org.jboss.msc.Service
    A service for creating handler chain metadata.
    Author:
    Alessio Soldano, Richard Opalka
    • Constructor Detail

      • HandlerChainService

        public HandlerChainService​(String handlerChainType,
                                   String handlerChainId,
                                   String protocolBindings,
                                   Consumer<org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerChainMetaData> handlerChainConsumer,
                                   List<Supplier<org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerMetaData>> handlerSuppliers)
    • Method Detail

      • start

        public void start​(org.jboss.msc.service.StartContext context)
        Specified by:
        start in interface org.jboss.msc.Service
      • stop

        public void stop​(org.jboss.msc.service.StopContext context)
        Specified by:
        stop in interface org.jboss.msc.Service