public class ConnectorService extends Object
| Constructor and Description |
|---|
ConnectorService(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
factoryClass()
Class name of the factory class that can instantiate the connector service.
|
ConnectorService |
factoryClass(String value)
Class name of the factory class that can instantiate the connector service.
|
String |
getKey() |
Map |
params()
A key/value pair understood by the connector service's factory-class
|
ConnectorService |
params(Map value)
A key/value pair understood by the connector service's factory-class
|
public ConnectorService(String key)
public String getKey()
public String factoryClass()
public ConnectorService factoryClass(String value)
public Map params()
public ConnectorService params(Map value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.