Uses of Interface
com.helger.photon.api.IAPIInvoker
-
Packages that use IAPIInvoker Package Description com.helger.photon.api com.helger.photon.api.callback -
-
Uses of IAPIInvoker in com.helger.photon.api
Classes in com.helger.photon.api that implement IAPIInvoker Modifier and Type Class Description classAPIInvokerDefault implementation ofIAPIInvoker.Methods in com.helger.photon.api that return IAPIInvoker Modifier and Type Method Description IAPIInvokerGlobalAPIInvoker. getInvoker()Methods in com.helger.photon.api with parameters of type IAPIInvoker Modifier and Type Method Description voidIAPIAfterExecutionCallback. onAfterExecution(IAPIInvoker aInvoker, InvokableAPIDescriptor aInvokableDescriptor, com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope)Callback methodvoidIAPIExceptionCallback. onAPIExecutionException(IAPIInvoker aInvoker, InvokableAPIDescriptor aInvokableDescriptor, com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope, Throwable t)Called when an unmapped exception occurred while executing the server side code.voidIAPIBeforeExecutionCallback. onBeforeExecution(IAPIInvoker aInvoker, InvokableAPIDescriptor aInvokableDescriptor, com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope)Callback methodvoidIAPILongRunningExecutionCallback. onLongRunningExecution(IAPIInvoker aInvoker, InvokableAPIDescriptor aInvokableDescriptor, com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope, long nExecutionMillis)Callback methodvoidGlobalAPIInvoker. setInvoker(IAPIInvoker aInvoker)Set the global invoker to be used. -
Uses of IAPIInvoker in com.helger.photon.api.callback
Methods in com.helger.photon.api.callback with parameters of type IAPIInvoker Modifier and Type Method Description voidLoggingAPIExceptionCallback. onAPIExecutionException(IAPIInvoker aInvoker, InvokableAPIDescriptor aInvokableDescriptor, com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope, Throwable t)voidLoggingAPILongRunningExecutionCallback. onLongRunningExecution(IAPIInvoker aInvoker, InvokableAPIDescriptor aInvokableDescriptor, com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope, long nExecutionMillis)
-