org.camunda.connect.httpclient.impl
Class HttpRequestInvocation

java.lang.Object
  extended by org.camunda.connect.impl.AbstractRequestInvocation<org.apache.http.client.methods.HttpRequestBase>
      extended by org.camunda.connect.httpclient.impl.HttpRequestInvocation
All Implemented Interfaces:
ConnectorInvocation

public class HttpRequestInvocation
extends AbstractRequestInvocation<org.apache.http.client.methods.HttpRequestBase>


Field Summary
protected  org.apache.http.client.HttpClient client
           
 
Fields inherited from class org.camunda.connect.impl.AbstractRequestInvocation
currentIndex, interceptorChain, request, target
 
Constructor Summary
HttpRequestInvocation(org.apache.http.client.methods.HttpRequestBase target, ConnectorRequest<?> request, List<ConnectorRequestInterceptor> interceptorChain, org.apache.http.client.HttpClient client)
           
 
Method Summary
 Object invokeTarget()
           
 
Methods inherited from class org.camunda.connect.impl.AbstractRequestInvocation
getRequest, getTarget, proceed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

client

protected org.apache.http.client.HttpClient client
Constructor Detail

HttpRequestInvocation

public HttpRequestInvocation(org.apache.http.client.methods.HttpRequestBase target,
                             ConnectorRequest<?> request,
                             List<ConnectorRequestInterceptor> interceptorChain,
                             org.apache.http.client.HttpClient client)
Method Detail

invokeTarget

public Object invokeTarget()
                    throws Exception
Specified by:
invokeTarget in class AbstractRequestInvocation<org.apache.http.client.methods.HttpRequestBase>
Throws:
Exception


Copyright © 2014 camunda services GmbH. All rights reserved.