> +
> + return payload;
> + }
> +
> + @Override
> + public void remove() {
> + throw new UnsupportedOperationException();
> + }
> +
> + @Override
> + public Iterator<Payload> iterator() {
> + return this;
> + }
> +
> + private Payload getNextPayload() {
> + try {Narrowed. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/501/files#r22498540
