Uses of Class
eu.larkc.core.endpoint.Endpoint

Packages that use Endpoint
eu.larkc.core.endpoint   
eu.larkc.core.endpoint.pull   
eu.larkc.core.endpoint.push   
eu.larkc.core.endpoint.sparql   
eu.larkc.core.endpoint.test   
eu.larkc.core.executor   
 

Uses of Endpoint in eu.larkc.core.endpoint
 

Methods in eu.larkc.core.endpoint that return Endpoint
static Endpoint EndpointFactory.constructEndpoint(java.lang.String type, Executor executor)
          This method creates an endpoint of the specific type.
 

Uses of Endpoint in eu.larkc.core.endpoint.pull
 

Subclasses of Endpoint in eu.larkc.core.endpoint.pull
 class PullEndpoint
          TODO Describe this type briefly.
 

Uses of Endpoint in eu.larkc.core.endpoint.push
 

Subclasses of Endpoint in eu.larkc.core.endpoint.push
 class PushEndpoint
          This class implements an endpoint for testing purpose.
 

Uses of Endpoint in eu.larkc.core.endpoint.sparql
 

Subclasses of Endpoint in eu.larkc.core.endpoint.sparql
 class SparqlHandler
          Simple HTTP Server Handler which is routed to SPARQLProtocol servlet
 

Constructors in eu.larkc.core.endpoint.sparql with parameters of type Endpoint
SparqlQueryHandler(Executor ex, Endpoint ep)
           
 

Uses of Endpoint in eu.larkc.core.endpoint.test
 

Subclasses of Endpoint in eu.larkc.core.endpoint.test
 class TestEndpointMain
          This class represents a very simple endpoint for testing.
 

Methods in eu.larkc.core.endpoint.test that return Endpoint
 Endpoint TestEndpoint.getEndpoint()
          Getter.
 

Constructors in eu.larkc.core.endpoint.test with parameters of type Endpoint
TestEndpoint(Endpoint endpoint)
          Constructor that takes the executor as parameter.
 

Uses of Endpoint in eu.larkc.core.executor
 

Methods in eu.larkc.core.executor that return Endpoint
 Endpoint Executor.getEndpoint(java.lang.String type)
          This method returns the endpoint of a specific type.