super(endpoint, operations);
}
@SuppressWarnings("unchecked")
public void process(Exchange exchange) throws Exception {
GenericFileExchange remoteExchange = (GenericFileExchange) getEndpoint().createExchange(exchange);
processExchange(remoteExchange);
ExchangeHelper.copyResults(exchange, remoteExchange);
}