public class org.apache.naming.factory.webservices.ServiceRefFactory implements javax.naming.spi.ObjectFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.naming.factory.webservices.ServiceRefFactory
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.naming.factory.webservices.ServiceRefFactory this
         0: .line 59
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.naming.factory.webservices.ServiceRefFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/naming/factory/webservices/ServiceRefFactory;

  public  getObjectInstance(, javax.naming.Name, javax.naming.Context, java.util.Hashtable<?, ?>);
    descriptor: (Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.apache.naming.factory.webservices.ServiceRefFactory this
         0: .line 78
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServiceFactory cannot be resolved to a type\n\tServiceFactory cannot be resolved\n\tjavax.xml.rpc cannot be resolved to a type\n\tService cannot be resolved to a type\n\tWSDLFactory cannot be resolved to a type\n\tWSDLFactory cannot be resolved\n\tWSDLReader cannot be resolved to a type\n\tDefinition cannot be resolved to a type\n\tjavax.wsdl cannot be resolved to a type\n\tPort cannot be resolved to a type\n\tjavax.xml.rpc cannot be resolved to a type\n\tHandlerRegistry cannot be resolved to a type\n\tHandlerInfo cannot be resolved to a type\n\tHandlerInfo cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.naming.factory.webservices.ServiceRefFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/naming/factory/webservices/ServiceRefFactory;
    Exceptions:
      throws java.lang.Exception
    Signature: (Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable<**>;)Ljava/lang/Object;
    MethodParameters:
             Name  Flags
      obj          
      name         
      nameCtx      
      environment  

  java.lang.String getSOAPLocation(Port);
    descriptor: (LPort;)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.naming.factory.webservices.ServiceRefFactory this
         0: .line 322
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tPort cannot be resolved to a type\n\tExtensibilityElement cannot be resolved to a type\n\tExtensibilityElement cannot be resolved to a type\n\tSOAPAddress cannot be resolved to a type\n\tSOAPAddress cannot be resolved to a type\n\tSOAPAddress cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.naming.factory.webservices.ServiceRefFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/naming/factory/webservices/ServiceRefFactory;
    MethodParameters:
      Name  Flags
      port  

  void initHandlerChain(javax.xml.namespace.QName, HandlerRegistry, HandlerInfo, java.util.List<java.lang.String>);
    descriptor: (Ljavax/xml/namespace/QName;LHandlerRegistry;LHandlerInfo;Ljava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.apache.naming.factory.webservices.ServiceRefFactory this
         0: .line 336
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHandlerRegistry cannot be resolved to a type\n\tHandlerInfo cannot be resolved to a type\n\tHandlerChain cannot be resolved to a type\n\tHandlerChain cannot be resolved to a type\n\tHandler cannot be resolved to a type\n\tHandler cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.naming.factory.webservices.ServiceRefFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/naming/factory/webservices/ServiceRefFactory;
    Signature: (Ljavax/xml/namespace/QName;LHandlerRegistry;LHandlerInfo;Ljava/util/List<Ljava/lang/String;>;)V
    MethodParameters:
                 Name  Flags
      portName         
      handlerRegistry  
      handlerInfo      
      soaprolesToAdd   
}
SourceFile: "ServiceRefFactory.java"