949596979899100101102103104
/** * Gets the HTTP Invoker object from the session. */ public static HttpInvoker getHttpInvoker(BindingSession session) { HttpInvoker invoker = (HttpInvoker) session.get(HTTP_INVOKER_OBJECT); if (invoker != null) { return invoker; }