Interface AsyncCallback
-
public interface AsyncCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddone(ProcessContext processContext)This method is invoked once the proccessor is done.
-
-
-
Method Detail
-
done
void done(ProcessContext processContext)
This method is invoked once the proccessor is done.
If an exception occurred while processing the exchange, the exception field of the Service being processed will hold the caused exception.- Parameters:
processContext-
-
-