public interface Operation
endpoint.| 限定符和类型 | 方法和说明 |
|---|---|
OperationType |
getType()
Returns the
type of the operation. |
java.lang.Object |
invoke(InvocationContext context)
Invoke the underlying operation using the given
context. |
OperationType getType()
type of the operation.java.lang.Object invoke(InvocationContext context)
context.context - the context in to use when invoking the operationnull