Class UninstallInterceptorTask


  • public class UninstallInterceptorTask
    extends ComponentBasedTask
    Uninstalls a SIS interceptor component from a SIS RA entity. The SIS RA entity to manage to is specified by the enclosing SISManagementTask element. The component ID of the interceptor to uninstall is specified in the nested trigger element. For example:
     <sis-sip-management raentity="foo">
       <uninstallinterceptor>
         <interceptor name="FooInterceptor" vendor="xyz.com" version="1.0"/>
       </uninstallinterceptor>
     </sis-sip-management>
     
    This task invokes the InterceptorManagementMBean.uninstall(InterceptorID) management operation.

    Ant Parameters

    Attribute Description Required
    failonerror Default failure case behaviour for this task. If set to 'false' or 'no', the build will continue when this task attempts a redundant action. No, default is inherited from the enclosing SISManagementTask.

    Parameters specified as nested elements

    Element Description
    interceptor Contains the interceptor component ID. Exactly one nested interceptor element must be present.