public class com.sun.research.ws.wadl.ObjectFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.research.ws.wadl.ObjectFactory
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.research.ws.wadl.ObjectFactory this
         0: .line 34
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            return
        end local 0 // com.sun.research.ws.wadl.ObjectFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/research/ws/wadl/ObjectFactory;

  public com.sun.research.ws.wadl.Resources createResources();
    descriptor: ()Lcom/sun/research/ws/wadl/Resources;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.research.ws.wadl.ObjectFactory this
         0: .line 42
            new com.sun.research.ws.wadl.Resources
            dup
            invokespecial com.sun.research.ws.wadl.Resources.<init>:()V
            areturn
        end local 0 // com.sun.research.ws.wadl.ObjectFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/research/ws/wadl/ObjectFactory;

  public com.sun.research.ws.wadl.Doc createDoc();
    descriptor: ()Lcom/sun/research/ws/wadl/Doc;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.research.ws.wadl.ObjectFactory this
         0: .line 50
            new com.sun.research.ws.wadl.Doc
            dup
            invokespecial com.sun.research.ws.wadl.Doc.<init>:()V
            areturn
        end local 0 // com.sun.research.ws.wadl.ObjectFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/research/ws/wadl/ObjectFactory;

  public com.sun.research.ws.wadl.Resource createResource();
    descriptor: ()Lcom/sun/research/ws/wadl/Resource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.research.ws.wadl.ObjectFactory this
         0: .line 58
            new com.sun.research.ws.wadl.Resource
            dup
            invokespecial com.sun.research.ws.wadl.Resource.<init>:()V
            areturn
        end local 0 // com.sun.research.ws.wadl.ObjectFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/research/ws/wadl/ObjectFactory;

  public com.sun.research.ws.wadl.Param createParam();
    descriptor: ()Lcom/sun/research/ws/wadl/Param;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.research.ws.wadl.ObjectFactory this
         0: .line 66
            new com.sun.research.ws.wadl.Param
            dup
            invokespecial com.sun.research.ws.wadl.Param.<init>:()V
            areturn
        end local 0 // com.sun.research.ws.wadl.ObjectFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/research/ws/wadl/ObjectFactory;

  public com.sun.research.ws.wadl.Option createOption();
    descriptor: ()Lcom/sun/research/ws/wadl/Option;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.research.ws.wadl.ObjectFactory this
         0: .line 74
            new com.sun.research.ws.wadl.Option
            dup
            invokespecial com.sun.research.ws.wadl.Option.<init>:()V
            areturn
        end local 0 // com.sun.research.ws.wadl.ObjectFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/research/ws/wadl/ObjectFactory;

  public com.sun.research.ws.wadl.Link createLink();
    descriptor: ()Lcom/sun/research/ws/wadl/Link;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.research.ws.wadl.ObjectFactory this
         0: .line 82
            new com.sun.research.ws.wadl.Link
            dup
            invokespecial com.sun.research.ws.wadl.Link.<init>:()V
            areturn
        end local 0 // com.sun.research.ws.wadl.ObjectFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/research/ws/wadl/ObjectFactory;

  public com.sun.research.ws.wadl.Method createMethod();
    descriptor: ()Lcom/sun/research/ws/wadl/Method;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.research.ws.wadl.ObjectFactory this
         0: .line 90
            new com.sun.research.ws.wadl.Method
            dup
            invokespecial com.sun.research.ws.wadl.Method.<init>:()V
            areturn
        end local 0 // com.sun.research.ws.wadl.ObjectFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/research/ws/wadl/ObjectFactory;

  public com.sun.research.ws.wadl.Request createRequest();
    descriptor: ()Lcom/sun/research/ws/wadl/Request;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.research.ws.wadl.ObjectFactory this
         0: .line 98
            new com.sun.research.ws.wadl.Request
            dup
            invokespecial com.sun.research.ws.wadl.Request.<init>:()V
            areturn
        end local 0 // com.sun.research.ws.wadl.ObjectFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/research/ws/wadl/ObjectFactory;

  public com.sun.research.ws.wadl.Representation createRepresentation();
    descriptor: ()Lcom/sun/research/ws/wadl/Representation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.research.ws.wadl.ObjectFactory this
         0: .line 106
            new com.sun.research.ws.wadl.Representation
            dup
            invokespecial com.sun.research.ws.wadl.Representation.<init>:()V
            areturn
        end local 0 // com.sun.research.ws.wadl.ObjectFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/research/ws/wadl/ObjectFactory;

  public com.sun.research.ws.wadl.Response createResponse();
    descriptor: ()Lcom/sun/research/ws/wadl/Response;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.research.ws.wadl.ObjectFactory this
         0: .line 114
            new com.sun.research.ws.wadl.Response
            dup
            invokespecial com.sun.research.ws.wadl.Response.<init>:()V
            areturn
        end local 0 // com.sun.research.ws.wadl.ObjectFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/research/ws/wadl/ObjectFactory;

  public com.sun.research.ws.wadl.Application createApplication();
    descriptor: ()Lcom/sun/research/ws/wadl/Application;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.research.ws.wadl.ObjectFactory this
         0: .line 122
            new com.sun.research.ws.wadl.Application
            dup
            invokespecial com.sun.research.ws.wadl.Application.<init>:()V
            areturn
        end local 0 // com.sun.research.ws.wadl.ObjectFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/research/ws/wadl/ObjectFactory;

  public com.sun.research.ws.wadl.Grammars createGrammars();
    descriptor: ()Lcom/sun/research/ws/wadl/Grammars;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.research.ws.wadl.ObjectFactory this
         0: .line 130
            new com.sun.research.ws.wadl.Grammars
            dup
            invokespecial com.sun.research.ws.wadl.Grammars.<init>:()V
            areturn
        end local 0 // com.sun.research.ws.wadl.ObjectFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/research/ws/wadl/ObjectFactory;

  public com.sun.research.ws.wadl.Include createInclude();
    descriptor: ()Lcom/sun/research/ws/wadl/Include;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.research.ws.wadl.ObjectFactory this
         0: .line 138
            new com.sun.research.ws.wadl.Include
            dup
            invokespecial com.sun.research.ws.wadl.Include.<init>:()V
            areturn
        end local 0 // com.sun.research.ws.wadl.ObjectFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/research/ws/wadl/ObjectFactory;

  public com.sun.research.ws.wadl.ResourceType createResourceType();
    descriptor: ()Lcom/sun/research/ws/wadl/ResourceType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.research.ws.wadl.ObjectFactory this
         0: .line 146
            new com.sun.research.ws.wadl.ResourceType
            dup
            invokespecial com.sun.research.ws.wadl.ResourceType.<init>:()V
            areturn
        end local 0 // com.sun.research.ws.wadl.ObjectFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/research/ws/wadl/ObjectFactory;
}
SourceFile: "ObjectFactory.java"
    RuntimeVisibleAnnotations: 
      javax.xml.bind.annotation.XmlRegistry()