|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tuscany.sca.binding.jsonrpc.provider.JSONRPCServiceBindingProvider
public class JSONRPCServiceBindingProvider
Implementation of the JSONRPC Binding Provider for Services
| Constructor Summary | |
|---|---|
JSONRPCServiceBindingProvider(RuntimeComponent component,
RuntimeComponentService service,
JSONRPCBinding binding,
ServletHost servletHost)
|
|
| Method Summary | |
|---|---|
InterfaceContract |
getBindingInterfaceContract()
Get the effective interface contract imposed by the binding. |
void |
start()
This method will be invoked when the component service binding is activated. |
void |
stop()
This method will be invoked when the component service binding is deactivated. |
boolean |
supportsOneWayInvocation()
For bindings that invoke one-way callback operations asynchronously, there is no need to perform a thread switch before calling the invoker. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JSONRPCServiceBindingProvider(RuntimeComponent component,
RuntimeComponentService service,
JSONRPCBinding binding,
ServletHost servletHost)
| Method Detail |
|---|
public InterfaceContract getBindingInterfaceContract()
ServiceBindingProvider
getBindingInterfaceContract in interface ServiceBindingProviderpublic boolean supportsOneWayInvocation()
ServiceBindingProvider
supportsOneWayInvocation in interface ServiceBindingProviderpublic void start()
ServiceBindingProvider
start in interface ServiceBindingProviderpublic void stop()
ServiceBindingProvider
stop in interface ServiceBindingProvider
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||