public interface UserDefinedInterception
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(XMLOperation src,
XMLOperation dest)
The function to implement authenticate operation.
|
void |
delete(XMLOperation src,
XMLOperation dest)
The function to implement delete operation.
|
void |
insert(XMLOperation src,
XMLOperation dest)
The function to implement insert operation.
|
void |
invoke(XMLOperation src,
XMLOperation dest)
The function to implement invoke operation.
|
void |
select(XMLOperation src,
XMLOperation dest)
The function to implement search operation.
|
void |
update(XMLOperation src,
XMLOperation dest)
The function to implement update operation.
|
void select(XMLOperation src,
XMLOperation dest)
src - - The source XMLOperation object containing the meta.dest - - The result XMLOperation object.void insert(XMLOperation src,
XMLOperation dest)
src - - The source XMLOperation object containing the meta.dest - - The result XMLOperation object.void delete(XMLOperation src,
XMLOperation dest)
src - - The source XMLOperation object containing the meta.dest - - The result XMLOperation object.void update(XMLOperation src,
XMLOperation dest)
src - - The source XMLOperation object containing the meta.dest - - The result XMLOperation object.void authenticate(XMLOperation src,
XMLOperation dest)
src - - The source XMLOperation object containing the meta.dest - - The result XMLOperation object.void invoke(XMLOperation src,
XMLOperation dest)
src - - The source XMLOperation object containing the meta.dest - - The result XMLOperation object.