de.smartics.properties.admin.resources.representation.xml
Class ConfigurationKeysXmlRepresentationBodyWriter

Package class diagram package ConfigurationKeysXmlRepresentationBodyWriter
java.lang.Object
  extended by de.smartics.resteasy.hypermedia.renderer.AbstractRepresentationBodyWriter<ConfigurationKeys>
      extended by de.smartics.properties.admin.resources.representation.xml.ConfigurationKeysXmlRepresentationBodyWriter
All Implemented Interfaces:
javax.ws.rs.ext.MessageBodyWriter< ConfigurationKeys>

@Provider
@Consumes(value={"text/xml","application/xml"})
public class ConfigurationKeysXmlRepresentationBodyWriter
     
     
extends de.smartics.resteasy.hypermedia.renderer.AbstractRepresentationBodyWriter< ConfigurationKeys>

Maps domain objects of type ConfigurationKeys to their SDoc XML representation builders.


Constructor Summary
ConfigurationKeysXmlRepresentationBodyWriter()
           
 
Method Summary
protected  de.smartics.resteasy.hypermedia.renderer.RepresentationRenderer<ConfigurationKeys> create(de.smartics.resteasy.hypermedia.renderer.ResourceContext context, ConfigurationKeys domainObject, OutputStream entityStream)
           
 de.smartics.resteasy.hypermedia.renderer.I18nProvider getI18nProvider()
           
 boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
           
 
Methods inherited from class de.smartics.resteasy.hypermedia.renderer.AbstractRepresentationBodyWriter
getSize, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationKeysXmlRepresentationBodyWriter

public ConfigurationKeysXmlRepresentationBodyWriter()
Method Detail

getI18nProvider

public de.smartics.resteasy.hypermedia.renderer.I18nProvider getI18nProvider()
Specified by:
getI18nProvider in class de.smartics.resteasy.hypermedia.renderer.AbstractRepresentationBodyWriter<ConfigurationKeys>

isWriteable

public boolean isWriteable(Class<?> type,
                           Type genericType,
                           Annotation[] annotations,
                           javax.ws.rs.core.MediaType mediaType)

create

protected de.smartics.resteasy.hypermedia.renderer.RepresentationRenderer<ConfigurationKeys> create(de.smartics.resteasy.hypermedia.renderer.ResourceContext context,
                                                                                                    ConfigurationKeys domainObject,
                                                                                                    OutputStream entityStream)
Specified by:
create in class de.smartics.resteasy.hypermedia.renderer.AbstractRepresentationBodyWriter<ConfigurationKeys>


Copyright © 2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.