Uses of Interface
com.sun.xml.ws.config.metro.dev.FeatureReader
-
Packages that use FeatureReader Package Description com.sun.xml.ws.config.metro com.sun.xml.ws.policy.config com.sun.xml.ws.runtime.config com.sun.xml.ws.transport.tcp.dev -
-
Uses of FeatureReader in com.sun.xml.ws.config.metro
Classes in com.sun.xml.ws.config.metro that implement FeatureReader Modifier and Type Class Description classSimpleFeatureReader<T extends jakarta.xml.ws.WebServiceFeature>Parse a feature with no further attributes than "enabled" and return it as a WebServiceFeature instance.Methods in com.sun.xml.ws.config.metro that return FeatureReader Modifier and Type Method Description FeatureReaderElementFeatureMapping. getFeatureReader() -
Uses of FeatureReader in com.sun.xml.ws.policy.config
Classes in com.sun.xml.ws.policy.config that implement FeatureReader Modifier and Type Class Description classPolicyFeatureReader -
Uses of FeatureReader in com.sun.xml.ws.runtime.config
Classes in com.sun.xml.ws.runtime.config that implement FeatureReader Modifier and Type Class Description classTubelineFeatureReader -
Uses of FeatureReader in com.sun.xml.ws.transport.tcp.dev
Classes in com.sun.xml.ws.transport.tcp.dev that implement FeatureReader Modifier and Type Class Description classTcpTransportFeatureReader
-