org.springframework.richclient.application.support
Interface DefaultApplicationServices.ImplBuilder

Enclosing class:
DefaultApplicationServices

protected static interface DefaultApplicationServices.ImplBuilder

Internal interface used to provide default implementation builders.


Method Summary
 Object build(DefaultApplicationServices applicationServices)
          Build the service implementation.
 

Method Detail

build

Object build(DefaultApplicationServices applicationServices)
Build the service implementation.

Parameters:
applicationServices - reference to service locator
Returns:
service implementation


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.