Create an interceptor reference for a SIS RA entity.
The SIS RA entity to manage to is specified by the enclosing
SISManagementTask
element.
For example:
<sis-sip-management
raentity="foo">
<createinterceptorref name="bar">
<interceptor name="bar interceptor" vendor="com.mycompany" version="1.0"/>
</createinterceptorref>
</sis-sip-management>
This task invokes the
InterceptorManagementMBean.createInterceptorRef(String, InterceptorID)
management operation.
Ant Parameters
Attribute |
Description |
Required |
name |
The name of the interceptor reference to create. |
Yes. |
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 for the interceptor. |