org.ow2.jasmine.probe.rest.impl
Class JOutputTypes
java.lang.Object
org.ow2.jasmine.probe.rest.impl.JOutputTypes
- All Implemented Interfaces:
- OutputTypes
public class JOutputTypes
- extends Object
- implements OutputTypes
|
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 |
JOutputTypes
public JOutputTypes(JasmineProbeManager jpManager)
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 © 2012 OW2 Consortium. All Rights Reserved.