Class ExtensionDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.jaxrs.runtime.dto.BaseDTO
org.osgi.service.jaxrs.runtime.dto.BaseExtensionDTO
org.osgi.service.jaxrs.runtime.dto.ExtensionDTO
Represents a JAX-RS Filter service currently being hosted by the
JaxrsServiceRuntime
-
Field Summary
FieldsModifier and TypeFieldDescriptionString[]
The media types consumed by this service, if provided in anConsumes
annotationThe resourceDTOs that are mapped to this extension using aNameBinding
annotationString[]
The full names of theNameBinding
annotations applied to this extension, if anyString[]
The media types produced by this service, if provided in anProduces
annotationFields inherited from class org.osgi.service.jaxrs.runtime.dto.BaseExtensionDTO
extensionTypes
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.osgi.dto.DTO
toString
-
Field Details
-
produces
The media types produced by this service, if provided in anProduces
annotation -
consumes
The media types consumed by this service, if provided in anConsumes
annotation -
nameBindings
The full names of theNameBinding
annotations applied to this extension, if any -
filteredByName
The resourceDTOs that are mapped to this extension using aNameBinding
annotation
-
-
Constructor Details
-
ExtensionDTO
public ExtensionDTO()
-