Dispatch Interceptor API
namespace Ice {
class DispatchInterceptor : public virtual Object {
public:
virtual DispatchStatus dispatch(Request&) = 0;
};
typedef IceInternal::Handle<DispatchInterceptor> DispatchInterceptorPtr;
}namespace Ice