Class SoapHttpConnectorProviderImpl
java.lang.Object
org.camunda.connect.httpclient.soap.impl.SoapHttpConnectorProviderImpl
- All Implemented Interfaces:
ConnectorProvider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreate a new instance of the connector created by this factory.Returns the unique id of the connector created by this factory.
-
Constructor Details
-
SoapHttpConnectorProviderImpl
public SoapHttpConnectorProviderImpl()
-
-
Method Details
-
getConnectorId
Description copied from interface:ConnectorProvider
Returns the unique id of the connector created by this factory.- Specified by:
getConnectorId
in interfaceConnectorProvider
-
createConnectorInstance
Description copied from interface:ConnectorProvider
Create a new instance of the connector created by this factory.- Specified by:
createConnectorInstance
in interfaceConnectorProvider
-