public class TestHttpDispatcherProvider
extends org.mule.runtime.extension.api.soap.ContextAwareMessageDispatcherProvider<org.mule.runtime.extension.api.soap.message.MessageDispatcher>
implements org.mule.runtime.api.lifecycle.Lifecycle
| Constructor and Description |
|---|
TestHttpDispatcherProvider() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.soap.message.MessageDispatcher |
connect(org.mule.runtime.extension.api.soap.DispatchingContext ctx) |
void |
disconnect(org.mule.runtime.extension.api.soap.message.MessageDispatcher connection) |
void |
dispose() |
void |
initialise() |
void |
start() |
void |
stop() |
connectpublic org.mule.runtime.extension.api.soap.message.MessageDispatcher connect(org.mule.runtime.extension.api.soap.DispatchingContext ctx)
connect in class org.mule.runtime.extension.api.soap.ContextAwareMessageDispatcherProvider<org.mule.runtime.extension.api.soap.message.MessageDispatcher>public void disconnect(org.mule.runtime.extension.api.soap.message.MessageDispatcher connection)
disconnect in interface org.mule.runtime.api.connection.ConnectionProvider<org.mule.runtime.extension.api.soap.message.MessageDispatcher>public void dispose()
dispose in interface org.mule.runtime.api.lifecycle.Disposablepublic void initialise()
throws org.mule.runtime.api.lifecycle.InitialisationException
initialise in interface org.mule.runtime.api.lifecycle.Initialisableorg.mule.runtime.api.lifecycle.InitialisationExceptionpublic void stop()
throws org.mule.runtime.api.exception.MuleException
stop in interface org.mule.runtime.api.lifecycle.Stoppableorg.mule.runtime.api.exception.MuleExceptionpublic void start()
throws org.mule.runtime.api.exception.MuleException
start in interface org.mule.runtime.api.lifecycle.Startableorg.mule.runtime.api.exception.MuleExceptionCopyright © 2025 MuleSoft, Inc.. All rights reserved.