org.ow2.jasmine.probe.rest.impl
Class JOutputTypes

java.lang.Object
  extended by org.ow2.jasmine.probe.rest.impl.JOutputTypes
All Implemented Interfaces:
OutputTypes

public class JOutputTypes
extends Object
implements OutputTypes


Constructor Summary
JOutputTypes(org.ow2.jasmine.probe.JasmineProbeManager jpManager)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JOutputTypes

public JOutputTypes(org.ow2.jasmine.probe.JasmineProbeManager jpManager)
Method Detail

getOutputTypes

public javax.ws.rs.core.Response getOutputTypes()
Description copied from interface: OutputTypes
Process HTTP GET with URI /outputType

Specified by:
getOutputTypes in interface OutputTypes
Returns:
response containing the available output types

getOutputTypeProps

public javax.ws.rs.core.Response getOutputTypeProps(String type)
Description copied from interface: OutputTypes
Process HTTP GET with URI /outputType/{type}/props

Specified by:
getOutputTypeProps in interface OutputTypes
Parameters:
type - an output type
Returns:
describes the properties that need to be defined for an output of the given type


Copyright © 2013 OW2 Consortium. All Rights Reserved.