public interface Operations
Modifier and Type | Method and Description |
---|---|
Object |
getOperation(int code) |
Object |
getOperation(String name) |
boolean |
hasOperation(int code) |
boolean |
hasOperation(String name) |
Object |
invokeOperation(int code,
OperationContext context) |
Object |
invokeOperation(String name,
OperationContext context) |
Object invokeOperation(int code, OperationContext context) throws OperationException, OperationNotSupportedException
Object invokeOperation(String name, OperationContext context) throws OperationException, OperationNotSupportedException
Object getOperation(int code) throws OperationException, OperationNotSupportedException
Object getOperation(String name) throws OperationException, OperationNotSupportedException
boolean hasOperation(int code)
boolean hasOperation(String name)