org.apache.shindig.social.core.util
Class BeanXStreamAtomConverter
java.lang.Object
org.apache.shindig.protocol.conversion.BeanXStreamConverter
org.apache.shindig.social.core.util.BeanXStreamAtomConverter
- All Implemented Interfaces:
- BeanConverter
public class BeanXStreamAtomConverter
- extends BeanXStreamConverter
Converts output to atom.
TODO: Move to common once atom binding can be decoupled form social code
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanXStreamAtomConverter
@Inject
public BeanXStreamAtomConverter(XStreamConfiguration configuration)
- Parameters:
configuration -
getContentType
public String getContentType()
-
- Specified by:
getContentType in interface BeanConverter- Overrides:
getContentType in class BeanXStreamConverter
- See Also:
BeanXStreamConverter.getContentType()
convertToString
public String convertToString(Object obj)
-
- Specified by:
convertToString in interface BeanConverter- Overrides:
convertToString in class BeanXStreamConverter
- See Also:
BeanXStreamConverter.convertToString(java.lang.Object)
Copyright © 2007-2012. All Rights Reserved.