Interface FeatureReader<T extends WebServiceFeature>

All Known Implementing Classes:
PolicyFeatureReader, SimpleFeatureReader, TcpTransportFeatureReader, TubelineFeatureReader

public interface FeatureReader<T extends WebServiceFeature>
Parses a XML fragment and is expected to return a corresponding WebServiceFeature.
Author:
Fabian Ritzmann
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final QName
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Parse an XML stream and return the corresponding WebServiceFeature instance.