jp.go.nict.langrid.servicecontainer.service
クラス NullComponentServiceFactory
java.lang.Object
jp.go.nict.langrid.servicecontainer.service.NullComponentServiceFactory
- すべての実装されたインタフェース:
- ComponentServiceFactory
public class NullComponentServiceFactory
- extends Object
- implements ComponentServiceFactory
メソッドの概要 |
|
getService(String invocationname,
Class<T> interfaceClass)
Get the service suitable for specified invocation name and interface class. |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullComponentServiceFactory
public NullComponentServiceFactory()
getService
public <T> T getService(String invocationname,
Class<T> interfaceClass)
- インタフェース
ComponentServiceFactory
の記述:
- Get the service suitable for specified invocation name and interface class.
- 定義:
- インタフェース
ComponentServiceFactory
内の getService
- 型パラメータ:
T
- type of the interface of the service.- パラメータ:
invocationname
- invocation nameinterfaceClass
- interface class
- 戻り値:
- service