Uses of Interface
org.camunda.bpm.connect.interceptor.RequestInterceptor

Packages that use RequestInterceptor
org.camunda.bpm.connect   
org.camunda.bpm.connect.impl   
 

Uses of RequestInterceptor in org.camunda.bpm.connect
 

Methods in org.camunda.bpm.connect that return types with arguments of type RequestInterceptor
 List<RequestInterceptor> Connector.getRequestInterceptors()
          Returns the RequestInterceptor chain for this connector.
 

Methods in org.camunda.bpm.connect with parameters of type RequestInterceptor
 void Connector.addRequestInterceptor(RequestInterceptor interceptor)
          Adds a RequestInterceptor to this connector.
 

Uses of RequestInterceptor in org.camunda.bpm.connect.impl
 

Fields in org.camunda.bpm.connect.impl with type parameters of type RequestInterceptor
protected  List<RequestInterceptor> AbstractRequestInvocation.interceptorChain
           
protected  List<RequestInterceptor> AbstractConnector.requestInterceptors
          The RequestInterceptor chain
 

Methods in org.camunda.bpm.connect.impl that return types with arguments of type RequestInterceptor
 List<RequestInterceptor> AbstractConnector.getRequestInterceptors()
           
 

Methods in org.camunda.bpm.connect.impl with parameters of type RequestInterceptor
 void AbstractConnector.addRequestInterceptor(RequestInterceptor interceptor)
           
 

Constructor parameters in org.camunda.bpm.connect.impl with type arguments of type RequestInterceptor
AbstractRequestInvocation(T target, ConnectorRequest<?> request, List<RequestInterceptor> interceptorChain)
           
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.