public class OperationFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<OperationMessageProcessor>
FactoryBean which yields instances of OperationMessageProcessor| Constructor and Description |
|---|
OperationFactoryBean(String configurationInstanceProviderName,
org.mule.extension.introspection.Operation operation,
ElementDescriptor element,
Map<String,List<MessageProcessor>> nestedOperations,
MuleContext muleContext) |
public OperationFactoryBean(String configurationInstanceProviderName, org.mule.extension.introspection.Operation operation, ElementDescriptor element, Map<String,List<MessageProcessor>> nestedOperations, MuleContext muleContext)
public OperationMessageProcessor getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<OperationMessageProcessor>Exceptionpublic Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<OperationMessageProcessor>OperationMessageProcessorpublic boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<OperationMessageProcessor>Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.