Interface Producing
- All Known Implementing Classes:
ResourceMethod
public interface Producing
Model component that is able to produce media types.
A component implementing this interface provides additional information about
the supported produced
media types
.- See Also:
-
Produces
Consuming
-
Method Summary
Modifier and TypeMethodDescriptionList<javax.ws.rs.core.MediaType>
Get the produced media types supported by the component.
-
Method Details
-
getProducedTypes
List<javax.ws.rs.core.MediaType> getProducedTypes()Get the produced media types supported by the component.- Returns:
- immutable collection of supported produced media types.
-