Package org.codehaus.enunciate.contract.jaxb

Examples of org.codehaus.enunciate.contract.jaxb.Registry


          }
        }
      }
      else if (isRegistry(declaration)) {
        debug("%s to be considered as an XML registry.", declaration.getQualifiedName());
        Registry registry = new Registry((ClassDeclaration) declaration);
        model.add(registry);
      }
      else if (isJAXRSApplication(declaration)) {
        debug("%s is identified as a JAX-RS Application class.", declaration.getQualifiedName());
        ApplicationPath applicationPath = declaration.getAnnotation(ApplicationPath.class);
View Full Code Here

TOP

Related Classes of org.codehaus.enunciate.contract.jaxb.Registry

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.