uk.ac.ebi.jmzidml.xml.jaxb.adapters
Class PeptideAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<ValueType,BoundType>
      extended by uk.ac.ebi.jmzidml.xml.jaxb.adapters.AbstractResolvingAdapter<String,Peptide>
          extended by uk.ac.ebi.jmzidml.xml.jaxb.adapters.PeptideAdapter

public class PeptideAdapter
extends AbstractResolvingAdapter<String,Peptide>


Field Summary
 
Fields inherited from class uk.ac.ebi.jmzidml.xml.jaxb.adapters.AbstractResolvingAdapter
cache, index, logger, useSpectrumCache
 
Constructor Summary
PeptideAdapter(MzIdentMLIndexer index, AdapterObjectCache cache)
           
 
Method Summary
 String marshal(Peptide pep)
           
 Peptide unmarshal(String refId)
           
 
Methods inherited from class uk.ac.ebi.jmzidml.xml.jaxb.adapters.AbstractResolvingAdapter
unmarshal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeptideAdapter

public PeptideAdapter(MzIdentMLIndexer index,
                      AdapterObjectCache cache)
Method Detail

unmarshal

public Peptide unmarshal(String refId)
Specified by:
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,Peptide>

marshal

public String marshal(Peptide pep)
Specified by:
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,Peptide>


Copyright © 2012. All Rights Reserved.