org.apache.synapse
Interface SynapseArtifact

All Known Subinterfaces:
Endpoint, FilterMediator, ListMediator, Mediator, MessageProcessor, MessageStore, Startup
All Known Implementing Classes:
AbstractDBMediator, AbstractEndpoint, AbstractListMediator, AbstractMediator, AbstractMessageProcessor, AbstractMessageStore, AbstractStartup, AddressEndpoint, AggregateMediator, AnnotatedCommandMediator, AnonymousListMediator, BinaryExtractMediator, CacheMediator, CalloutMediator, ClassMediator, CloneMediator, ConditionalRouterMediator, DBLookupMediator, DBReportMediator, DefaultEndpoint, DetachMediator, DiscountQuoteMediator, DropMediator, DynamicLoadbalanceEndpoint, EnqueueMediator, EnrichMediator, Entry, EventPublisherMediator, FailoverEndpoint, FaultMediator, FilterMediator, HeaderMediator, IndirectEndpoint, InMediator, InMemoryMessageStore, InvokeMediator, IterateMediator, LoadbalanceEndpoint, LogMediator, MessageStoreMediator, OutMediator, PayloadFactoryMediator, POJOCommandMediator, PropertyMediator, ProxyService, RecipientListEndpoint, ReplaceMediator, ResolvingEndpoint, RMSequenceMediator, SALoadbalanceEndpoint, SamplingProcessor, SamplingThrottleMediator, ScheduledMessageForwardingProcessor, ScheduledMessageProcessor, ScriptMediator, SEDAMediator, SendMediator, SequenceMediator, SimpleQuartz, SpringCustomLogger, SpringMediator, SwitchMediator, SynapseConfiguration, SynapseMediator, Template, TemplateEndpoint, TemplateMediator, ThrottleMediator, TransactionMediator, URLRewriteMediator, ValidateMediator, WSDLEndpoint, XQueryMediator, XSLTMediator

public interface SynapseArtifact

This is the super interface for all the artifacts defined in the SynapseConfiguration. It defines the common API for all the synapse artifacts.


Method Summary
 String getDescription()
          Retrieves the description of the artifact
 void setDescription(String description)
          Set the description of the artifact
 

Method Detail

setDescription

void setDescription(String description)
Set the description of the artifact

Parameters:
description - tobe set to the artifact

getDescription

String getDescription()
Retrieves the description of the artifact

Returns:
description of the artifact


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.