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 start local 1 0: aload 0
invokespecial com.sun.xml.internal.bind.api.BridgeContext.<init>:()V
1: aload 0
aload 1
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: aload 0
aload 1
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: return
end local 1 end local 0 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 start local 1 0: aload 0
getfield com.sun.xml.internal.bind.v2.runtime.BridgeContextImpl.unmarshaller:Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallerImpl;
aload 1
invokevirtual com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl.setEventHandler:(Ljavax/xml/bind/ValidationEventHandler;)V
1: aload 0
getfield com.sun.xml.internal.bind.v2.runtime.BridgeContextImpl.marshaller:Lcom/sun/xml/internal/bind/v2/runtime/MarshallerImpl;
aload 1
invokevirtual com.sun.xml.internal.bind.v2.runtime.MarshallerImpl.setEventHandler:(Ljavax/xml/bind/ValidationEventHandler;)V
2: goto 5
StackMap locals:
StackMap stack: javax.xml.bind.JAXBException
3: astore 2
start local 2 4: new java.lang.Error
dup
aload 2
invokespecial java.lang.Error.<init>:(Ljava/lang/Throwable;)V
athrow
end local 2 5: StackMap locals:
StackMap stack:
return
end local 1 end local 0 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 start local 1 0: aload 0
getfield com.sun.xml.internal.bind.v2.runtime.BridgeContextImpl.marshaller:Lcom/sun/xml/internal/bind/v2/runtime/MarshallerImpl;
aload 1
invokevirtual com.sun.xml.internal.bind.v2.runtime.MarshallerImpl.setAttachmentMarshaller:(Ljavax/xml/bind/attachment/AttachmentMarshaller;)V
1: return
end local 1 end local 0 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 start local 1 0: aload 0
getfield com.sun.xml.internal.bind.v2.runtime.BridgeContextImpl.unmarshaller:Lcom/sun/xml/internal/bind/v2/runtime/unmarshaller/UnmarshallerImpl;
aload 1
invokevirtual com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl.setAttachmentUnmarshaller:(Ljavax/xml/bind/attachment/AttachmentUnmarshaller;)V
1: return
end local 1 end local 0 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 0: aload 0
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 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 0: aload 0
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 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/bind/v2/runtime/BridgeContextImpl;
}
SourceFile: "BridgeContextImpl.java"