Interface Consuming
-
- All Known Implementing Classes:
ResourceMethod
public interface ConsumingModel component that is able to consume media types. A component implementing this interface provides additional information about the supported consumedmedia types.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<MediaType>getConsumedTypes()Get the consumed media types supported by the component.
-