guarana.framework.process
Interface ISource

All Known Implementing Classes:
Aggregator, Assembler, Chopper, Cipher, Codec, Communicator, Compressor, ContentEnricher, ContextBasedContentEnricher, ContextBasedHeaderEnricher, ContextBasedSlimmer, Correlator, CrossBuilder, CustomModifier, CustomRouter, CustomTransformer, Decoder, Decrypter, Delayer, Dispatcher, Distributor, Encoder, Encrypter, EntryPort, ExitPort, ExpireChecker, Filter, Gateway, HeaderDemoter, HeaderEnricher, HeaderPromoter, IdempotentTransfer, InCommunicator, InDummyCommunicator, InOutCommunicator, Mapper, Merger, Modifier, OneWayPort, OutCommunicator, OutDummyCommunicator, OutInCommunicator, OutInDummyCommunicator, Port, Process, Replicator, Resequencer, ResponderPort, Router, Scheduler, SemanticValidator, Slimmer, Slot, SolicitorPort, Splitter, Stream2XML, StreamDealer, Task, Ticker, Timer, Transformer, Translator, TwoWayPort, Unzipper, XML2Stream, Zipper

public interface ISource

Defines the basic interface for all source elements.

Since:
Guaranį SDK 1.0.0
Author:
Rafael Z. Frantz

Method Summary
 String getName()
          Returns the name of this source.
 void setName(String name)
          Sets the name of this source.
 

Method Detail

setName

void setName(String name)
Sets the name of this source.

Parameters:
name - The name of this source.

getName

String getName()
Returns the name of this source.

Returns:
the name of this source.


Guaranį DSL Home