118119120121122123124125126127128
operation.setNextProcess(getTargetProcess(pipeline)); operation.setPipeline(pipeline); operation.setUrlString(urlString); operation.setRequestType(HTTPRequestType.GET); operation.stopProcess(); } /** * This method is called from startElement. *