public final class SoapConnectionProviderObjectBuilder extends ConnectionProviderObjectBuilder<SoapClient>
ConnectionProviderObjectBuilder which produces instances of
ForwardingSoapClientConnectionProvider.extensionModel, muleContext, ownerConfigName, poolingProfile, providerModel, reconnectionConfigexpressionManager, reflectionCache, resolverSet| Constructor and Description |
|---|
SoapConnectionProviderObjectBuilder(org.mule.runtime.api.meta.model.connection.ConnectionProviderModel providerModel,
ResolverSet resolverSet,
org.mule.runtime.api.config.PoolingProfile poolingProfile,
org.mule.runtime.core.internal.retry.ReconnectionConfig reconnectionConfig,
org.mule.runtime.api.meta.model.ExtensionModel extensionModel,
org.mule.runtime.core.api.el.ExpressionManager expressionManager,
org.mule.runtime.core.api.MuleContext muleContext) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.util.Pair<org.mule.runtime.api.connection.ConnectionProvider<SoapClient>,ResolverSetResult> |
build(ResolverSetResult result)
Build a new
ForwardingSoapClientConnectionProvider based on a SoapServiceProvider instance. |
boolean |
isDynamic() |
instantiateObject, setOwnerConfigNamebuild, getReflectionCache, initialise, populatepublic SoapConnectionProviderObjectBuilder(org.mule.runtime.api.meta.model.connection.ConnectionProviderModel providerModel,
ResolverSet resolverSet,
org.mule.runtime.api.config.PoolingProfile poolingProfile,
org.mule.runtime.core.internal.retry.ReconnectionConfig reconnectionConfig,
org.mule.runtime.api.meta.model.ExtensionModel extensionModel,
org.mule.runtime.core.api.el.ExpressionManager expressionManager,
org.mule.runtime.core.api.MuleContext muleContext)
public org.mule.runtime.api.util.Pair<org.mule.runtime.api.connection.ConnectionProvider<SoapClient>,ResolverSetResult> build(ResolverSetResult result) throws org.mule.runtime.api.exception.MuleException
ForwardingSoapClientConnectionProvider based on a SoapServiceProvider instance.build in class ConnectionProviderObjectBuilder<SoapClient>result - the ResolverSetResult with the values for the SoapServiceProvider instance.ForwardingSoapClientConnectionProvider with error handling and polling mechanisms.org.mule.runtime.api.exception.MuleExceptionpublic boolean isDynamic()
isDynamic in interface ObjectBuilder<org.mule.runtime.api.util.Pair<org.mule.runtime.api.connection.ConnectionProvider<SoapClient>,ResolverSetResult>>isDynamic in class ConnectionProviderObjectBuilder<SoapClient>Copyright © 2003–2025 MuleSoft, Inc.. All rights reserved.