public interface com.sun.xml.internal.ws.api.model.wsdl.WSDLFeaturedObject extends com.sun.xml.internal.ws.api.model.wsdl.WSDLObject
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.sun.xml.internal.ws.api.model.wsdl.WSDLFeaturedObject
  super_class: java.lang.Object
{
  public abstract <F extends javax.xml.ws.WebServiceFeature> F getFeature(java.lang.Class<F>);
    descriptor: (Ljava/lang/Class;)Ljavax/xml/ws/WebServiceFeature;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <F:Ljavax/xml/ws/WebServiceFeature;>(Ljava/lang/Class<TF;>;)TF;
    RuntimeInvisibleAnnotations: 
      com.sun.istack.internal.Nullable()
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.sun.istack.internal.NotNull()
    MethodParameters:
             Name  Flags
      featureType  

  public abstract com.sun.xml.internal.ws.api.WSFeatureList getFeatures();
    descriptor: ()Lcom/sun/xml/internal/ws/api/WSFeatureList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.sun.istack.internal.NotNull()

  public abstract void addFeature(javax.xml.ws.WebServiceFeature);
    descriptor: (Ljavax/xml/ws/WebServiceFeature;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.sun.istack.internal.NotNull()
    MethodParameters:
         Name  Flags
      feature  
}
SourceFile: "WSDLFeaturedObject.java"