Package org.jboss.as.webservices.service
Class PropertyService
- java.lang.Object
-
- org.jboss.as.webservices.service.PropertyService
-
- All Implemented Interfaces:
org.jboss.msc.Service
public final class PropertyService extends Object implements org.jboss.msc.Service
A service for getting a property to be stored in endpoint / client config.- Author:
- Alessio Soldano, Richard Opalka
-
-
Constructor Summary
Constructors Constructor Description PropertyService(String propName, String propValue, Consumer<PropertyService> propertyServiceConsumer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPropName()StringgetPropValue()voidstart(org.jboss.msc.service.StartContext context)voidstop(org.jboss.msc.service.StopContext context)
-
-
-
Constructor Detail
-
PropertyService
public PropertyService(String propName, String propValue, Consumer<PropertyService> propertyServiceConsumer)
-
-
Method Detail
-
getPropName
public String getPropName()
-
getPropValue
public String 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
-
-