eu.larkc.core.management
Class EndpointResourceImpl

java.lang.Object
  extended by org.restlet.resource.UniformResource
      extended by org.restlet.resource.ServerResource
          extended by eu.larkc.core.management.EndpointResourceImpl
All Implemented Interfaces:
EndpointResource

public class EndpointResourceImpl
extends org.restlet.resource.ServerResource
implements EndpointResource

This class implements the methods defined by the EndpointResource interface to allow operations on specific endpoints over the management interface.

Author:
norlan

Constructor Summary
EndpointResourceImpl()
           
 
Method Summary
 org.restlet.representation.Representation getEndpoint()
          This method gets the endpoint of a specific type for a sspecific workflow
 
Methods inherited from class org.restlet.resource.ServerResource
abort, commit, getOnSent, getVariants, handle, isAnnotated, isAutoCommitting, isCommitted, isConditional, isExisting, isInRole, isNegotiated, redirectPermanent, redirectPermanent, redirectSeeOther, redirectSeeOther, redirectTemporary, redirectTemporary, setAllowedMethods, setAnnotated, setAutoCommitting, setChallengeRequests, setCommitted, setConditional, setCookieSettings, setDimensions, setExisting, setLocationRef, setLocationRef, setNegotiated, setOnSent, setServerInfo, setStatus, setStatus, setStatus, setStatus, updateAllowedMethods
 
Methods inherited from class org.restlet.resource.UniformResource
getAllowedMethods, getApplication, getChallengeRequests, getChallengeResponse, getClientInfo, getConditions, getContext, getConverterService, getCookies, getCookieSettings, getDimensions, getHostRef, getLocationRef, getLogger, getMatrix, getMaxForwards, getMetadataService, getMethod, getOriginalRef, getProtocol, getQuery, getRanges, getReference, getReferrerRef, getRequest, getRequestAttributes, getRequestEntity, getResponse, getResponseAttributes, getResponseEntity, getRootRef, getServerInfo, getStatus, getStatusService, init, isConfidential, release, setRequest, setResponse
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointResourceImpl

public EndpointResourceImpl()
Method Detail

getEndpoint

public org.restlet.representation.Representation getEndpoint()
                                                      throws InvalidURLException
Description copied from interface: EndpointResource
This method gets the endpoint of a specific type for a sspecific workflow

Specified by:
getEndpoint in interface EndpointResource
Returns:
the endpoint url
Throws:
InvalidURLException - if the url is invalid