public final class Operations extends Object
| Modifier and Type | Method and Description |
|---|---|
static Map<Method,OperationId> |
getMethodMap(Class<?> serviceInterface)
Returns the collection of operations provided by the given service interface.
|
static Map<OperationId,Method> |
getOperationMap(Class<?> serviceInterface)
Returns the collection of operations provided by the given service interface.
|
public static Map<Method,OperationId> getMethodMap(Class<?> serviceInterface)
serviceInterface - the service interfacepublic static Map<OperationId,Method> getOperationMap(Class<?> serviceInterface)
serviceInterface - the service interfaceCopyright © 2013–2018. All rights reserved.