public class SoapServiceProviderDeclarer extends Object
ForwardingSoapClient instances given a SoapServiceProvider.| Modifier and Type | Field and Description |
|---|---|
static String |
TRANSPORT_PARAM |
| Modifier and Type | Method and Description |
|---|---|
void |
declare(org.mule.runtime.api.meta.model.declaration.fluent.ConfigurationDeclarer configDeclarer,
SoapServiceProviderWrapper provider,
boolean hasCustomTransports)
Declares a new connection provider for a configuration given a
SoapServiceProviderWrapper declaration. |
public static final String TRANSPORT_PARAM
public void declare(org.mule.runtime.api.meta.model.declaration.fluent.ConfigurationDeclarer configDeclarer,
SoapServiceProviderWrapper provider,
boolean hasCustomTransports)
SoapServiceProviderWrapper declaration.configDeclarer - the configuration declarer that will own the providerprovider - a SoapServiceProviderWrapper that describes the SoapServiceProvider Type.hasCustomTransports - if declares custom transport or not.Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.