public class ValuesConnectionProvider extends Object implements org.mule.runtime.api.connection.ConnectionProvider<ValuesConnection>
| Constructor and Description |
|---|
ValuesConnectionProvider() |
| Modifier and Type | Method and Description |
|---|---|
ValuesConnection |
connect() |
void |
disconnect(ValuesConnection optionsConnection) |
org.mule.runtime.api.connection.ConnectionValidationResult |
validate(ValuesConnection optionsConnection) |
public ValuesConnection connect() throws org.mule.runtime.api.connection.ConnectionException
connect in interface org.mule.runtime.api.connection.ConnectionProvider<ValuesConnection>org.mule.runtime.api.connection.ConnectionExceptionpublic void disconnect(ValuesConnection optionsConnection)
disconnect in interface org.mule.runtime.api.connection.ConnectionProvider<ValuesConnection>public org.mule.runtime.api.connection.ConnectionValidationResult validate(ValuesConnection optionsConnection)
validate in interface org.mule.runtime.api.connection.ConnectionProvider<ValuesConnection>Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.