org.apache.axis2.jaxws.server.dispatcher
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.
invoke
MessageContext invoke(MessageContext request)
throws java.lang.Exception
- Invoke the target endpoint synchronously
- Parameters:
mc
-
- Returns:
-
- Throws:
java.lang.Exception
invokeOneWay
void invokeOneWay(MessageContext request)
invokeAsync
void invokeAsync(MessageContext request,
EndpointCallback callback)
Copyright © 2007 Apache Web Services Project. All Rights Reserved.