org.camunda.bpm.engine.impl.delegate
Class DefaultDelegateInterceptor

java.lang.Object
  extended by org.camunda.bpm.engine.impl.delegate.DefaultDelegateInterceptor
All Implemented Interfaces:
DelegateInterceptor

public class DefaultDelegateInterceptor
extends Object
implements DelegateInterceptor

Default implementation, simply proceeding the call.

Author:
Daniel Meyer, Roman Smirnov

Constructor Summary
DefaultDelegateInterceptor()
           
 
Method Summary
 void handleInvocation(DelegateInvocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDelegateInterceptor

public DefaultDelegateInterceptor()
Method Detail

handleInvocation

public void handleInvocation(DelegateInvocation invocation)
                      throws Exception
Specified by:
handleInvocation in interface DelegateInterceptor
Throws:
Exception


Copyright © 2015 camunda services GmbH. All rights reserved.