? BaseApplicationDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.jaxrs.runtime.dto.BaseDTO
org.osgi.service.jaxrs.runtime.dto.BaseApplicationDTO
- ??????:
ApplicationDTO
,FailedApplicationDTO
Represents common information about a JAX-RS application service.
-
????
????????????The base URI of the resource defined byJaxrsWhiteboardConstants.JAX_RS_APPLICATION_BASE
.Returns the representations of the dynamic JAX-RS extension services associated with this Application.Returns the representations of the dynamic JAX-RS resource services associated with this Application. -
?????
??? -
????
??????? org.osgi.dto.DTO
toString
-
??????
-
base
The base URI of the resource defined byJaxrsWhiteboardConstants.JAX_RS_APPLICATION_BASE
. -
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
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.
-
-
???????
-
BaseApplicationDTO
public BaseApplicationDTO()
-