public interface DiscoverableTransformer
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PRIORITY_WEIGHTING |
static int |
MAX_PRIORITY_WEIGHTING |
static int |
MIN_PRIORITY_WEIGHTING |
| Modifier and Type | Method and Description |
|---|---|
int |
getPriorityWeighting()
If 2 or more discoverable transformers are equal, this value can be used to select the correct one
|
void |
setPriorityWeighting(int weighting)
If 2 or more discoverable transformers are equal, this value can be used to select the correct one
|
static final int MAX_PRIORITY_WEIGHTING
static final int MIN_PRIORITY_WEIGHTING
static final int DEFAULT_PRIORITY_WEIGHTING
int getPriorityWeighting()
MIN_PRIORITY_WEIGHTING and MAX_PRIORITY_WEIGHTING.void setPriorityWeighting(int weighting)
weighting - the priority weighting for this transformer. This is a value between
MIN_PRIORITY_WEIGHTING and MAX_PRIORITY_WEIGHTING.Copyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.