Class ConfigService

java.lang.Object
org.jboss.as.webservices.service.ConfigService
All Implemented Interfaces:
org.jboss.msc.Service

public final class ConfigService extends Object implements org.jboss.msc.Service
A service for setting a ws client / endpoint config.
Author:
paul.robinson@jboss.com, Alessio Soldano, Richard Opalka
  • Field Summary

    Fields inherited from interface org.jboss.msc.Service

    NULL
  • Constructor Summary

    Constructors
    Constructor
    Description
    ConfigService(String configName, boolean client, Consumer<org.jboss.wsf.spi.metadata.config.AbstractCommonConfig> configConsumer, List<Supplier<PropertyService>> propertySuppliers, List<Supplier<org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerChainMetaData>> preHandlerChainSuppliers, List<Supplier<org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerChainMetaData>> postHandlerChainSuppliers)
     
  • 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

    • ConfigService

      public ConfigService(String configName, boolean client, Consumer<org.jboss.wsf.spi.metadata.config.AbstractCommonConfig> configConsumer, List<Supplier<PropertyService>> propertySuppliers, List<Supplier<org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerChainMetaData>> preHandlerChainSuppliers, List<Supplier<org.jboss.wsf.spi.metadata.j2ee.serviceref.UnifiedHandlerChainMetaData>> postHandlerChainSuppliers)
  • 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