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
クラス 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