abstract fun getManagedOperationParameters(method: Method): Array<ManagedOperationParameter>
Implementations should return an array of ManagedOperationParameter if the supplied Method has the corresponding metadata. Otherwise should return an empty array if no metadata is found.
method - the Method to read the metadata from
InvalidMetadataException - in the case of invalid attributes.
Return
the parameter information.