|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) @Deprecated public @interface Selector
Xquery selector is used to select a service or process dynamically. Specifies an XQuery expression which is used to determine the target destination and protocol information based on the contents of the request or response parameters. Note that the Selector sets properties dynamically at runtime. Used by Process Control and Service Broker control.
Optional Element Summary | |
---|---|
String |
xquery
Deprecated. XQuery definition can specify the dynamic callback properties for a Client Response node, or in the case of a Process or a Service Broker control, the XQuery allows dynamic selection of subprocesses at run time. |
public abstract String xquery
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |