class com.sun.xml.internal.ws.policy.sourcemodel.DefaultPolicyAssertionCreator implements com.sun.xml.internal.ws.policy.spi.PolicyAssertionCreator
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.xml.internal.ws.policy.sourcemodel.DefaultPolicyAssertionCreator
super_class: java.lang.Object
{
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/DefaultPolicyAssertionCreator;
public java.lang.String[] getSupportedDomainNamespaceURIs();
descriptor: ()[Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/ws/policy/sourcemodel/DefaultPolicyAssertionCreator;
public com.sun.xml.internal.ws.policy.PolicyAssertion createAssertion(com.sun.xml.internal.ws.policy.sourcemodel.AssertionData, java.util.Collection<com.sun.xml.internal.ws.policy.PolicyAssertion>, com.sun.xml.internal.ws.policy.AssertionSet, com.sun.xml.internal.ws.policy.spi.PolicyAssertionCreator);
descriptor: (Lcom/sun/xml/internal/ws/policy/sourcemodel/AssertionData;Ljava/util/Collection;Lcom/sun/xml/internal/ws/policy/AssertionSet;Lcom/sun/xml/internal/ws/policy/spi/PolicyAssertionCreator;)Lcom/sun/xml/internal/ws/policy/PolicyAssertion;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: new com.sun.xml.internal.ws.policy.sourcemodel.DefaultPolicyAssertionCreator$DefaultPolicyAssertion
dup
aload 1
aload 2
aload 3
invokespecial com.sun.xml.internal.ws.policy.sourcemodel.DefaultPolicyAssertionCreator$DefaultPolicyAssertion.<init>:(Lcom/sun/xml/internal/ws/policy/sourcemodel/AssertionData;Ljava/util/Collection;Lcom/sun/xml/internal/ws/policy/AssertionSet;)V
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/ws/policy/sourcemodel/DefaultPolicyAssertionCreator;
0 1 1 data Lcom/sun/xml/internal/ws/policy/sourcemodel/AssertionData;
0 1 2 assertionParameters Ljava/util/Collection<Lcom/sun/xml/internal/ws/policy/PolicyAssertion;>;
0 1 3 nestedAlternative Lcom/sun/xml/internal/ws/policy/AssertionSet;
0 1 4 defaultCreator Lcom/sun/xml/internal/ws/policy/spi/PolicyAssertionCreator;
Exceptions:
throws com.sun.xml.internal.ws.policy.spi.AssertionCreationException
Signature: (Lcom/sun/xml/internal/ws/policy/sourcemodel/AssertionData;Ljava/util/Collection<Lcom/sun/xml/internal/ws/policy/PolicyAssertion;>;Lcom/sun/xml/internal/ws/policy/AssertionSet;Lcom/sun/xml/internal/ws/policy/spi/PolicyAssertionCreator;)Lcom/sun/xml/internal/ws/policy/PolicyAssertion;
MethodParameters:
Name Flags
data final
assertionParameters final
nestedAlternative final
defaultCreator final
}
SourceFile: "DefaultPolicyAssertionCreator.java"
NestMembers:
com.sun.xml.internal.ws.policy.sourcemodel.DefaultPolicyAssertionCreator$DefaultPolicyAssertion
InnerClasses:
private final DefaultPolicyAssertion = com.sun.xml.internal.ws.policy.sourcemodel.DefaultPolicyAssertionCreator$DefaultPolicyAssertion of com.sun.xml.internal.ws.policy.sourcemodel.DefaultPolicyAssertionCreator