Package com.sun.xml.ws.config.metro
Interface ElementFeatureMapping
-
public interface ElementFeatureMappingAllows to specify a FeatureReader for each configuration element.- Author:
- Fabian Ritzmann
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QNamegetElementName()com.sun.xml.ws.config.metro.dev.FeatureReadergetFeatureReader()
-
-
-
Method Detail
-
getElementName
QName getElementName()
-
getFeatureReader
com.sun.xml.ws.config.metro.dev.FeatureReader getFeatureReader()
-
-