java.lang.Object
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.STNode
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.MessageProcessor

public class MessageProcessor extends STNode
  • Constructor Details

    • MessageProcessor

      public MessageProcessor()
  • Method Details

    • getParameter

      public Parameter[] getParameter()
    • setParameter

      public void setParameter(Parameter[] parameter)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getClazz

      public String getClazz()
    • setClazz

      public void setClazz(String clazz)
    • getMessageStore

      public String getMessageStore()
    • setMessageStore

      public void setMessageStore(String messageStore)
    • getTargetEndpoint

      public String getTargetEndpoint()
    • setTargetEndpoint

      public void setTargetEndpoint(String targetEndpoint)
    • getType

      public MessageProcessorType getType()
    • setType

      public void setType(MessageProcessorType type)