Package org.exoplatform.services.rest.wadl

Examples of org.exoplatform.services.rest.wadl.WadlProcessor


    * {@inheritDoc}
    */
   public Object invokeMethod(Object resource, GenericMethodResource genericMethodResource, ApplicationContext context)
   {
      Application wadlApplication =
         new WadlProcessor().process(genericMethodResource.getParentResource(), context.getBaseUri());
      return Response.ok(wadlApplication, MediaTypeHelper.WADL_TYPE).build();
   }
View Full Code Here

TOP

Related Classes of org.exoplatform.services.rest.wadl.WadlProcessor

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.