FileDocCategorySizeDatePackage
AptFactory.javaAPI DocGlassfish v2 API3876Fri May 04 22:33:14 BST 2007com.sun.enterprise

AptFactory

public class AptFactory extends Object implements AnnotationProcessorFactory
Factory class for all APT handlers delivered with the application and available with the asapt command.
author
Jerome Dochez

Fields Summary
private static final Collection
supportedAnnotations
private static final Collection
supportedOptions
Constructors Summary
public AptFactory()
Creates a new instance of ServiceRefApf

    
           
      
        DeploymentLogger.get().fine("APT found ServiceRefApf");
    
Methods Summary
public com.sun.mirror.apt.AnnotationProcessorgetProcessorFor(java.util.Set atds, com.sun.mirror.apt.AnnotationProcessorEnvironment env)

        return new WebServiceRefAp(env);
    
public java.util.CollectionsupportedAnnotationTypes()

return
the list of supported annotations

        return supportedAnnotations;
    
public java.util.CollectionsupportedOptions()

        return supportedOptions;