public abstract Executor getExecutor ()

Returns the executor for this Endpointinstance. The executor is used to dispatch an incoming request to the implementor object.

Returns:  The java.util.concurrent.Executor to be used to dispatch a request.

See also:
java.util.concurrent.Executor