Searched refs:wrapMethod (Results 1 – 4 of 4) sorted by relevance
30 ServerMethodDefinition<WrapReqT, WrapRespT> wrapMethod( in wrapMethod() method in InternalServerInterceptors33 return ServerInterceptors.wrapMethod(definition, wrappedMethod); in wrapMethod()
187 wrappedMethods.add(wrapMethod(definition, wrappedMethodDescriptor)); in useMarshalledMessages()233 static <OReqT, ORespT, WReqT, WRespT> ServerMethodDefinition<WReqT, WRespT> wrapMethod( in wrapMethod() method in ServerInterceptors
97 TestMethod testMethod = wrapMethod(method); in invokeTestMethod()108 protected TestMethod wrapMethod(Method method) { in wrapMethod() method in JUnit4ClassRunner
78 InternalServerInterceptors.wrapMethod(oMethodDef, binMethod); in wrapMethodDefinition()