|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.emboss.jemboss.soap.CallAjax
Calls the EMBOSS ajax library
| Field Summary | |
private PrivateRequest |
epr
request to private server |
private int |
length
sequence length |
private boolean |
protein
type of sequence protein or nucleotide |
private float |
weight
sequence weight |
| Constructor Summary | |
CallAjax(java.lang.String fileContent,
java.lang.String seqtype,
JembossParams mysettings)
|
|
| Method Summary | |
int |
getLength()
Get the sequence length |
java.lang.String |
getStatus()
Get the status |
java.lang.String |
getStatusMsg()
Get the message |
float |
getWeight()
Get the sequence weight |
boolean |
isProtein()
Deternmine the sequence type |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private int length
private float weight
private boolean protein
private PrivateRequest epr
| Constructor Detail |
public CallAjax(java.lang.String fileContent,
java.lang.String seqtype,
JembossParams mysettings)
throws JembossSoapException
fileContent - file content or server file nameseqtype - sequence or seqsetmysettings - jemboss properties
JembossSoapException - if connection fails| Method Detail |
public java.lang.String getStatus()
public java.lang.String getStatusMsg()
public int getLength()
public float getWeight()
public boolean isProtein()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||