org.apache.tuscany.sca.invocation
Interface Invoker

All Known Subinterfaces:
Interceptor
All Known Implementing Classes:
Axis2BindingInvoker, Axis2HeaderReferencePolicyInterceptor, Axis2HeaderServicePolicyInterceptor, Axis2OneWayBindingInvoker, Axis2SCABindingInvoker, Axis2TokenAuthenticationReferencePolicyInterceptor, Axis2TokenAuthenticationServicePolicyInterceptor, BasicAuthenticationReferencePolicyInterceptor, BasicAuthenticationServicePolicyInterceptor, BPELInvoker, CallbackInterfaceInterceptor, CorbaInvoker, CorbaSCAInvoker, DataTransformationInterceptor, DWRInvoker, EJBBindingInvoker, HeaderReferenceInterceptor, JaasAuthenticationInterceptor, JavaImplementationInvoker, JDKLoggingPolicyInterceptor, JMSBindingInvoker, JMSHeaderReferencePolicyInterceptor, JMSTokenAuthenticationReferencePolicyInterceptor, JMSTokenAuthenticationServicePolicyInterceptor, JSONRPCBindingInvoker, NonBlockingInterceptor, NotificationComponentInvoker, NotificationReferenceBindingInvoker, OperationSelectorJMSDefaultServiceInterceptor, OSGiRemotableInvoker, OSGiTargetInvoker, PassByValueInterceptor, PolicyHandlingInterceptor, RMIReferenceInvoker, RRBJMSBindingInvoker, RuntimeWireInvoker, SCABindingInvoker, ScriptInvoker, SecurityIdentityImplementationPolicyInterceptor, SpringInvoker, TransactionInterceptor, TransportReferenceInterceptor, TransportServiceInterceptor, WireFormatJMSBytesReferenceInterceptor, WireFormatJMSBytesServiceInterceptor, WireFormatJMSObjectReferenceInterceptor, WireFormatJMSObjectServiceInterceptor, WireFormatJMSTextReferenceInterceptor, WireFormatJMSTextServiceInterceptor, WireFormatJMSTextXMLReferenceInterceptor, WireFormatJMSTextXMLServiceInterceptor, XQueryInvoker

public interface Invoker

Synchronous mediation associated with a client- or target- side wire.


Method Summary
 Message invoke(Message msg)
          Process a synchronous wire
 

Method Detail

invoke

Message invoke(Message msg)
Process a synchronous wire

Parameters:
msg - The request Message for the wire
Returns:
The response Message from the wire