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 start local 1 0: aload 0
aload 1
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: return
end local 1 end local 0 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 start local 1 start local 2 0: aload 0
aload 2
invokespecial com.sun.xml.internal.ws.model.wsdl.WSDLProperties.<init>:(Lcom/sun/xml/internal/ws/api/model/SEIModel;)V
1: aload 0
aload 1
putfield com.sun.xml.internal.ws.model.wsdl.WSDLPortProperties.port:Lcom/sun/xml/internal/ws/api/model/wsdl/WSDLPort;
2: return
end local 2 end local 1 end local 0 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 0: aload 0
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 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 0: aload 0
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 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 0: aload 0
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 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/xml/internal/ws/model/wsdl/WSDLPortProperties;
}
SourceFile: "WSDLPortProperties.java"