public interface ConnectorOperationProvider
| Modifier and Type | Method and Description |
|---|---|
MessageProcessor |
getMessageProcessor(String url,
OperationOptions operationOptions,
MessageExchangePattern exchangePattern)
A
MessageProcessor that contains the behaviour for the URL |
boolean |
supportsUrl(String url) |
boolean supportsUrl(String url)
url - an URL for creating an operationMessageProcessor getMessageProcessor(String url, OperationOptions operationOptions, MessageExchangePattern exchangePattern) throws MuleException
MessageProcessor that contains the behaviour for the URLurl - an URL for creating an operationoperationOptions - the operation optionsexchangePattern - exchange pattern to use to execute the request.MessageProcessor that fulfills the operationMuleExceptionCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.