public interface BaseTransformer extends Initialisable, NamedObject
Transformer
can be chained together to covert message payloads from one
object type to another.PHASE_NAME
Modifier and Type | Method and Description |
---|---|
ImmutableEndpoint |
getEndpoint()
The endpoint that this transformer is attached to
|
void |
setEndpoint(ImmutableEndpoint endpoint)
Sets the endpoint associated with with this connector.
|
initialise
getName, setName
ImmutableEndpoint getEndpoint()
void setEndpoint(ImmutableEndpoint endpoint)
endpoint
- sets the endpoint associated with the transfromerCopyright © 2003–2013 MuleSource, Inc.. All rights reserved.