public class MuleConnectorOperationLocator extends Object implements ConnectorOperationLocator, MuleContextAware, org.mule.runtime.api.lifecycle.Initialisable
ConnectorOperationLocator that will search in the mule registry for
registered ConnectorOperationLocator to later provider operations through the use
of URLs.| Constructor and Description |
|---|
MuleConnectorOperationLocator() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialise() |
Processor |
locateConnectorOperation(String url,
OperationOptions operationOptions,
MessageExchangePattern exchangePattern)
Lookup for an operation from a connector
|
void |
setMuleContext(MuleContext context) |
public void initialise()
throws org.mule.runtime.api.lifecycle.InitialisationException
initialise in interface org.mule.runtime.api.lifecycle.Initialisableorg.mule.runtime.api.lifecycle.InitialisationExceptionpublic void setMuleContext(MuleContext context)
setMuleContext in interface MuleContextAwarecontext - the Mule node.public Processor locateConnectorOperation(String url, OperationOptions operationOptions, MessageExchangePattern exchangePattern) throws org.mule.runtime.api.exception.MuleException
ConnectorOperationLocatorlocateConnectorOperation in interface ConnectorOperationLocatorurl - the URL that identifies the operationoperationOptions - the options to use to execute the operationexchangePattern - the exchange pattern to use for the operationorg.mule.runtime.api.exception.MuleExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.