Package org.jboss.as.webservices.service
Class PropertyService
java.lang.Object
org.jboss.as.webservices.service.PropertyService
- All Implemented Interfaces:
org.jboss.msc.Service
A service for getting a property to be stored in endpoint / client config.
- Author:
- Alessio Soldano, Richard Opalka
-
Field Summary
Fields inherited from interface org.jboss.msc.Service
NULL -
Constructor Summary
ConstructorsConstructorDescriptionPropertyService(String propName, String propValue, Consumer<PropertyService> propertyServiceConsumer) -
Method Summary
-
Constructor Details
-
PropertyService
public PropertyService(String propName, String propValue, Consumer<PropertyService> propertyServiceConsumer)
-
-
Method Details
-
getPropName
-
getPropValue
-
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
-