fr.cnes.sitools.resources.order
Interface IOrderResource

All Known Implementing Classes:
AbstractCartOrderResource, AbstractDatasetOrderResource, AbstractOrderResource, CartOrderResourceFacade, DirectOrderResource, OrderResource, OrderResourceFacade, StreamingOrderResource, WgetArchiveOrderResource, WgetListFileOrderResource

public interface IOrderResource

Version:
Author:
tx.chevallier

Method Summary
 org.restlet.representation.Representation orderGet(org.restlet.representation.Variant variant)
           
 org.restlet.representation.Representation orderPost(org.restlet.representation.Representation represent, org.restlet.representation.Variant variant)
           
 

Method Detail

orderPost

@Post
org.restlet.representation.Representation orderPost(org.restlet.representation.Representation represent,
                                                         org.restlet.representation.Variant variant)

orderGet

@Get
org.restlet.representation.Representation orderGet(org.restlet.representation.Variant variant)


Copyright © 2010-2013 CNES. All Rights Reserved.