class com.sun.xml.internal.ws.transport.http.HttpAdapterList$1 extends com.sun.xml.internal.ws.api.server.PortAddressResolver
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.xml.internal.ws.transport.http.HttpAdapterList$1
  super_class: com.sun.xml.internal.ws.api.server.PortAddressResolver
{
  final com.sun.xml.internal.ws.transport.http.HttpAdapterList this$0;
    descriptor: Lcom/sun/xml/internal/ws/transport/http/HttpAdapterList;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.Class val$endpointImpl;
    descriptor: Ljava/lang/Class;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$baseAddress;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.xml.internal.ws.transport.http.HttpAdapterList, java.lang.Class, java.lang.String);
    descriptor: (Lcom/sun/xml/internal/ws/transport/http/HttpAdapterList;Ljava/lang/Class;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.xml.internal.ws.transport.http.HttpAdapterList$1 this
         0: .line 97
            aload 0 /* this */
            aload 1
            putfield com.sun.xml.internal.ws.transport.http.HttpAdapterList$1.this$0:Lcom/sun/xml/internal/ws/transport/http/HttpAdapterList;
            aload 0 /* this */
            aload 2
            putfield com.sun.xml.internal.ws.transport.http.HttpAdapterList$1.val$endpointImpl:Ljava/lang/Class;
            aload 0 /* this */
            aload 3
            putfield com.sun.xml.internal.ws.transport.http.HttpAdapterList$1.val$baseAddress:Ljava/lang/String;
            aload 0 /* this */
            invokespecial com.sun.xml.internal.ws.api.server.PortAddressResolver.<init>:()V
            return
        end local 0 // com.sun.xml.internal.ws.transport.http.HttpAdapterList$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/ws/transport/http/HttpAdapterList$1;
    MethodParameters:
                  Name  Flags
      this$0            final
      val$endpointImpl  final
      val$baseAddress   final

  public java.lang.String getAddressFor(javax.xml.namespace.QName, java.lang.String);
    descriptor: (Ljavax/xml/namespace/QName;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=3
        start local 0 // com.sun.xml.internal.ws.transport.http.HttpAdapterList$1 this
        start local 1 // javax.xml.namespace.QName serviceName
        start local 2 // java.lang.String portName
         0: .line 100
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.transport.http.HttpAdapterList$1.this$0:Lcom/sun/xml/internal/ws/transport/http/HttpAdapterList;
            getfield com.sun.xml.internal.ws.transport.http.HttpAdapterList.addressMap:Ljava/util/Map;
            new com.sun.xml.internal.ws.transport.http.HttpAdapterList$PortInfo
            dup
            aload 1 /* serviceName */
            aload 2 /* portName */
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.transport.http.HttpAdapterList$1.val$endpointImpl:Ljava/lang/Class;
            invokespecial com.sun.xml.internal.ws.transport.http.HttpAdapterList$PortInfo.<init>:(Ljavax/xml/namespace/QName;Ljava/lang/String;Ljava/lang/Class;)V
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 3 /* urlPattern */
        start local 3 // java.lang.String urlPattern
         1: .line 101
            aload 3 /* urlPattern */
            ifnonnull 8
         2: .line 104
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.transport.http.HttpAdapterList$1.this$0:Lcom/sun/xml/internal/ws/transport/http/HttpAdapterList;
            getfield com.sun.xml.internal.ws.transport.http.HttpAdapterList.addressMap:Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 5
            goto 7
      StackMap locals: com.sun.xml.internal.ws.transport.http.HttpAdapterList$1 javax.xml.namespace.QName java.lang.String java.lang.String top java.util.Iterator
      StackMap stack:
         3: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 4 /* e */
        start local 4 // java.util.Map$Entry e
         4: .line 105
            aload 1 /* serviceName */
            aload 4 /* e */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast com.sun.xml.internal.ws.transport.http.HttpAdapterList$PortInfo
            getfield com.sun.xml.internal.ws.transport.http.HttpAdapterList$PortInfo.serviceName:Ljavax/xml/namespace/QName;
            invokevirtual javax.xml.namespace.QName.equals:(Ljava/lang/Object;)Z
            ifeq 7
            aload 2 /* portName */
            aload 4 /* e */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast com.sun.xml.internal.ws.transport.http.HttpAdapterList$PortInfo
            getfield com.sun.xml.internal.ws.transport.http.HttpAdapterList$PortInfo.portName:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 7
         5: .line 106
            aload 4 /* e */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 3 /* urlPattern */
         6: .line 107
            goto 8
        end local 4 // java.util.Map$Entry e
         7: .line 104
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         8: .line 111
      StackMap locals: com.sun.xml.internal.ws.transport.http.HttpAdapterList$1 javax.xml.namespace.QName java.lang.String java.lang.String
      StackMap stack:
            aload 3 /* urlPattern */
            ifnonnull 9
            aconst_null
            goto 10
      StackMap locals:
      StackMap stack:
         9: new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.transport.http.HttpAdapterList$1.val$baseAddress:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* urlPattern */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
        10: areturn
        end local 3 // java.lang.String urlPattern
        end local 2 // java.lang.String portName
        end local 1 // javax.xml.namespace.QName serviceName
        end local 0 // com.sun.xml.internal.ws.transport.http.HttpAdapterList$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lcom/sun/xml/internal/ws/transport/http/HttpAdapterList$1;
            0   11     1  serviceName  Ljavax/xml/namespace/QName;
            0   11     2     portName  Ljava/lang/String;
            1   11     3   urlPattern  Ljava/lang/String;
            4    7     4            e  Ljava/util/Map$Entry<Lcom/sun/xml/internal/ws/transport/http/HttpAdapterList$PortInfo;Ljava/lang/String;>;
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.sun.istack.internal.NotNull()
      1:
        com.sun.istack.internal.NotNull()
    MethodParameters:
             Name  Flags
      serviceName  
      portName     
}
SourceFile: "HttpAdapterList.java"
EnclosingMethod: com.sun.xml.internal.ws.transport.http.HttpAdapterList.createPortAddressResolver:(Ljava/lang/String;Ljava/lang/Class;)Lcom/sun/xml/internal/ws/api/server/PortAddressResolver;
NestHost: com.sun.xml.internal.ws.transport.http.HttpAdapterList
InnerClasses:
  com.sun.xml.internal.ws.transport.http.HttpAdapterList$1
  private PortInfo = com.sun.xml.internal.ws.transport.http.HttpAdapterList$PortInfo of com.sun.xml.internal.ws.transport.http.HttpAdapterList
  public abstract Entry = java.util.Map$Entry of java.util.Map