Package com.alibaba.dubbo.rpc.support

Examples of com.alibaba.dubbo.rpc.support.MockInvocation


    @Test
    public void testCustom() {
        URL url = URL.valueOf("test://test:11/test?accesslog=alibaba");
        Invoker<AccessLogFilterTest> invoker = new MyInvoker<AccessLogFilterTest>(url);
        Invocation invocation = new MockInvocation();
        accessLogFilter.invoke(invoker, invocation);
    }
View Full Code Here

TOP

Related Classes of com.alibaba.dubbo.rpc.support.MockInvocation

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.