jp.go.nict.langrid.servicecontainer.handler
クラス ServiceInvocationHandler

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

public class ServiceInvocationHandler
extends Object
implements InvocationHandler


コンストラクタの概要
ServiceInvocationHandler(ServiceContext context, String serviceId, DecoratorChain decoratorChain, Object service)
           
 
メソッドの概要
 Object invoke(Object instance, Method method, Object[] args)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ServiceInvocationHandler

public ServiceInvocationHandler(ServiceContext context,
                                String serviceId,
                                DecoratorChain decoratorChain,
                                Object service)
メソッドの詳細

invoke

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