Class ContextAwareMessageDispatcherProvider<T extends MessageDispatcher>
java.lang.Object
org.mule.runtime.extension.api.soap.ContextAwareMessageDispatcherProvider<T>
- All Implemented Interfaces:
org.mule.runtime.api.connection.ConnectionProvider<T>,MessageDispatcherProvider<T>
public abstract class ContextAwareMessageDispatcherProvider<T extends MessageDispatcher>
extends Object
implements MessageDispatcherProvider<T>
- Since:
- 1.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Tconnect()This method should not be used, instead useconnect(DispatchingContext).abstract Tconnect(DispatchingContext client) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.mule.runtime.api.connection.ConnectionProvider
disconnectMethods inherited from interface org.mule.runtime.extension.api.soap.MessageDispatcherProvider
validate, validate
-
Constructor Details
-
ContextAwareMessageDispatcherProvider
public ContextAwareMessageDispatcherProvider()
-
-
Method Details
-
connect
- Parameters:
client- a well initialized extensions client, ready to execute operations.- Returns:
- a new
MessageDispatcherthat uses anExtensionsClient.
-
connect
This method should not be used, instead useconnect(DispatchingContext).If an extension client is not required then only implements
MessageDispatcherProvider.- Specified by:
connectin interfaceorg.mule.runtime.api.connection.ConnectionProvider<T extends MessageDispatcher>- Throws:
org.mule.runtime.api.connection.ConnectionException
-