|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XQAccessor
Implementations of the XQAccessor interface provide the ability to extract data from named targets from within the service. Examples of common targets are the XQMessage and XQPart.
Method Summary | |
---|---|
void |
init(XQInitContext context)
performs any initialization tasks for the acessor. |
java.lang.Object |
invoke(java.lang.String expression,
java.util.HashMap targets)
performs the data acquisition |
Method Detail |
---|
void init(XQInitContext context)
context
- contains configuration params and log referencejava.lang.Object invoke(java.lang.String expression, java.util.HashMap targets) throws XQAccessorException
expression
- the instruction to performtargets
- the objects containing the data
XQAccessorException
- thrown when an unexpected error occurs
during invocation
|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |