2016/05/28 - Apache Tuscany has been retired.

For more information, please explore the Attic.



org.apache.tuscany.sca.binding.jsonrpc
Interface JSONRPCBindingFactory

All Known Implementing Classes:
JSONRPCBindingFactoryImpl

public interface JSONRPCBindingFactory

Factory for the JSON RPC binding model.


Method Summary
 JSONRPCBinding createJSONRPCBinding()
          Creates a new JSON RPC Binding
 

Method Detail

createJSONRPCBinding

JSONRPCBinding createJSONRPCBinding()
Creates a new JSON RPC Binding

Returns:
a new JSON RPC Binding