eu.larkc.core.management
Interface EndpointResource

All Known Implementing Classes:
EndpointResourceImpl

public interface EndpointResource

This interface describes the methods that are possible in an endpoint resource.

Author:
norlan

Method Summary
 org.restlet.representation.Representation getEndpoint()
          This method gets the endpoint of a specific type for a sspecific workflow
 

Method Detail

getEndpoint

@Get
org.restlet.representation.Representation getEndpoint()
                                                      throws InvalidURLException
This method gets the endpoint of a specific type for a sspecific workflow

Returns:
the endpoint url
Throws:
InvalidURLException - if the url is invalid