final class com.sun.xml.internal.ws.transport.http.client.HttpResponseProperties extends com.oracle.webservices.internal.api.message.BasePropertySet
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.xml.internal.ws.transport.http.client.HttpResponseProperties
  super_class: com.oracle.webservices.internal.api.message.BasePropertySet
{
  private final com.sun.xml.internal.ws.transport.http.client.HttpClientTransport deferedCon;
    descriptor: Lcom/sun/xml/internal/ws/transport/http/client/HttpClientTransport;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final com.oracle.webservices.internal.api.message.BasePropertySet$PropertyMap model;
    descriptor: Lcom/oracle/webservices/internal/api/message/BasePropertySet$PropertyMap;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 69
            ldc Lcom/sun/xml/internal/ws/transport/http/client/HttpResponseProperties;
            invokestatic com.sun.xml.internal.ws.transport.http.client.HttpResponseProperties.parse:(Ljava/lang/Class;)Lcom/oracle/webservices/internal/api/message/BasePropertySet$PropertyMap;
            putstatic com.sun.xml.internal.ws.transport.http.client.HttpResponseProperties.model:Lcom/oracle/webservices/internal/api/message/BasePropertySet$PropertyMap;
         1: .line 70
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(com.sun.xml.internal.ws.transport.http.client.HttpClientTransport);
    descriptor: (Lcom/sun/xml/internal/ws/transport/http/client/HttpClientTransport;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.ws.transport.http.client.HttpResponseProperties this
        start local 1 // com.sun.xml.internal.ws.transport.http.client.HttpClientTransport con
         0: .line 47
            aload 0 /* this */
            invokespecial com.oracle.webservices.internal.api.message.BasePropertySet.<init>:()V
         1: .line 48
            aload 0 /* this */
            aload 1 /* con */
            putfield com.sun.xml.internal.ws.transport.http.client.HttpResponseProperties.deferedCon:Lcom/sun/xml/internal/ws/transport/http/client/HttpClientTransport;
         2: .line 49
            return
        end local 1 // com.sun.xml.internal.ws.transport.http.client.HttpClientTransport con
        end local 0 // com.sun.xml.internal.ws.transport.http.client.HttpResponseProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/xml/internal/ws/transport/http/client/HttpResponseProperties;
            0    3     1   con  Lcom/sun/xml/internal/ws/transport/http/client/HttpClientTransport;
    RuntimeInvisibleParameterAnnotations: 
      0:
        com.sun.istack.internal.NotNull()
    MethodParameters:
      Name  Flags
      con   

  public java.util.Map<java.lang.String, java.util.List<java.lang.String>> getResponseHeaders();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.ws.transport.http.client.HttpResponseProperties this
         0: .line 53
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.transport.http.client.HttpResponseProperties.deferedCon:Lcom/sun/xml/internal/ws/transport/http/client/HttpClientTransport;
            invokevirtual com.sun.xml.internal.ws.transport.http.client.HttpClientTransport.getHeaders:()Ljava/util/Map;
            areturn
        end local 0 // com.sun.xml.internal.ws.transport.http.client.HttpResponseProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/ws/transport/http/client/HttpResponseProperties;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;>;
    RuntimeVisibleAnnotations: 
      com.oracle.webservices.internal.api.message.PropertySet$Property(value = {"javax.xml.ws.http.response.headers"})

  public int getResponseCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.ws.transport.http.client.HttpResponseProperties this
         0: .line 58
            aload 0 /* this */
            getfield com.sun.xml.internal.ws.transport.http.client.HttpResponseProperties.deferedCon:Lcom/sun/xml/internal/ws/transport/http/client/HttpClientTransport;
            getfield com.sun.xml.internal.ws.transport.http.client.HttpClientTransport.statusCode:I
            ireturn
        end local 0 // com.sun.xml.internal.ws.transport.http.client.HttpResponseProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/ws/transport/http/client/HttpResponseProperties;
    RuntimeVisibleAnnotations: 
      com.oracle.webservices.internal.api.message.PropertySet$Property(value = {"javax.xml.ws.http.response.code"})

  protected com.oracle.webservices.internal.api.message.BasePropertySet$PropertyMap getPropertyMap();
    descriptor: ()Lcom/oracle/webservices/internal/api/message/BasePropertySet$PropertyMap;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.ws.transport.http.client.HttpResponseProperties this
         0: .line 63
            getstatic com.sun.xml.internal.ws.transport.http.client.HttpResponseProperties.model:Lcom/oracle/webservices/internal/api/message/BasePropertySet$PropertyMap;
            areturn
        end local 0 // com.sun.xml.internal.ws.transport.http.client.HttpResponseProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/xml/internal/ws/transport/http/client/HttpResponseProperties;
}
SourceFile: "HttpResponseProperties.java"
InnerClasses:
  protected PropertyMap = com.oracle.webservices.internal.api.message.BasePropertySet$PropertyMap of com.oracle.webservices.internal.api.message.BasePropertySet
  public abstract Property = com.oracle.webservices.internal.api.message.PropertySet$Property of com.oracle.webservices.internal.api.message.PropertySet