public final class com.sun.xml.internal.ws.model.wsdl.WSDLPortProperties extends com.sun.xml.internal.ws.model.wsdl.WSDLProperties
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.xml.internal.ws.model.wsdl.WSDLPortProperties
  super_class: com.sun.xml.internal.ws.model.wsdl.WSDLProperties
{
  private final com.sun.xml.internal.ws.api.model.wsdl.WSDLPort port;
    descriptor: Lcom/sun/xml/internal/ws/api/model/wsdl/WSDLPort;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    RuntimeInvisibleAnnotations: 
      com.sun.istack.internal.NotNull()

  public void <init>(com.sun.xml.internal.ws.api.model.wsdl.WSDLPort);
    descriptor: (Lcom/sun/xml/internal/ws/api/model/wsdl/WSDLPort;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.ws.model.wsdl.WSDLPortProperties this
        start local 1 // com.sun.xml.internal.ws.api.model.wsdl.WSDLPort port
         0: .line 47
            aload 0 /* this */
            aload 1 /* port */
            aconst_null
            invokespecial com.sun.xml.internal.ws.model.wsdl.WSDLPortProperties.<init>:(Lcom/sun/xml/internal/ws/api/model/wsdl/WSDLPort;Lcom/sun/xml/internal/ws/api/model/SEIModel;)V
         1: .line 48
            return
        end local 1 // com.sun.xml.internal.ws.api.model.wsdl.WSDLPort port
        end local 0 // com.sun.xml.internal.ws.model.wsdl.WSDLPortProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/ws/model/wsdl/WSDLPortProperties;
            0    2     1  port  Lcom/sun/xml/internal/ws/api/model/wsdl/WSDLPort;
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.sun.istack.internal.NotNull()
    MethodParameters:
      Name  Flags
      port  

  public void <init>(com.sun.xml.internal.ws.api.model.wsdl.WSDLPort, com.sun.xml.internal.ws.api.model.SEIModel);
    descriptor: (Lcom/sun/xml/internal/ws/api/model/wsdl/WSDLPort;Lcom/sun/xml/internal/ws/api/model/SEIModel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.xml.internal.ws.model.wsdl.WSDLPortProperties this
        start local 1 // com.sun.xml.internal.ws.api.model.wsdl.WSDLPort port
        start local 2 // com.sun.xml.internal.ws.api.model.SEIModel seiModel
         0: .line 51
            aload 0 /* this */
            aload 2 /* seiModel */
            invokespecial com.sun.xml.internal.ws.model.wsdl.WSDLProperties.<init>:(Lcom/sun/xml/internal/ws/api/model/SEIModel;)V
         1: .line 52
            aload 0 /* this */
            aload 1 /* port */
            putfield com.sun.xml.internal.ws.model.wsdl.WSDLPortProperties.port:Lcom/sun/xml/internal/ws/api/model/wsdl/WSDLPort;
         2: .line 53
            return
        end local 2 // com.sun.xml.internal.ws.api.model.SEIModel seiModel
        end local 1 // com.sun.xml.internal.ws.api.model.wsdl.WSDLPort port
        end local 0 // com.sun.xml.internal.ws.model.wsdl.WSDLPortProperties this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/sun/xml/internal/ws/model/wsdl/WSDLPortProperties;
            0    3     1      port  Lcom/sun/xml/internal/ws/api/model/wsdl/WSDLPort;
            0    3     2  seiModel  Lcom/sun/xml/internal/ws/api/model/SEIModel;
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.sun.istack.internal.NotNull()
      1:
        com.sun.istack.internal.Nullable()
    MethodParameters:
          Name  Flags
      port      
      seiModel  

  public javax.xml.namespace.QName getWSDLService();
    descriptor: ()Ljavax/xml/namespace/QName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.ws.model.wsdl.WSDLPortProperties this
         0: .line 56
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.model.wsdl.WSDLPortProperties.port:Lcom/sun/xml/internal/ws/api/model/wsdl/WSDLPort;
            invokeinterface com.sun.xml.internal.ws.api.model.wsdl.WSDLPort.getOwner:()Lcom/sun/xml/internal/ws/api/model/wsdl/WSDLService;
            invokeinterface com.sun.xml.internal.ws.api.model.wsdl.WSDLService.getName:()Ljavax/xml/namespace/QName;
            areturn
        end local 0 // com.sun.xml.internal.ws.model.wsdl.WSDLPortProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/ws/model/wsdl/WSDLPortProperties;

  public javax.xml.namespace.QName getWSDLPort();
    descriptor: ()Ljavax/xml/namespace/QName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.ws.model.wsdl.WSDLPortProperties this
         0: .line 60
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.model.wsdl.WSDLPortProperties.port:Lcom/sun/xml/internal/ws/api/model/wsdl/WSDLPort;
            invokeinterface com.sun.xml.internal.ws.api.model.wsdl.WSDLPort.getName:()Ljavax/xml/namespace/QName;
            areturn
        end local 0 // com.sun.xml.internal.ws.model.wsdl.WSDLPortProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/ws/model/wsdl/WSDLPortProperties;

  public javax.xml.namespace.QName getWSDLPortType();
    descriptor: ()Ljavax/xml/namespace/QName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.ws.model.wsdl.WSDLPortProperties this
         0: .line 64
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.model.wsdl.WSDLPortProperties.port:Lcom/sun/xml/internal/ws/api/model/wsdl/WSDLPort;
            invokeinterface com.sun.xml.internal.ws.api.model.wsdl.WSDLPort.getBinding:()Lcom/sun/xml/internal/ws/api/model/wsdl/WSDLBoundPortType;
            invokeinterface com.sun.xml.internal.ws.api.model.wsdl.WSDLBoundPortType.getPortTypeName:()Ljavax/xml/namespace/QName;
            areturn
        end local 0 // com.sun.xml.internal.ws.model.wsdl.WSDLPortProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/ws/model/wsdl/WSDLPortProperties;
}
SourceFile: "WSDLPortProperties.java"