org.ow2.jasmine.probe.rest
Interface OutputTypes

All Known Implementing Classes:
JOutputTypes

public interface OutputTypes

Root resource class for output types management.

Author:
danesa

Method Summary
 javax.ws.rs.core.Response getOutputTypeProps(String type)
          Process HTTP GET with URI /outputType/{type}/props
 javax.ws.rs.core.Response getOutputTypes()
          Process HTTP GET with URI /outputType
 

Method Detail

getOutputTypes

javax.ws.rs.core.Response getOutputTypes()
Process HTTP GET with URI /outputType

Returns:
response containing the available output types

getOutputTypeProps

javax.ws.rs.core.Response getOutputTypeProps(String type)
Process HTTP GET with URI /outputType/{type}/props

Parameters:
type - an output type
Returns:
describes the properties that need to be defined for an output of the given type


Copyright © 2012 OW2 Consortium. All Rights Reserved.