public class GeoRSSEncoder extends Encoder
GeoRSS statement generator.
| Constructor and Description | 
|---|
| GeoRSSEncoder()The Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected java.util.List<MediaType> | createSupportedMediaTypes()${services_rest_encoders_Encoder_method_createSupportedMediaTypes_Title} | 
| Representation | toRepresentation(MediaType mediaType, java.lang.Object resourceObj)${services_rest_encoders_Encoder_method_toRepresentation_Title} | 
getSupportedMediaTypes, isEncodeAllowprotected java.util.List<MediaType> createSupportedMediaTypes()
Encoder${services_rest_encoders_Encoder_method_createSupportedMediaTypes_Title}
${services_rest_encoders_Encoder_method_createSupportedMediaTypes_Description}
createSupportedMediaTypes in class Encoder
public Representation toRepresentation(MediaType mediaType,
                              java.lang.Object resourceObj)
Encoder${services_rest_encoders_Encoder_method_toRepresentation_Title}
${services_rest_encoders_Encoder_method_toRepresentation_Description}
toRepresentation in class EncodermediaType - ${services_rest_encoders_Encoder_method_toRepresentation_param_mediaType}resourceObj - ${services_rest_encoders_Encoder_method_toRepresentation_param_obj}