<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

class ComposerStaticInite4dc421b25a91c8da96e61fa66604f7f
{
    public static $prefixLengthsPsr4 = array (
        'W' => 
        array (
            'WsdlToPhp\\PackageBase\\Tests\\' => 28,
            'WsdlToPhp\\PackageBase\\' => 22,
        ),
    );

    public static $prefixDirsPsr4 = array (
        'WsdlToPhp\\PackageBase\\Tests\\' => 
        array (
            0 => __DIR__ . '/..' . '/wsdltophp/packagebase/tests',
        ),
        'WsdlToPhp\\PackageBase\\' => 
        array (
            0 => __DIR__ . '/..' . '/wsdltophp/packagebase/src',
        ),
    );

    public static $fallbackDirsPsr4 = array (
        0 => __DIR__ . '/../..' . '/src',
    );

    public static $classMap = array (
        'ClassMap' => __DIR__ . '/../..' . '/src/ClassMap.php',
        'EnumType\\MessageSchemaType' => __DIR__ . '/../..' . '/src/EnumType/MessageSchemaType.php',
        'ServiceType\\Ping' => __DIR__ . '/../..' . '/src/ServiceType/Ping.php',
        'ServiceType\\Process' => __DIR__ . '/../..' . '/src/ServiceType/Process.php',
        'ServiceType\\Send' => __DIR__ . '/../..' . '/src/ServiceType/Send.php',
        'StructType\\ApplicationFault' => __DIR__ . '/../..' . '/src/StructType/ApplicationFault.php',
        'StructType\\EHubGatewayMessage' => __DIR__ . '/../..' . '/src/StructType/EHubGatewayMessage.php',
        'StructType\\FileStream' => __DIR__ . '/../..' . '/src/StructType/FileStream.php',
        'StructType\\MarshalByRefObject' => __DIR__ . '/../..' . '/src/StructType/MarshalByRefObject.php',
        'StructType\\Payload' => __DIR__ . '/../..' . '/src/StructType/Payload.php',
        'StructType\\Ping' => __DIR__ . '/../..' . '/src/StructType/Ping.php',
        'StructType\\PingResponse' => __DIR__ . '/../..' . '/src/StructType/PingResponse.php',
        'StructType\\Pointer' => __DIR__ . '/../..' . '/src/StructType/Pointer.php',
        'StructType\\RetrieveStreamResponse' => __DIR__ . '/../..' . '/src/StructType/RetrieveStreamResponse.php',
        'StructType\\SendStreamRequest' => __DIR__ . '/../..' . '/src/StructType/SendStreamRequest.php',
        'StructType\\SerializableDictionaryOfguidstring' => __DIR__ . '/../..' . '/src/StructType/SerializableDictionaryOfguidstring.php',
        'StructType\\Stream' => __DIR__ . '/../..' . '/src/StructType/Stream.php',
        'StructType\\UnmanagedMemoryStream' => __DIR__ . '/../..' . '/src/StructType/UnmanagedMemoryStream.php',
        'StructType\\VirtualStream' => __DIR__ . '/../..' . '/src/StructType/VirtualStream.php',
        'WsdlToPhp\\PackageBase\\AbstractSoapClientBase' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/AbstractSoapClientBase.php',
        'WsdlToPhp\\PackageBase\\AbstractStructArrayBase' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/AbstractStructArrayBase.php',
        'WsdlToPhp\\PackageBase\\AbstractStructBase' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/AbstractStructBase.php',
        'WsdlToPhp\\PackageBase\\SoapClientInterface' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/SoapClientInterface.php',
        'WsdlToPhp\\PackageBase\\StructArrayInterface' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/StructArrayInterface.php',
        'WsdlToPhp\\PackageBase\\StructInterface' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/StructInterface.php',
        'WsdlToPhp\\PackageBase\\Tests\\Client' => __DIR__ . '/..' . '/wsdltophp/packagebase/tests/Client.php',
        'WsdlToPhp\\PackageBase\\Tests\\SoapClient' => __DIR__ . '/..' . '/wsdltophp/packagebase/tests/SoapClient.php',
        'WsdlToPhp\\PackageBase\\Tests\\SoapClientTest' => __DIR__ . '/..' . '/wsdltophp/packagebase/tests/SoapClientTest.php',
        'WsdlToPhp\\PackageBase\\Tests\\StructArrayObject' => __DIR__ . '/..' . '/wsdltophp/packagebase/tests/StructArrayObject.php',
        'WsdlToPhp\\PackageBase\\Tests\\StructArrayTest' => __DIR__ . '/..' . '/wsdltophp/packagebase/tests/StructArrayTest.php',
        'WsdlToPhp\\PackageBase\\Tests\\StructBase' => __DIR__ . '/..' . '/wsdltophp/packagebase/tests/StructBaseTest.php',
        'WsdlToPhp\\PackageBase\\Tests\\StructObject' => __DIR__ . '/..' . '/wsdltophp/packagebase/tests/StructObject.php',
        'WsdlToPhp\\PackageBase\\Tests\\TestCase' => __DIR__ . '/..' . '/wsdltophp/packagebase/tests/TestCase.php',
        'WsdlToPhp\\PackageBase\\Tests\\UtilsTest' => __DIR__ . '/..' . '/wsdltophp/packagebase/tests/UtilsTest.php',
        'WsdlToPhp\\PackageBase\\Utils' => __DIR__ . '/..' . '/wsdltophp/packagebase/src/Utils.php',
    );

    public static function getInitializer(ClassLoader $loader)
    {
        return \Closure::bind(function () use ($loader) {
            $loader->prefixLengthsPsr4 = ComposerStaticInite4dc421b25a91c8da96e61fa66604f7f::$prefixLengthsPsr4;
            $loader->prefixDirsPsr4 = ComposerStaticInite4dc421b25a91c8da96e61fa66604f7f::$prefixDirsPsr4;
            $loader->fallbackDirsPsr4 = ComposerStaticInite4dc421b25a91c8da96e61fa66604f7f::$fallbackDirsPsr4;
            $loader->classMap = ComposerStaticInite4dc421b25a91c8da96e61fa66604f7f::$classMap;

        }, null, ClassLoader::class);
    }
}
