com.sun.xml.ws.config.metro.dev
Class SimpleFeatureReader<T extends javax.xml.ws.WebServiceFeature>
java.lang.Object
com.sun.xml.ws.config.metro.dev.SimpleFeatureReader<T>
- All Implemented Interfaces:
- com.sun.xml.ws.config.metro.dev.FeatureReader
public abstract class SimpleFeatureReader<T extends javax.xml.ws.WebServiceFeature>
- extends Object
- implements com.sun.xml.ws.config.metro.dev.FeatureReader
Parse a feature with no further attributes than "enabled" and return it as
a WebServiceFeature instance.
- Author:
- Fabian Ritzmann
| Fields inherited from interface com.sun.xml.ws.config.metro.dev.FeatureReader |
ENABLED_ATTRIBUTE_NAME |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleFeatureReader
public SimpleFeatureReader()
parse
public T parse(javax.xml.stream.XMLEventReader reader)
throws javax.xml.ws.WebServiceException
- Specified by:
parse in interface com.sun.xml.ws.config.metro.dev.FeatureReader
- Throws:
javax.xml.ws.WebServiceException
createFeature
protected abstract T createFeature(boolean enabled)
throws javax.xml.ws.WebServiceException
- Instantiate the proper feature class.
- Throws:
javax.xml.ws.WebServiceException
Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.