Class ElseService

java.lang.Object
com.adaptris.core.services.conditional.ElseService
All Implemented Interfaces:
ComponentLifecycle, ComponentLifecycleExtension

@ComponentProfile(summary="A service/list that should be executed after conditions have NOT been met. ", tag="service, conditional") public class ElseService extends Object implements ComponentLifecycle, ComponentLifecycleExtension

This service holder is used to hold the service or list of services that will be executed by logical expressions, such as IfElse should configured Condition's NOT pass.