Package org.apache.synapse
Interface SynapseArtifact
-
- All Known Subinterfaces:
Endpoint
,FilterMediator
,Library
,ListMediator
,Mediator
,MessageProcessor
,MessageStore
,Startup
- All Known Implementing Classes:
AbstractDBMediator
,AbstractEndpoint
,AbstractListMediator
,AbstractMediator
,AbstractMessageProcessor
,AbstractMessageStore
,AbstractStartup
,AddressEndpoint
,AggregateMediator
,AnnotatedCommandMediator
,AnonymousListMediator
,API
,BasicAuthConfiguredHTTPEndpoint
,BeanMediator
,CallMediator
,CalloutMediator
,ClassEndpoint
,ClassMediator
,CloneMediator
,CommentMediator
,ConditionalRouterMediator
,DBLookupMediator
,DBReportMediator
,DefaultEndpoint
,DropMediator
,DynamicLoadbalanceEndpoint
,EJBMediator
,EnqueueMediator
,EnrichMediator
,Entry
,EventPublisherMediator
,FailoverEndpoint
,FailoverScheduledMessageForwardingProcessor
,FaultMediator
,FilterMediator
,ForEachMediator
,HeaderMediator
,HTTPEndpoint
,IndirectEndpoint
,InMediator
,InMemoryStore
,InvokeMediator
,IterateMediator
,JDBCMessageStore
,JmsStore
,JSONTransformMediator
,LibraryArtifact
,LoadbalanceEndpoint
,LogMediator
,LoopBackMediator
,MessageStoreMediator
,NTLMMediator
,OAuthConfiguredHTTPEndpoint
,OutMediator
,PayloadFactoryMediator
,POJOCommandMediator
,PropertyGroupMediator
,PropertyMediator
,ProxyService
,RabbitMQStore
,RecipientListEndpoint
,ResequenceMessageStore
,ResolvingEndpoint
,RespondMediator
,SALoadbalanceEndpoint
,SamplingProcessor
,SamplingThrottleMediator
,ScheduledMessageForwardingProcessor
,ScheduledMessageProcessor
,SendMediator
,SequenceMediator
,ServiceDynamicLoadbalanceEndpoint
,StartUpController
,SwitchMediator
,SynapseConfiguration
,SynapseLibrary
,SynapseMediator
,Template
,TemplateEndpoint
,TemplateMediator
,TransactionMediator
,URLRewriteMediator
,ValidateMediator
,WSDLEndpoint
,XSLTMediator
public interface SynapseArtifact
This is the super interface for all the artifacts defined in theSynapseConfiguration
. It defines the common API for all the synapse artifacts.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
Retrieves the description of the artifactvoid
setDescription(String description)
Set the description of the artifact
-