Interface EndpointDispatcher
- All Known Implementing Classes:
JavaBeanDispatcher,JavaDispatcher,ProviderDispatcher
public interface EndpointDispatcher
The EndpointDispatcher is an abstraction for the object that will be doing the invocation of an
endpoints target Java object.
-
Method Summary
Modifier and TypeMethodDescriptioninvoke(MessageContext request) Invoke the target endpoint synchronouslyvoidinvokeAsync(MessageContext request, EndpointCallback callback) voidinvokeOneWay(MessageContext request)
-
Method Details
-
invoke
Invoke the target endpoint synchronously- Parameters:
mc-- Returns:
- Throws:
Exception
-
invokeOneWay
-
invokeAsync
-