public interface ConnectorOperationProvider
| Modifier and Type | Method and Description |
|---|---|
Processor |
getMessageProcessor(String url,
OperationOptions operationOptions,
MessageExchangePattern exchangePattern)
A
Processor that contains the behaviour for the URL |
boolean |
supportsUrl(String url) |
boolean supportsUrl(String url)
url - an URL for creating an operationProcessor getMessageProcessor(String url, OperationOptions operationOptions, MessageExchangePattern exchangePattern) throws org.mule.runtime.api.exception.MuleException
Processor that contains the behaviour for the URLurl - an URL for creating an operationoperationOptions - the operation optionsexchangePattern - exchange pattern to use to execute the request.Processor that fulfills the operationorg.mule.runtime.api.exception.MuleExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.