| Modifier and Type | Method and Description |
|---|---|
abstract Operation |
Service.getOperation(int index)
Return the
Operation of this Service at the specified index. |
abstract Operation |
Service.getOperation(Name name)
Return the
Operation of this service having the specified name |
abstract Operation |
Service.getOperation(String name)
Return the
Operation of this service having the specified name |
Operation |
Request.operation()
Return the Operation this Request is intended to invoke on the
associated Service.
|
Copyright © 2017 Bloomberg L.P.. All rights reserved.