1
2
3
4
5
6
| global class WebServiceCallout {
| global static Object beginInvoke(Object stub, Object request, Object returnType, Object continuation, List<Object> info) { }
| global static Object endInvoke(Object future) { }
| global static void invoke(Object stub, Object request, Map<Object, Object> response, List<Object> info) { }
|
| }
|
|