| Package | Description |
|---|---|
| org.mule.runtime.extension.api.soap |
| Class and Description |
|---|
| DispatchingContext
A resolving context that provides access to an
ExtensionsClient during the creation of a MessageDispatcher. |
MessageDispatcherProvider
ConnectionProvider specialization that handles MessageDispatcher connections that are bundled to a
SoapServiceProvider, which are created from when the SoapServiceProvider is created. |
| SoapServiceProvider
Contract for implementations that handles the web services that the extension will be able to execute by returning a list of
WebServiceDefinitions. |
SoapServiceProviderConfigurationException
RuntimeException that aims to be thrown in the SoapServiceProvider.validateConfiguration() when some configured
value is invalid. |
| WebServiceDefinition
Representation of a web service, carrying the WSDL that can be accessible either locally or remotely, a Service, a Port. and an
ID to identify this web service so set of operations can be discovered for execution.
|
| WebServiceDefinitionBuilder
Builder pattern implementation to create
WebServiceDefinition instances. |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.