public interface MessageDispatcherProvider<T extends MessageDispatcher> extends org.mule.runtime.api.connection.ConnectionProvider<T>
ConnectionProvider specialization that handles MessageDispatcher connections that are bundled to a
SoapServiceProvider, which are created from when the SoapServiceProvider is created.| Modifier and Type | Method and Description |
|---|---|
default org.mule.runtime.api.connection.ConnectionValidationResult |
validate(T connection)
Deprecated.
|
default org.mule.runtime.api.connection.ConnectionValidationResult |
validate(T connection,
SoapServiceProvider provider)
Validates the given
T. |
connect, disconnectdefault org.mule.runtime.api.connection.ConnectionValidationResult validate(T connection, SoapServiceProvider provider)
T.
In invalid connection case, the ConnectionValidationResult should also return a valid message
ConnectionValidationResult.getMessage(), exception ConnectionValidationResult.getException() and code
ConnectionValidationResult.getErrorType()connection - a non null T.ConnectionValidationResult indicating if the connection is valid or not.@Deprecated default org.mule.runtime.api.connection.ConnectionValidationResult validate(T connection)
validate(MessageDispatcher, SoapServiceProvider)validate in interface org.mule.runtime.api.connection.ConnectionProvider<T extends MessageDispatcher>Copyright © 2024 MuleSoft, Inc.. All rights reserved.