Package org.jboss.as.webservices.service
Class HandlerChainService
java.lang.Object
org.jboss.as.webservices.service.HandlerChainService
- All Implemented Interfaces:
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
ConstructorsConstructorDescriptionHandlerChainService(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
-
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:
startin interfaceorg.jboss.msc.Service
-
stop
public void stop(org.jboss.msc.service.StopContext context) - Specified by:
stopin interfaceorg.jboss.msc.Service
-