class com.sun.tools.internal.ws.resources.WebserviceapMessages$BundleSupplier implements com.sun.istack.internal.localization.LocalizableMessageFactory$ResourceBundleSupplier
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.internal.ws.resources.WebserviceapMessages$BundleSupplier
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.ws.resources.WebserviceapMessages$BundleSupplier this
         0: .line 922
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.tools.internal.ws.resources.WebserviceapMessages$BundleSupplier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/ws/resources/WebserviceapMessages$BundleSupplier;

  public java.util.ResourceBundle getResourceBundle(java.util.Locale);
    descriptor: (Ljava/util/Locale;)Ljava/util/ResourceBundle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.internal.ws.resources.WebserviceapMessages$BundleSupplier this
        start local 1 // java.util.Locale locale
         0: .line 928
            ldc "com.sun.tools.internal.ws.resources.webserviceap"
            aload 1 /* locale */
            invokestatic java.util.ResourceBundle.getBundle:(Ljava/lang/String;Ljava/util/Locale;)Ljava/util/ResourceBundle;
            areturn
        end local 1 // java.util.Locale locale
        end local 0 // com.sun.tools.internal.ws.resources.WebserviceapMessages$BundleSupplier this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/tools/internal/ws/resources/WebserviceapMessages$BundleSupplier;
            0    1     1  locale  Ljava/util/Locale;
    MethodParameters:
        Name  Flags
      locale  
}
SourceFile: "WebserviceapMessages.java"
NestHost: com.sun.tools.internal.ws.resources.WebserviceapMessages
InnerClasses:
  public abstract ResourceBundleSupplier = com.sun.istack.internal.localization.LocalizableMessageFactory$ResourceBundleSupplier of com.sun.istack.internal.localization.LocalizableMessageFactory
  private BundleSupplier = com.sun.tools.internal.ws.resources.WebserviceapMessages$BundleSupplier of com.sun.tools.internal.ws.resources.WebserviceapMessages