Uninstalls a SIS interceptor component from a SIS RA entity. The SIS RA entity to manage to is specified by the
enclosing
sis-management
element. The component ID of the interceptor to uninstall is specified in
the nested
trigger
element. For example:
<sis-management
raentity="foo">
<uninstallinterceptor>
<interceptor
name="FooInterceptor" vendor="xyz.com" version="1.0"/>
</uninstallinterceptor>
</sis-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. |