Class SimpleFeatureReader<T extends WebServiceFeature>

java.lang.Object
com.sun.xml.ws.config.metro.SimpleFeatureReader<T>
All Implemented Interfaces:
FeatureReader<T>
Direct Known Subclasses:
TcpTransportFeatureReader

public abstract class SimpleFeatureReader<T extends WebServiceFeature> extends Object implements FeatureReader<T>
Parse a feature with no further attributes than "enabled" and return it as a WebServiceFeature instance.
Author:
Fabian Ritzmann