public final class com.sun.xml.internal.bind.v2.runtime.BridgeContextImpl extends com.sun.xml.internal.bind.api.BridgeContext
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.xml.internal.bind.v2.runtime.BridgeContextImpl
  super_class: com.sun.xml.internal.bind.api.BridgeContext
{
  public final com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl unmarshaller;
    descriptor: Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallerImpl;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final com.sun.xml.internal.bind.v2.runtime.MarshallerImpl marshaller;
    descriptor: Lcom/sun/xml/internal/bind/v2/runtime/MarshallerImpl;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  void <init>(com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl);
    descriptor: (Lcom/sun/xml/internal/bind/v2/runtime/JAXBContextImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.bind.v2.runtime.BridgeContextImpl this
        start local 1 // com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl context
         0: .line 46
            aload 0 /* this */
            invokespecial com.sun.xml.internal.bind.api.BridgeContext.<init>:()V
         1: .line 47
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl.createUnmarshaller:()Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallerImpl;
            putfield com.sun.xml.internal.bind.v2.runtime.BridgeContextImpl.unmarshaller:Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallerImpl;
         2: .line 48
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl.createMarshaller:()Lcom/sun/xml/internal/bind/v2/runtime/MarshallerImpl;
            putfield com.sun.xml.internal.bind.v2.runtime.BridgeContextImpl.marshaller:Lcom/sun/xml/internal/bind/v2/runtime/MarshallerImpl;
         3: .line 49
            return
        end local 1 // com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl context
        end local 0 // com.sun.xml.internal.bind.v2.runtime.BridgeContextImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/sun/xml/internal/bind/v2/runtime/BridgeContextImpl;
            0    4     1  context  Lcom/sun/xml/internal/bind/v2/runtime/JAXBContextImpl;
    MethodParameters:
         Name  Flags
      context  

  public void setErrorHandler(javax.xml.bind.ValidationEventHandler);
    descriptor: (Ljavax/xml/bind/ValidationEventHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.xml.internal.bind.v2.runtime.BridgeContextImpl this
        start local 1 // javax.xml.bind.ValidationEventHandler handler
         0: .line 53
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.BridgeContextImpl.unmarshaller:Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallerImpl;
            aload 1 /* handler */
            invokevirtual com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl.setEventHandler:(Ljavax/xml/bind/ValidationEventHandler;)V
         1: .line 54
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.BridgeContextImpl.marshaller:Lcom/sun/xml/internal/bind/v2/runtime/MarshallerImpl;
            aload 1 /* handler */
            invokevirtual com.sun.xml.internal.bind.v2.runtime.MarshallerImpl.setEventHandler:(Ljavax/xml/bind/ValidationEventHandler;)V
         2: .line 55
            goto 5
      StackMap locals:
      StackMap stack: javax.xml.bind.JAXBException
         3: astore 2 /* e */
        start local 2 // javax.xml.bind.JAXBException e
         4: .line 57
            new java.lang.Error
            dup
            aload 2 /* e */
            invokespecial java.lang.Error.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // javax.xml.bind.JAXBException e
         5: .line 59
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javax.xml.bind.ValidationEventHandler handler
        end local 0 // com.sun.xml.internal.bind.v2.runtime.BridgeContextImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lcom/sun/xml/internal/bind/v2/runtime/BridgeContextImpl;
            0    6     1  handler  Ljavax/xml/bind/ValidationEventHandler;
            4    5     2        e  Ljavax/xml/bind/JAXBException;
      Exception table:
        from    to  target  type
           0     2       3  Class javax.xml.bind.JAXBException
    MethodParameters:
         Name  Flags
      handler  

  public void setAttachmentMarshaller(javax.xml.bind.attachment.AttachmentMarshaller);
    descriptor: (Ljavax/xml/bind/attachment/AttachmentMarshaller;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.bind.v2.runtime.BridgeContextImpl this
        start local 1 // javax.xml.bind.attachment.AttachmentMarshaller m
         0: .line 62
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.BridgeContextImpl.marshaller:Lcom/sun/xml/internal/bind/v2/runtime/MarshallerImpl;
            aload 1 /* m */
            invokevirtual com.sun.xml.internal.bind.v2.runtime.MarshallerImpl.setAttachmentMarshaller:(Ljavax/xml/bind/attachment/AttachmentMarshaller;)V
         1: .line 63
            return
        end local 1 // javax.xml.bind.attachment.AttachmentMarshaller m
        end local 0 // com.sun.xml.internal.bind.v2.runtime.BridgeContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/bind/v2/runtime/BridgeContextImpl;
            0    2     1     m  Ljavax/xml/bind/attachment/AttachmentMarshaller;
    MethodParameters:
      Name  Flags
      m     

  public void setAttachmentUnmarshaller(javax.xml.bind.attachment.AttachmentUnmarshaller);
    descriptor: (Ljavax/xml/bind/attachment/AttachmentUnmarshaller;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.bind.v2.runtime.BridgeContextImpl this
        start local 1 // javax.xml.bind.attachment.AttachmentUnmarshaller u
         0: .line 66
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.BridgeContextImpl.unmarshaller:Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallerImpl;
            aload 1 /* u */
            invokevirtual com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl.setAttachmentUnmarshaller:(Ljavax/xml/bind/attachment/AttachmentUnmarshaller;)V
         1: .line 67
            return
        end local 1 // javax.xml.bind.attachment.AttachmentUnmarshaller u
        end local 0 // com.sun.xml.internal.bind.v2.runtime.BridgeContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/bind/v2/runtime/BridgeContextImpl;
            0    2     1     u  Ljavax/xml/bind/attachment/AttachmentUnmarshaller;
    MethodParameters:
      Name  Flags
      u     

  public javax.xml.bind.attachment.AttachmentMarshaller getAttachmentMarshaller();
    descriptor: ()Ljavax/xml/bind/attachment/AttachmentMarshaller;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.bind.v2.runtime.BridgeContextImpl this
         0: .line 70
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.BridgeContextImpl.marshaller:Lcom/sun/xml/internal/bind/v2/runtime/MarshallerImpl;
            invokevirtual com.sun.xml.internal.bind.v2.runtime.MarshallerImpl.getAttachmentMarshaller:()Ljavax/xml/bind/attachment/AttachmentMarshaller;
            areturn
        end local 0 // com.sun.xml.internal.bind.v2.runtime.BridgeContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/bind/v2/runtime/BridgeContextImpl;

  public javax.xml.bind.attachment.AttachmentUnmarshaller getAttachmentUnmarshaller();
    descriptor: ()Ljavax/xml/bind/attachment/AttachmentUnmarshaller;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.bind.v2.runtime.BridgeContextImpl this
         0: .line 74
            aload 0 /* this */
            getfield com.sun.xml.internal.bind.v2.runtime.BridgeContextImpl.unmarshaller:Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallerImpl;
            invokevirtual com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl.getAttachmentUnmarshaller:()Ljavax/xml/bind/attachment/AttachmentUnmarshaller;
            areturn
        end local 0 // com.sun.xml.internal.bind.v2.runtime.BridgeContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/bind/v2/runtime/BridgeContextImpl;
}
SourceFile: "BridgeContextImpl.java"