jp.go.nict.langrid.servicecontainer.service.component
クラス AbstractComponentServiceFactory
java.lang.Object
jp.go.nict.langrid.servicecontainer.service.component.AbstractComponentServiceFactory
- すべての実装されたインタフェース:
- ComponentServiceFactory
- 直系の既知のサブクラス:
- AxisComponentServiceFactory, JavaComponentServiceFactory, JavaComponentServiceFactory, PbComponentServiceFactory
public abstract class AbstractComponentServiceFactory
- extends Object
- implements ComponentServiceFactory
ComponentServiceFactoryの基底クラス。
- 作成者:
- Takao Nakaguchi
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractComponentServiceFactory
public AbstractComponentServiceFactory()
AbstractComponentServiceFactory
public AbstractComponentServiceFactory(EndpointRewriter[] rewriters)
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
getService
public abstract <T> T getService(String invocationName,
long invocationId,
Endpoint endpoint,
Class<T> interfaceClass)