final class com.sun.xml.internal.ws.server.SDDocumentImpl$WSDLImpl extends com.sun.xml.internal.ws.server.SDDocumentImpl implements com.sun.xml.internal.ws.api.server.SDDocument$WSDL
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.xml.internal.ws.server.SDDocumentImpl$WSDLImpl
  super_class: com.sun.xml.internal.ws.server.SDDocumentImpl
{
  private final java.lang.String targetNamespace;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean hasPortType;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean hasService;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Set<javax.xml.namespace.QName> allServices;
    descriptor: Ljava/util/Set;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Set<Ljavax/xml/namespace/QName;>;

  public void <init>(javax.xml.namespace.QName, java.net.URL, com.sun.xml.internal.ws.api.server.SDDocumentSource, java.lang.String, boolean, boolean, java.util.Set<java.lang.String>, java.util.Set<javax.xml.namespace.QName>);
    descriptor: (Ljavax/xml/namespace/QName;Ljava/net/URL;Lcom/sun/xml/internal/ws/api/server/SDDocumentSource;Ljava/lang/String;ZZLjava/util/Set;Ljava/util/Set;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=9
        start local 0 // com.sun.xml.internal.ws.server.SDDocumentImpl$WSDLImpl this
        start local 1 // javax.xml.namespace.QName rootName
        start local 2 // java.net.URL url
        start local 3 // com.sun.xml.internal.ws.api.server.SDDocumentSource source
        start local 4 // java.lang.String targetNamespace
        start local 5 // boolean hasPortType
        start local 6 // boolean hasService
        start local 7 // java.util.Set imports
        start local 8 // java.util.Set allServices
         0: .line 340
            aload 0 /* this */
            aload 1 /* rootName */
            aload 2 /* url */
            aload 3 /* source */
            aload 7 /* imports */
            invokespecial com.sun.xml.internal.ws.server.SDDocumentImpl.<init>:(Ljavax/xml/namespace/QName;Ljava/net/URL;Lcom/sun/xml/internal/ws/api/server/SDDocumentSource;Ljava/util/Set;)V
         1: .line 341
            aload 0 /* this */
            aload 4 /* targetNamespace */
            putfield com.sun.xml.internal.ws.server.SDDocumentImpl$WSDLImpl.targetNamespace:Ljava/lang/String;
         2: .line 342
            aload 0 /* this */
            iload 5 /* hasPortType */
            putfield com.sun.xml.internal.ws.server.SDDocumentImpl$WSDLImpl.hasPortType:Z
         3: .line 343
            aload 0 /* this */
            iload 6 /* hasService */
            putfield com.sun.xml.internal.ws.server.SDDocumentImpl$WSDLImpl.hasService:Z
         4: .line 344
            aload 0 /* this */
            aload 8 /* allServices */
            putfield com.sun.xml.internal.ws.server.SDDocumentImpl$WSDLImpl.allServices:Ljava/util/Set;
         5: .line 345
            return
        end local 8 // java.util.Set allServices
        end local 7 // java.util.Set imports
        end local 6 // boolean hasService
        end local 5 // boolean hasPortType
        end local 4 // java.lang.String targetNamespace
        end local 3 // com.sun.xml.internal.ws.api.server.SDDocumentSource source
        end local 2 // java.net.URL url
        end local 1 // javax.xml.namespace.QName rootName
        end local 0 // com.sun.xml.internal.ws.server.SDDocumentImpl$WSDLImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lcom/sun/xml/internal/ws/server/SDDocumentImpl$WSDLImpl;
            0    6     1         rootName  Ljavax/xml/namespace/QName;
            0    6     2              url  Ljava/net/URL;
            0    6     3           source  Lcom/sun/xml/internal/ws/api/server/SDDocumentSource;
            0    6     4  targetNamespace  Ljava/lang/String;
            0    6     5      hasPortType  Z
            0    6     6       hasService  Z
            0    6     7          imports  Ljava/util/Set<Ljava/lang/String;>;
            0    6     8      allServices  Ljava/util/Set<Ljavax/xml/namespace/QName;>;
    Signature: (Ljavax/xml/namespace/QName;Ljava/net/URL;Lcom/sun/xml/internal/ws/api/server/SDDocumentSource;Ljava/lang/String;ZZLjava/util/Set<Ljava/lang/String;>;Ljava/util/Set<Ljavax/xml/namespace/QName;>;)V
    MethodParameters:
                 Name  Flags
      rootName         
      url              
      source           
      targetNamespace  
      hasPortType      
      hasService       
      imports          
      allServices      

  public java.lang.String getTargetNamespace();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.ws.server.SDDocumentImpl$WSDLImpl this
         0: .line 348
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.server.SDDocumentImpl$WSDLImpl.targetNamespace:Ljava/lang/String;
            areturn
        end local 0 // com.sun.xml.internal.ws.server.SDDocumentImpl$WSDLImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/ws/server/SDDocumentImpl$WSDLImpl;

  public boolean hasPortType();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.ws.server.SDDocumentImpl$WSDLImpl this
         0: .line 352
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.server.SDDocumentImpl$WSDLImpl.hasPortType:Z
            ireturn
        end local 0 // com.sun.xml.internal.ws.server.SDDocumentImpl$WSDLImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/ws/server/SDDocumentImpl$WSDLImpl;

  public boolean hasService();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.ws.server.SDDocumentImpl$WSDLImpl this
         0: .line 356
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.server.SDDocumentImpl$WSDLImpl.hasService:Z
            ireturn
        end local 0 // com.sun.xml.internal.ws.server.SDDocumentImpl$WSDLImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/ws/server/SDDocumentImpl$WSDLImpl;

  public java.util.Set<javax.xml.namespace.QName> getAllServices();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.ws.server.SDDocumentImpl$WSDLImpl this
         0: .line 360
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.server.SDDocumentImpl$WSDLImpl.allServices:Ljava/util/Set;
            areturn
        end local 0 // com.sun.xml.internal.ws.server.SDDocumentImpl$WSDLImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/ws/server/SDDocumentImpl$WSDLImpl;
    Signature: ()Ljava/util/Set<Ljavax/xml/namespace/QName;>;

  public boolean isWSDL();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.ws.server.SDDocumentImpl$WSDLImpl this
         0: .line 364
            iconst_1
            ireturn
        end local 0 // com.sun.xml.internal.ws.server.SDDocumentImpl$WSDLImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/ws/server/SDDocumentImpl$WSDLImpl;
}
SourceFile: "SDDocumentImpl.java"
NestHost: com.sun.xml.internal.ws.server.SDDocumentImpl
InnerClasses:
  public abstract WSDL = com.sun.xml.internal.ws.api.server.SDDocument$WSDL of com.sun.xml.internal.ws.api.server.SDDocument
  private final WSDLImpl = com.sun.xml.internal.ws.server.SDDocumentImpl$WSDLImpl of com.sun.xml.internal.ws.server.SDDocumentImpl