@Path(value="/Fasta") public class RestFasta extends Object
| Constructor and Description |
|---|
RestFasta() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
convertIntoPEPTIDEAnalogSequence(String notation) |
javax.ws.rs.core.Response |
convertIntoPEPTIDEAnalogSequencePost(String helm) |
javax.ws.rs.core.Response |
convertIntoRNAAnalogSequence(String notation) |
javax.ws.rs.core.Response |
convertIntoRNAAnalogSequencePost(String helm) |
javax.ws.rs.core.Response |
generateFasta(String helmNotation) |
javax.ws.rs.core.Response |
generateFastaPost(String helm) |
javax.ws.rs.core.Response |
generateHELMInput(String peptide,
String rna) |
javax.ws.rs.core.Response |
generateHELMInputPostPEPTIDE(String peptide) |
javax.ws.rs.core.Response |
generateHELMInputPostRNA(String rna) |
@Path(value="/Produce/{c}")
@GET
@Produces(value="application/json")
@Consumes(value="application/json")
public javax.ws.rs.core.Response generateFasta(@PathParam(value="c")
String helmNotation)
@Path(value="/Produce")
@POST
@Produces(value="application/json")
@Consumes(value="application/x-www-form-urlencoded")
public javax.ws.rs.core.Response generateFastaPost(@FormParam(value="HELMNotation")
String helm)
@Path(value="/Read")
@GET
@Produces(value="application/json")
@Consumes(value="application/json")
public javax.ws.rs.core.Response generateHELMInput(@QueryParam(value="PEPTIDE")
String peptide,
@QueryParam(value="RNA")
String rna)
throws org.helm.notation2.parser.exceptionparser.NotationException,
IOException,
org.jdom2.JDOMException,
org.helm.notation2.exception.ChemistryException
org.helm.notation2.parser.exceptionparser.NotationExceptionIOExceptionorg.jdom2.JDOMExceptionorg.helm.notation2.exception.ChemistryException@Path(value="Read/RNA")
@POST
@Produces(value="application/json")
@Consumes(value="application/x-www-form-urlencoded")
public javax.ws.rs.core.Response generateHELMInputPostRNA(@FormParam(value="RNA")
String rna)
throws org.helm.notation2.parser.exceptionparser.NotationException,
IOException,
org.jdom2.JDOMException,
org.helm.notation2.exception.ChemistryException
org.helm.notation2.parser.exceptionparser.NotationExceptionIOExceptionorg.jdom2.JDOMExceptionorg.helm.notation2.exception.ChemistryException@Path(value="Read/PEPTIDE")
@POST
@Produces(value="application/json")
@Consumes(value="application/x-www-form-urlencoded")
public javax.ws.rs.core.Response generateHELMInputPostPEPTIDE(@FormParam(value="PEPTIDE")
String peptide)
throws org.helm.notation2.exception.ChemistryException
org.helm.notation2.exception.ChemistryException@Path(value="/Convert/RNA/{c}")
@GET
@Produces(value="application/json")
@Consumes(value="application/json")
public javax.ws.rs.core.Response convertIntoRNAAnalogSequence(@PathParam(value="c")
String notation)
@Path(value="/Convert/PEPTIDE/{c}")
@GET
@Produces(value="application/json")
@Consumes(value="application/json")
public javax.ws.rs.core.Response convertIntoPEPTIDEAnalogSequence(@PathParam(value="c")
String notation)
@Path(value="/Convert/RNA")
@POST
@Produces(value="application/json")
@Consumes(value="application/x-www-form-urlencoded")
public javax.ws.rs.core.Response convertIntoRNAAnalogSequencePost(@FormParam(value="HELMNotation")
String helm)
@Path(value="/Convert/PEPTIDE")
@POST
@Produces(value="application/json")
@Consumes(value="application/x-www-form-urlencoded")
public javax.ws.rs.core.Response convertIntoPEPTIDEAnalogSequencePost(@FormParam(value="HELMNotation")
String helm)
Copyright © 2018. All rights reserved.