public class ServiceConnectorFactory
extends java.lang.Object
| Constructor and Description |
|---|
ServiceConnectorFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ServiceConnector |
getServiceConnector(Configuration.Protocol protocol,
java.lang.String host,
int port,
com.tibco.n2.service.connector.config.context.SecurityHandler securityHandler)
Returns the ServiceConnector instance for the given service protocol, host, and port.
|
static ServiceConnector |
getServiceConnector(Configuration configuration,
com.tibco.n2.service.connector.config.context.SecurityHandler securityHandler)
Returns the ServiceConnector instance for the given configuration which contains
the service protocol, host, and port.
|
public static ServiceConnector getServiceConnector(Configuration.Protocol protocol, java.lang.String host, int port, com.tibco.n2.service.connector.config.context.SecurityHandler securityHandler)
protocol - The service protocol.host - The service host.port - The service port.securityHandler - public static ServiceConnector getServiceConnector(Configuration configuration, com.tibco.n2.service.connector.config.context.SecurityHandler securityHandler)
configuration - The configuration defining the service protocol, host, and port.securityHandler - Copyright © 2018 TIBCO Software Inc. All Rights Reserved.