public abstract class Processor extends Object implements MuleElement, Named
| Modifier and Type | Field and Description |
|---|---|
protected Configuration |
configuration
Represents config-ref
|
protected String |
name |
protected Map<String,String> |
parameters
Processor parameters
|
| Constructor and Description |
|---|
Processor(String name,
Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
getConfiguration() |
String |
getName() |
Map<String,String> |
getParameters() |
void |
setParameter(String name,
String value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexists, transformToXmlprotected final Configuration configuration
protected final String name
public Processor(String name, Configuration configuration)
Copyright © 2025. All rights reserved.