Interface Producing
-
- All Known Implementing Classes:
ResourceMethod
public interface ProducingModel component that is able to produce media types. A component implementing this interface provides additional information about the supported producedmedia types.- See Also:
Produces,Consuming
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<javax.ws.rs.core.MediaType>getProducedTypes()Get the produced media types supported by the component.
-