|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tuscany.sca.binding.ws.axis2.Axis2ReferenceBindingProvider
public class Axis2ReferenceBindingProvider
Constructor Summary | |
---|---|
Axis2ReferenceBindingProvider(RuntimeComponent component,
RuntimeComponentReference reference,
WebServiceBinding wsBinding,
ModelFactoryExtensionPoint modelFactories,
java.util.List<PolicyHandlerTuple> policyHandlerClassnames,
DataBindingExtensionPoint dataBindings)
|
Method Summary | |
---|---|
Invoker |
createInvoker(Operation operation)
Create an invoker for the reference binding in the invocation chain. |
InterfaceContract |
getBindingInterfaceContract()
Get the effective interface contract imposed by the binding. |
void |
start()
This method will be invoked when the component reference binding is activated. |
void |
stop()
This method will be invoked when the component reference binding is deactivated. |
boolean |
supportsOneWayInvocation()
For bindings that invoke one-way 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 Axis2ReferenceBindingProvider(RuntimeComponent component, RuntimeComponentReference reference, WebServiceBinding wsBinding, ModelFactoryExtensionPoint modelFactories, java.util.List<PolicyHandlerTuple> policyHandlerClassnames, DataBindingExtensionPoint dataBindings)
Method Detail |
---|
public void start()
ReferenceBindingProvider
start
in interface ReferenceBindingProvider
public void stop()
ReferenceBindingProvider
stop
in interface ReferenceBindingProvider
public InterfaceContract getBindingInterfaceContract()
ReferenceBindingProvider
getBindingInterfaceContract
in interface ReferenceBindingProvider
public boolean supportsOneWayInvocation()
ReferenceBindingProvider
supportsOneWayInvocation
in interface ReferenceBindingProvider
public Invoker createInvoker(Operation operation)
ReferenceBindingProvider
createInvoker
in interface ReferenceBindingProvider
operation
- The operation that the interceptor will handle
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |