public function __construct($class)
{
AnnotationRegistry::registerAutoloadNamespace('WSDL\\Annotation', Path::join(__DIR__, '..', '..'));
$this->class = $class;
$this->builder = WSDLBuilder::instance();
$this->annotationReader = new AnnotationReader();
}