package compbio.data.structure; import java.security.InvalidParameterException; import java.util.List; import javax.jws.WebMethod; import javax.jws.WebParam; import javax.jws.WebService; import compbio.data.msa.JABAService; import compbio.data.msa.JManagement; import compbio.data.msa.Metadata; import compbio.metadata.JobSubmissionException; import compbio.metadata.LimitExceededException; import compbio.metadata.Option; import compbio.metadata.Preset; import compbio.metadata.ResultNotAvailableException; import compbio.metadata.UnsupportedRuntimeException; import compbio.metadata.WrongParameterException; /* * Interface for tools that results RNA secondary structure information * * Still Unsure whether a new interface is needed or whether secondary structre * information could be exressed as a sequence annotation */ // effect of a different targetNamespace? @WebService(targetNamespace = JABAService.V2_SERVICE_NAMESPACE) public interface FoldWS extends JABAService, JManagement, Metadata { @WebMethod String fold( @WebParam(name = ) }