Example usage for java.beans.beancontext BeanContextServiceProvider interface-usage

List of usage examples for java.beans.beancontext BeanContextServiceProvider interface-usage

Introduction

In this page you can find the example usage for java.beans.beancontext BeanContextServiceProvider interface-usage.

Usage

From source file DocumentTester.java

/**
 * This class is the factory that delivers a word counting service. The 3
 * methods defined in this class are the concrete implementations of the
 * BeanContextServiceProvider interface. For this demonstration, the primary
 * method of interest is getService(). The getService() methods returns a new
 * WordCount instance. It is called by the bean context when a nested JavaBean