Interface AsyncCallback
public interface AsyncCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoiddone(ProcessContext processContext) This method is invoked once the proccessor is done.
-
Method Details
-
done
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-
-