public abstract class com.sun.xml.internal.ws.policy.sourcemodel.PolicyModelMarshaller
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: com.sun.xml.internal.ws.policy.sourcemodel.PolicyModelMarshaller
super_class: java.lang.Object
{
private static final com.sun.xml.internal.ws.policy.sourcemodel.PolicyModelMarshaller defaultXmlMarshaller;
descriptor: Lcom/sun/xml/internal/ws/policy/sourcemodel/PolicyModelMarshaller;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final com.sun.xml.internal.ws.policy.sourcemodel.PolicyModelMarshaller invisibleAssertionXmlMarshaller;
descriptor: Lcom/sun/xml/internal/ws/policy/sourcemodel/PolicyModelMarshaller;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new com.sun.xml.internal.ws.policy.sourcemodel.XmlPolicyModelMarshaller
dup
iconst_0
invokespecial com.sun.xml.internal.ws.policy.sourcemodel.XmlPolicyModelMarshaller.<init>:(Z)V
putstatic com.sun.xml.internal.ws.policy.sourcemodel.PolicyModelMarshaller.defaultXmlMarshaller:Lcom/sun/xml/internal/ws/policy/sourcemodel/PolicyModelMarshaller;
1: new com.sun.xml.internal.ws.policy.sourcemodel.XmlPolicyModelMarshaller
dup
iconst_1
invokespecial com.sun.xml.internal.ws.policy.sourcemodel.XmlPolicyModelMarshaller.<init>:(Z)V
putstatic com.sun.xml.internal.ws.policy.sourcemodel.PolicyModelMarshaller.invisibleAssertionXmlMarshaller:Lcom/sun/xml/internal/ws/policy/sourcemodel/PolicyModelMarshaller;
return
LocalVariableTable:
Start End Slot Name Signature
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/xml/internal/ws/policy/sourcemodel/PolicyModelMarshaller;
public abstract void marshal(com.sun.xml.internal.ws.policy.sourcemodel.PolicySourceModel, java.lang.Object);
descriptor: (Lcom/sun/xml/internal/ws/policy/sourcemodel/PolicySourceModel;Ljava/lang/Object;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws com.sun.xml.internal.ws.policy.PolicyException
MethodParameters:
Name Flags
model
storage
public abstract void marshal(java.util.Collection<com.sun.xml.internal.ws.policy.sourcemodel.PolicySourceModel>, );
descriptor: (Ljava/util/Collection;Ljava/lang/Object;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws com.sun.xml.internal.ws.policy.PolicyException
Signature: (Ljava/util/Collection<Lcom/sun/xml/internal/ws/policy/sourcemodel/PolicySourceModel;>;Ljava/lang/Object;)V
MethodParameters:
Name Flags
models
storage
public static com.sun.xml.internal.ws.policy.sourcemodel.PolicyModelMarshaller getXmlMarshaller(boolean);
descriptor: (Z)Lcom/sun/xml/internal/ws/policy/sourcemodel/PolicyModelMarshaller;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iload 0
ifeq 1
getstatic com.sun.xml.internal.ws.policy.sourcemodel.PolicyModelMarshaller.invisibleAssertionXmlMarshaller:Lcom/sun/xml/internal/ws/policy/sourcemodel/PolicyModelMarshaller;
goto 2
StackMap locals:
StackMap stack:
1: getstatic com.sun.xml.internal.ws.policy.sourcemodel.PolicyModelMarshaller.defaultXmlMarshaller:Lcom/sun/xml/internal/ws/policy/sourcemodel/PolicyModelMarshaller;
StackMap locals:
StackMap stack: com.sun.xml.internal.ws.policy.sourcemodel.PolicyModelMarshaller
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 marshallInvisible Z
MethodParameters:
Name Flags
marshallInvisible final
}
SourceFile: "PolicyModelMarshaller.java"