eu.larkc.core.endpoint.pull
Class PullEndpoint

java.lang.Object
  extended by eu.larkc.core.endpoint.Endpoint
      extended by eu.larkc.core.endpoint.sparql.SparqlHandler
          extended by eu.larkc.core.endpoint.pull.PullEndpoint
All Implemented Interfaces:
com.sun.net.httpserver.HttpHandler

public class PullEndpoint
extends SparqlHandler

TODO Describe this type briefly. If necessary include a longer description and/or an example.

Author:
spyros

Constructor Summary
PullEndpoint(Executor ex, java.lang.String query)
          Construct new PullEndpoint
 
Method Summary
 
Methods inherited from class eu.larkc.core.endpoint.sparql.SparqlHandler
handle
 
Methods inherited from class eu.larkc.core.endpoint.Endpoint
getExecutor, getPipeId, getPort, getURI, isInitialized, setPipeId, setPort, start, stop
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PullEndpoint

public PullEndpoint(Executor ex,
                    java.lang.String query)
Construct new PullEndpoint

Parameters:
ex - the executor to be called by this endpoint
query - the query, which is fixed in the workflow