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

Show UML class diagram
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-2009 The Spring Framework. All Rights Reserved.