jp.go.nict.langrid.servicecontainer.executor.axis
クラス AxisComponentServiceFactory

java.lang.Object
  上位を拡張 jp.go.nict.langrid.servicecontainer.service.component.AbstractComponentServiceFactory
      上位を拡張 jp.go.nict.langrid.servicecontainer.executor.axis.AxisComponentServiceFactory
すべての実装されたインタフェース:
ComponentServiceFactory

public class AxisComponentServiceFactory
extends AbstractComponentServiceFactory
implements ComponentServiceFactory

SOAP 用 ComponentServiceFactory spring により、AbstructService に注入される 複合サービスを実行するためのモジュールを生成する


コンストラクタの概要
AxisComponentServiceFactory()
           
 
メソッドの概要
static AxisClientFactory getAxisClientFactory()
          AxisClientFactoryのインスタンスを返す。
<T> T
getService(String invocationName, long invocationId, Endpoint endpoint, Class<T> interfaceClass)
          SOAPサービスを実行するモジュールを返す。
 
クラス jp.go.nict.langrid.servicecontainer.service.component.AbstractComponentServiceFactory から継承されたメソッド
getService
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース jp.go.nict.langrid.servicecontainer.service.ComponentServiceFactory から継承されたメソッド
getService
 

コンストラクタの詳細

AxisComponentServiceFactory

public AxisComponentServiceFactory()
メソッドの詳細

getService

public <T> T getService(String invocationName,
                        long invocationId,
                        Endpoint endpoint,
                        Class<T> interfaceClass)
SOAPサービスを実行するモジュールを返す。

定義:
クラス AbstractComponentServiceFactory 内の getService

getAxisClientFactory

public static AxisClientFactory getAxisClientFactory()
AxisClientFactoryのインスタンスを返す。

戻り値:
AxisClientFactory