Uses of Class
org.jboss.as.webservices.service.PropertyService
-
Packages that use PropertyService Package Description org.jboss.as.webservices.service -
-
Uses of PropertyService in org.jboss.as.webservices.service
Constructor parameters in org.jboss.as.webservices.service with type arguments of type PropertyService 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)PropertyService(String propName, String propValue, Consumer<PropertyService> propertyServiceConsumer)
-