@Alias(value="none") public class CLNoneConnectionProvider extends Object implements ClassLoadingConnectionProvider<String>
| Modifier and Type | Field and Description |
|---|---|
static String |
CONNECT |
static String |
DISCONNECT |
| Constructor and Description |
|---|
CLNoneConnectionProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
connect() |
void |
disconnect(String connection) |
String |
getKind() |
org.mule.runtime.api.connection.ConnectionValidationResult |
validate(String connection) |
public static final String CONNECT
public static final String DISCONNECT
public String connect() throws org.mule.runtime.api.connection.ConnectionException
connect in interface org.mule.runtime.api.connection.ConnectionProvider<String>org.mule.runtime.api.connection.ConnectionExceptionpublic void disconnect(String connection)
disconnect in interface org.mule.runtime.api.connection.ConnectionProvider<String>public org.mule.runtime.api.connection.ConnectionValidationResult validate(String connection)
validate in interface org.mule.runtime.api.connection.ConnectionProvider<String>public String getKind()
Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.