public interface Operation
endpoint
.Modifier and Type | Method and Description |
---|---|
OperationType |
getType()
Returns the
type of the operation. |
Object |
invoke(InvocationContext context)
Invoke the underlying operation using the given
context . |
OperationType getType()
type
of the operation.Object invoke(InvocationContext context)
context
.context
- the context in to use when invoking the operationnull