public class BatchJobHelperUtility extends Object
BatchJobHelperInterface
Modifier and Type | Method and Description |
---|---|
com.google.common.io.ByteSource |
buildWrappedByteSource(URL url,
int startIndex,
int numberResults)
Returns a
ByteSource object that wraps the batch job response into chunks with
pagination, which will be parsed by Axis/JAX-WS. |
public com.google.common.io.ByteSource buildWrappedByteSource(URL url, int startIndex, int numberResults) throws IOException, XMLStreamException, TransformerException
ByteSource
object that wraps the batch job response into chunks with
pagination, which will be parsed by Axis/JAX-WS.Copyright © 2020. All Rights Reserved.