Interface FeatureReader<T extends jakarta.xml.ws.WebServiceFeature>

All Known Implementing Classes:
TubelineFeatureReader

public interface FeatureReader<T extends jakarta.xml.ws.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.
  • Field Details

    • ENABLED_ATTRIBUTE_NAME

      static final QName ENABLED_ATTRIBUTE_NAME
  • Method Details

    • parse

      T parse(XMLEventReader reader) throws jakarta.xml.ws.WebServiceException
      Parse an XML stream and return the corresponding WebServiceFeature instance.
      Throws:
      jakarta.xml.ws.WebServiceException