org.mule.devkit.dynamic.api.model
Class Module.Processor

java.lang.Object
  extended by org.mule.devkit.dynamic.api.model.Module.Processor
Enclosing class:
Module

public static class Module.Processor
extends Object


Constructor Summary
Module.Processor(String name, org.mule.api.processor.MessageProcessor messageProcessor, List<Module.Parameter> parameters, boolean intercepting)
           
 
Method Summary
 org.mule.api.processor.MessageProcessor getMessageProcessor()
           
 String getName()
           
 List<Module.Parameter> getParameters()
           
 boolean isIntercepting()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Module.Processor

public Module.Processor(String name,
                        org.mule.api.processor.MessageProcessor messageProcessor,
                        List<Module.Parameter> parameters,
                        boolean intercepting)
Method Detail

getName

public final String getName()

getMessageProcessor

public final org.mule.api.processor.MessageProcessor getMessageProcessor()

getParameters

public final List<Module.Parameter> getParameters()

isIntercepting

public final boolean isIntercepting()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.