Class 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
    • Constructor Detail

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