org.apache.tuscany.sca.binding.jsonrpc.impl
Class JSONRPCBindingFactoryImpl

java.lang.Object
  extended by org.apache.tuscany.sca.binding.jsonrpc.impl.JSONRPCBindingFactoryImpl
All Implemented Interfaces:
JSONRPCBindingFactory

public class JSONRPCBindingFactoryImpl
extends java.lang.Object
implements JSONRPCBindingFactory

Factory for the JSON RPC binding model.


Constructor Summary
JSONRPCBindingFactoryImpl()
           
 
Method Summary
 JSONRPCBinding createJSONRPCBinding()
          Creates a new JSON RPC Binding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONRPCBindingFactoryImpl

public JSONRPCBindingFactoryImpl()
Method Detail

createJSONRPCBinding

public JSONRPCBinding createJSONRPCBinding()
Description copied from interface: JSONRPCBindingFactory
Creates a new JSON RPC Binding

Specified by:
createJSONRPCBinding in interface JSONRPCBindingFactory
Returns:
a new JSON RPC Binding