org.springframework.binding.convert.support
Interface ConversionServiceAware

All Known Implementing Classes:
ConversionServiceAwareConverter, TextToClass, TextToMethodSignature

public interface ConversionServiceAware

Marker interface that denotes an object has a dependency on a conversion service that is expected to be fulfilled.

Author:
Keith Donald

Method Summary
 void setConversionService(ConversionService conversionService)
          Set the conversion service this object should be made aware of (as it presumably depends on it).
 

Method Detail

setConversionService

void setConversionService(ConversionService conversionService)
Set the conversion service this object should be made aware of (as it presumably depends on it).

Parameters:
conversionService - the conversion service


Copyright � 2004-2007. All Rights Reserved.