public class SetTriggerAddressTracingSelectorsTask extends SISSubTask
sis-sip-management element.
Selectors are specified in nested selector elements. For example:
<This task invokes thesis-sip-managementraentity="foo"> <settriggeraddresstracingselectors triggertype="originating"> <selectorname="Request-URI"/> <selector name="From"/> </settriggeraddresstracingselectors> </sis-sip-management>
SipTriggerAddressTracingManagementMBean.setSelectors(com.opencloud.slee.resources.sis.management.TriggerType, com.opencloud.slee.resources.sipsis.management.SipTriggerAddressTracingSelector[])
management operation.
| Attribute | Description | Required |
| triggertype | The type of trigger to set the selectors for. Must be "originating" or "terminating". | 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 SipSISManagementTask. |
| Element | Description |
selector |
Identifies a trigger addressing tracing selector. Zero or more nested selector elements may be present as required. Valid selector values are "Request-URI", "From", "To", "P-Asserted-Identity", "P-Called-Party-ID" or "P-Served-User". |
| Constructor and Description |
|---|
SetTriggerAddressTracingSelectorsTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConfiguredSelector(SelectorElement selector) |
void |
setTriggerType(String triggerType) |
execute, getFailOnError, setFailOnErrorpublic SetTriggerAddressTracingSelectorsTask()
public void setTriggerType(String triggerType)
public void addConfiguredSelector(SelectorElement selector)