Class BaseApplicationDTO

    • 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

      • resourceDTOs

        public ResourceDTO[] resourceDTOs
        Returns the representations of the dynamic JAX-RS resource services associated with this Application. The returned array may be empty if this application is currently not associated with any JAX-RS Resource services.
      • extensionDTOs

        public ExtensionDTO[] extensionDTOs
        Returns the representations of the dynamic JAX-RS extension services associated with this Application. The returned array may be empty if this application is currently not associated with any JAX-RS extension services.
    • Constructor Detail

      • BaseApplicationDTO

        public BaseApplicationDTO()