|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tuscany.sca.binding.http.provider.HTTPServiceBindingProvider
public class HTTPServiceBindingProvider
Implementation of an HTTP binding provider.
| Constructor Summary | |
|---|---|
HTTPServiceBindingProvider(RuntimeComponent component,
RuntimeComponentService service,
HTTPBinding binding,
MessageFactory messageFactory,
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 HTTPServiceBindingProvider(RuntimeComponent component,
RuntimeComponentService service,
HTTPBinding binding,
MessageFactory messageFactory,
ServletHost servletHost)
| Method Detail |
|---|
public void start()
ServiceBindingProvider
start in interface ServiceBindingProviderpublic void stop()
ServiceBindingProvider
stop in interface ServiceBindingProviderpublic InterfaceContract getBindingInterfaceContract()
ServiceBindingProvider
getBindingInterfaceContract in interface ServiceBindingProviderpublic boolean supportsOneWayInvocation()
ServiceBindingProvider
supportsOneWayInvocation in interface ServiceBindingProvider
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||