com.sun.xml.ws.config.metro.dev
Interface FeatureReader<T extends WebServiceFeature>
- All Known Implementing Classes:
- TubelineFeatureReader
public interface FeatureReader<T extends WebServiceFeature>
Parses a XML fragment and is expected to return a corresponding WebServiceFeature.
ENABLED_ATTRIBUTE_NAME
static final QName ENABLED_ATTRIBUTE_NAME
parse
T parse(javax.xml.stream.XMLEventReader reader)
throws WebServiceException
- Parse an XML stream and return the corresponding WebServiceFeature instance.
- Throws:
WebServiceException
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.