org.camunda.connect.httpclient.soap.impl
Class SoapHttpConnectorProviderImpl

java.lang.Object
  extended by org.camunda.connect.httpclient.soap.impl.SoapHttpConnectorProviderImpl
All Implemented Interfaces:
ConnectorProvider

public class SoapHttpConnectorProviderImpl
extends Object
implements ConnectorProvider


Constructor Summary
SoapHttpConnectorProviderImpl()
           
 
Method Summary
 SoapHttpConnector 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

SoapHttpConnectorProviderImpl

public SoapHttpConnectorProviderImpl()
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 SoapHttpConnector 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.