|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.config.metro.dev.SimpleFeatureReader<T>
public abstract class SimpleFeatureReader<T extends WebServiceFeature>
Parse a feature with no further attributes than "enabled" and return it as a WebServiceFeature instance.
| Field Summary |
|---|
| Fields inherited from interface com.sun.xml.ws.config.metro.dev.FeatureReader |
|---|
ENABLED_ATTRIBUTE_NAME |
| Constructor Summary | |
|---|---|
SimpleFeatureReader()
|
|
| Method Summary | |
|---|---|
protected abstract T |
createFeature(boolean enabled)
Instantiate the proper feature class. |
T |
parse(javax.xml.stream.XMLEventReader reader)
Parse an XML stream and return the corresponding WebServiceFeature instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleFeatureReader()
| Method Detail |
|---|
public T parse(javax.xml.stream.XMLEventReader reader)
throws WebServiceException
FeatureReader
parse in interface FeatureReaderWebServiceException
protected abstract T createFeature(boolean enabled)
throws WebServiceException
WebServiceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||