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.


Method Summary
 MessageContext invoke(MessageContext mc)
          Invoke the target endpoint synchronously
 

Method Detail

invoke

MessageContext invoke(MessageContext mc)
                      throws java.lang.Exception
Invoke the target endpoint synchronously

Parameters:
mc -
Returns:
Throws:
java.lang.Exception


Copyright © 2007 Apache Web Services Project. All Rights Reserved.