|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tuscany.sca.binding.sca.impl.RuntimeSCAServiceBindingProvider
public class RuntimeSCAServiceBindingProvider
The sca service binding provider mediates between the twin requirements of local sca bindings and remote sca bindings. In the local case is does very little. When the sca binding model is set as being remote this binding will try and create a remote service endpoint for remote references to connect to
| Constructor Summary | |
|---|---|
RuntimeSCAServiceBindingProvider(ExtensionPointRegistry extensionPoints,
RuntimeComponent component,
RuntimeComponentService service,
SCABinding binding)
|
|
| 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 RuntimeSCAServiceBindingProvider(ExtensionPointRegistry extensionPoints,
RuntimeComponent component,
RuntimeComponentService service,
SCABinding binding)
| 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 | ||||||||