Class ApplicationDTO


  • public class ApplicationDTO
    extends BaseApplicationDTO
    Represents a JAX-RS Application service.
    • Constructor Summary

      Constructors 
      Constructor Description
      ApplicationDTO()  
    • Method Summary

      • Methods inherited from class org.osgi.dto.DTO

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • resourceMethods

        public ResourceMethodInfoDTO[] resourceMethods
        The RequestPaths handled by statically defined resources in this Application
    • Constructor Detail

      • ApplicationDTO

        public ApplicationDTO()