public abstract class com.sun.xml.internal.ws.api.DistributedPropertySet extends com.oracle.webservices.internal.api.message.BaseDistributedPropertySet
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.xml.internal.ws.api.DistributedPropertySet
  super_class: com.oracle.webservices.internal.api.message.BaseDistributedPropertySet
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.ws.api.DistributedPropertySet this
         0: .line 36
            aload 0 /* this */
            invokespecial com.oracle.webservices.internal.api.message.BaseDistributedPropertySet.<init>:()V
            return
        end local 0 // com.sun.xml.internal.ws.api.DistributedPropertySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/ws/api/DistributedPropertySet;

  public void addSatellite(com.sun.xml.internal.ws.api.PropertySet);
    descriptor: (Lcom/sun/xml/internal/ws/api/PropertySet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.ws.api.DistributedPropertySet this
        start local 1 // com.sun.xml.internal.ws.api.PropertySet satellite
         0: .line 42
            aload 0 /* this */
            aload 1 /* satellite */
            invokespecial com.oracle.webservices.internal.api.message.BaseDistributedPropertySet.addSatellite:(Lcom/oracle/webservices/internal/api/message/PropertySet;)V
         1: .line 43
            return
        end local 1 // com.sun.xml.internal.ws.api.PropertySet satellite
        end local 0 // com.sun.xml.internal.ws.api.DistributedPropertySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/sun/xml/internal/ws/api/DistributedPropertySet;
            0    2     1  satellite  Lcom/sun/xml/internal/ws/api/PropertySet;
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.sun.istack.internal.NotNull()
    MethodParameters:
           Name  Flags
      satellite  

  public void addSatellite(java.lang.Class, com.sun.xml.internal.ws.api.PropertySet);
    descriptor: (Ljava/lang/Class;Lcom/sun/xml/internal/ws/api/PropertySet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.xml.internal.ws.api.DistributedPropertySet this
        start local 1 // java.lang.Class keyClass
        start local 2 // com.sun.xml.internal.ws.api.PropertySet satellite
         0: .line 49
            aload 0 /* this */
            aload 1 /* keyClass */
            aload 2 /* satellite */
            invokespecial com.oracle.webservices.internal.api.message.BaseDistributedPropertySet.addSatellite:(Ljava/lang/Class;Lcom/oracle/webservices/internal/api/message/PropertySet;)V
         1: .line 50
            return
        end local 2 // com.sun.xml.internal.ws.api.PropertySet satellite
        end local 1 // java.lang.Class keyClass
        end local 0 // com.sun.xml.internal.ws.api.DistributedPropertySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/sun/xml/internal/ws/api/DistributedPropertySet;
            0    2     1   keyClass  Ljava/lang/Class;
            0    2     2  satellite  Lcom/sun/xml/internal/ws/api/PropertySet;
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.sun.istack.internal.NotNull()
      1:
        com.sun.istack.internal.NotNull()
    MethodParameters:
           Name  Flags
      keyClass   
      satellite  

  public void copySatelliteInto(com.sun.xml.internal.ws.api.DistributedPropertySet);
    descriptor: (Lcom/sun/xml/internal/ws/api/DistributedPropertySet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.ws.api.DistributedPropertySet this
        start local 1 // com.sun.xml.internal.ws.api.DistributedPropertySet r
         0: .line 56
            aload 0 /* this */
            aload 1 /* r */
            invokespecial com.oracle.webservices.internal.api.message.BaseDistributedPropertySet.copySatelliteInto:(Lcom/oracle/webservices/internal/api/message/DistributedPropertySet;)V
         1: .line 57
            return
        end local 1 // com.sun.xml.internal.ws.api.DistributedPropertySet r
        end local 0 // com.sun.xml.internal.ws.api.DistributedPropertySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/ws/api/DistributedPropertySet;
            0    2     1     r  Lcom/sun/xml/internal/ws/api/DistributedPropertySet;
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.sun.istack.internal.NotNull()
    MethodParameters:
      Name  Flags
      r     

  public void removeSatellite(com.sun.xml.internal.ws.api.PropertySet);
    descriptor: (Lcom/sun/xml/internal/ws/api/PropertySet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.ws.api.DistributedPropertySet this
        start local 1 // com.sun.xml.internal.ws.api.PropertySet satellite
         0: .line 63
            aload 0 /* this */
            aload 1 /* satellite */
            invokespecial com.oracle.webservices.internal.api.message.BaseDistributedPropertySet.removeSatellite:(Lcom/oracle/webservices/internal/api/message/PropertySet;)V
         1: .line 64
            return
        end local 1 // com.sun.xml.internal.ws.api.PropertySet satellite
        end local 0 // com.sun.xml.internal.ws.api.DistributedPropertySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/sun/xml/internal/ws/api/DistributedPropertySet;
            0    2     1  satellite  Lcom/sun/xml/internal/ws/api/PropertySet;
    MethodParameters:
           Name  Flags
      satellite  
}
SourceFile: "DistributedPropertySet.java"