jp.go.nict.langrid.servicecontainer.service
インタフェース ComponentServiceFactory

既知の実装クラスの一覧:
AbstractComponentServiceFactory, AxisComponentServiceFactory, JavaComponentServiceFactory, JavaComponentServiceFactory, LoggingComponentServiceFactory, NullComponentServiceFactory, PbComponentServiceFactory

public interface ComponentServiceFactory

The interface of component service factory.

作成者:
Takao Nakaguchi

メソッドの概要
<T> T
getService(String invocationName, Class<T> interfaceClass)
          Get the service suitable for specified invocation name and interface class.
 

メソッドの詳細

getService

<T> T getService(String invocationName,
                 Class<T> interfaceClass)
Get the service suitable for specified invocation name and interface class.

型パラメータ:
T - type of the interface of the service.
パラメータ:
invocationName - invocation name
interfaceClass - interface class
戻り値:
service