Class HandlerChainService

java.lang.Object
org.jboss.as.webservices.service.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
  • Field Summary

    Fields inherited from interface org.jboss.msc.Service

    NULL
  • Constructor Summary

    Constructors
    Constructor
    Description
    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 Summary

    Modifier and Type
    Method
    Description
    void
    start(org.jboss.msc.service.StartContext context)
     
    void
    stop(org.jboss.msc.service.StopContext context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • 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 Details

    • 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