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 SynapseArtifactThis 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 StringgetDescription()Retrieves the description of the artifactvoidsetDescription(String description)Set the description of the artifact
-