org.camunda.connect.httpclient.impl
Class HttpConnectorProviderImpl

java.lang.Object
  extended by org.camunda.connect.httpclient.impl.HttpConnectorProviderImpl
All Implemented Interfaces:
HttpConnectorProvider, ConnectorProvider

public class HttpConnectorProviderImpl
extends Object
implements HttpConnectorProvider


Constructor Summary
HttpConnectorProviderImpl()
           
 
Method Summary
 HttpConnector createConnectorInstance()
          Create a new instance of the connector created by this factory.
 String getConnectorId()
          Returns the unique id of the connector created by this factory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpConnectorProviderImpl

public HttpConnectorProviderImpl()
Method Detail

getConnectorId

public String getConnectorId()
Description copied from interface: ConnectorProvider
Returns the unique id of the connector created by this factory.

Specified by:
getConnectorId in interface ConnectorProvider

createConnectorInstance

public HttpConnector createConnectorInstance()
Description copied from interface: ConnectorProvider
Create a new instance of the connector created by this factory.

Specified by:
createConnectorInstance in interface ConnectorProvider


Copyright © 2016 camunda services GmbH. All rights reserved.