public class com.sun.tools.internal.ws.processor.modeler.annotation.WebServiceVisitor$MySoapBinding implements javax.jws.soap.SOAPBinding
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.internal.ws.processor.modeler.annotation.WebServiceVisitor$MySoapBinding
  super_class: java.lang.Object
{
  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.WebServiceVisitor$MySoapBinding this
         0: .line 841
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.WebServiceVisitor$MySoapBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/ws/processor/modeler/annotation/WebServiceVisitor$MySoapBinding;

  public javax.jws.soap.SOAPBinding$Style style();
    descriptor: ()Ljavax/jws/soap/SOAPBinding$Style;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.WebServiceVisitor$MySoapBinding this
         0: .line 845
            getstatic javax.jws.soap.SOAPBinding$Style.DOCUMENT:Ljavax/jws/soap/SOAPBinding$Style;
            areturn
        end local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.WebServiceVisitor$MySoapBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/ws/processor/modeler/annotation/WebServiceVisitor$MySoapBinding;

  public javax.jws.soap.SOAPBinding$Use use();
    descriptor: ()Ljavax/jws/soap/SOAPBinding$Use;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.WebServiceVisitor$MySoapBinding this
         0: .line 850
            getstatic javax.jws.soap.SOAPBinding$Use.LITERAL:Ljavax/jws/soap/SOAPBinding$Use;
            areturn
        end local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.WebServiceVisitor$MySoapBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/ws/processor/modeler/annotation/WebServiceVisitor$MySoapBinding;

  public javax.jws.soap.SOAPBinding$ParameterStyle parameterStyle();
    descriptor: ()Ljavax/jws/soap/SOAPBinding$ParameterStyle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.WebServiceVisitor$MySoapBinding this
         0: .line 855
            getstatic javax.jws.soap.SOAPBinding$ParameterStyle.WRAPPED:Ljavax/jws/soap/SOAPBinding$ParameterStyle;
            areturn
        end local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.WebServiceVisitor$MySoapBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/ws/processor/modeler/annotation/WebServiceVisitor$MySoapBinding;

  public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.WebServiceVisitor$MySoapBinding this
         0: .line 860
            ldc Ljavax/jws/soap/SOAPBinding;
            areturn
        end local 0 // com.sun.tools.internal.ws.processor.modeler.annotation.WebServiceVisitor$MySoapBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/ws/processor/modeler/annotation/WebServiceVisitor$MySoapBinding;
    Signature: ()Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
}
SourceFile: "WebServiceVisitor.java"
NestHost: com.sun.tools.internal.ws.processor.modeler.annotation.WebServiceVisitor
InnerClasses:
  protected MySoapBinding = com.sun.tools.internal.ws.processor.modeler.annotation.WebServiceVisitor$MySoapBinding of com.sun.tools.internal.ws.processor.modeler.annotation.WebServiceVisitor
  public final ParameterStyle = javax.jws.soap.SOAPBinding$ParameterStyle of javax.jws.soap.SOAPBinding
  public final Style = javax.jws.soap.SOAPBinding$Style of javax.jws.soap.SOAPBinding
  public final Use = javax.jws.soap.SOAPBinding$Use of javax.jws.soap.SOAPBinding