Package org.apache.tuscany.sca.binding.jsonrpc.impl

Examples of org.apache.tuscany.sca.binding.jsonrpc.impl.JSONRPCBindingImpl


* @version $Rev: 537616 $ $Date: 2007-05-13 18:34:45 +0100 (Sun, 13 May 2007) $
*/
public class DefaultJSONRPCBindingFactory implements JSONRPCBindingFactory {

    public JSONRPCBinding createJSONRPCBinding() {
        return new JSONRPCBindingImpl();
    }
View Full Code Here

TOP

Related Classes of org.apache.tuscany.sca.binding.jsonrpc.impl.JSONRPCBindingImpl

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.