641642643644645646647648
// we can exclude the simple frontend from the aegis databinding // dependency as long as this null check is here. if (md == null) { return null; } SimpleMethodDispatcher smd = (SimpleMethodDispatcher)md; return smd != null ? smd.getPrimaryMethod(op) : null; }
465466467468469470471472
return type; } private Method getMethod(Service s, OperationInfo op) { MethodDispatcher md = (MethodDispatcher)s.get(MethodDispatcher.class.getName()); SimpleMethodDispatcher smd = (SimpleMethodDispatcher)md; return smd.getPrimaryMethod(op); }
632633634635636637638639
648649650651652653654655
653654655656657658659660
604605606607608609610611
351352353354355356357358
605606607608609610611612
364365366367368369370371