Package com.sun.xml.ws.policy.config
Class PolicyFeatureReader
- java.lang.Object
-
- com.sun.xml.ws.policy.config.PolicyFeatureReader
-
- All Implemented Interfaces:
FeatureReader
public class PolicyFeatureReader extends Object implements FeatureReader
- Author:
- Fabian Ritzmann
-
-
Field Summary
-
Fields inherited from interface com.sun.xml.ws.config.metro.dev.FeatureReader
ENABLED_ATTRIBUTE_NAME
-
-
Constructor Summary
Constructors Constructor Description PolicyFeatureReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PolicyFeatureparse(XMLEventReader reader)Parse an XML stream and return the corresponding WebServiceFeature instance.
-
-
-
Method Detail
-
parse
public PolicyFeature parse(XMLEventReader reader) throws jakarta.xml.ws.WebServiceException
Description copied from interface:FeatureReaderParse an XML stream and return the corresponding WebServiceFeature instance.- Specified by:
parsein interfaceFeatureReader- Throws:
jakarta.xml.ws.WebServiceException
-
-