org.springframework.extensions.webscripts
Class FormatAdaptorSet

java.lang.Object
  extended by org.springframework.extensions.webscripts.FormatAdaptorSet
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

public class FormatAdaptorSet
extends Object
implements org.springframework.beans.factory.InitializingBean

Set of Format Readers and Writers.

Author:
davidc

Constructor Summary
FormatAdaptorSet()
           
 
Method Summary
 void afterPropertiesSet()
           
 void setReaders(Set<FormatReader<Object>> readers)
          Sets the readers
 void setRegistry(FormatRegistry registry)
          Sets the Format Registry
 void setWriters(Set<FormatWriter<Object>> writers)
          Sets the writers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatAdaptorSet

public FormatAdaptorSet()
Method Detail

setRegistry

public void setRegistry(FormatRegistry registry)
Sets the Format Registry

Parameters:
registry -

setReaders

public void setReaders(Set<FormatReader<Object>> readers)
Sets the readers

Parameters:
readers -

setWriters

public void setWriters(Set<FormatWriter<Object>> writers)
Sets the writers

Parameters:
writers -

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception


Copyright © 2009 SpringSource, Inc. All Rights Reserved.