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

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

public class ClientFactoryServiceExecutor
extends AbstractServiceExecutor
implements InvocationHandler

SOAP 用 外部サービス呼び出し基底クラス


コンストラクタの概要
ClientFactoryServiceExecutor(String invocationName, long invocationId, Endpoint endpoint, Class<?> interfaceClass, ClientFactory clientFactory)
           
 
メソッドの概要
 Object invoke(Object proxy, Method method, Object[] args)
           
 
クラス jp.go.nict.langrid.servicecontainer.service.component.AbstractServiceExecutor から継承されたメソッド
getInvocationName, postprocess, preprocess
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ClientFactoryServiceExecutor

public ClientFactoryServiceExecutor(String invocationName,
                                    long invocationId,
                                    Endpoint endpoint,
                                    Class<?> interfaceClass,
                                    ClientFactory clientFactory)
メソッドの詳細

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
定義:
インタフェース InvocationHandler 内の invoke
例外:
Throwable