org.glassfish.jersey.server.model
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.

Author:
Jakub Podlesak (jakub.podlesak at oracle.com), Marek Potociar (marek.potociar at oracle.com)
See Also:
Produces, Consuming

Method Summary
 List<MediaType> getProducedTypes()
          Get the produced media types supported by the component.
 

Method Detail

getProducedTypes

List<MediaType> getProducedTypes()
Get the produced media types supported by the component.

Returns:
immutable collection of supported produced media types.


Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.