uk.ac.ebi.jmzidml.xml.jaxb.resolver
Class SpectrumIdentificationProtocolRefResolver

java.lang.Object
  extended by javax.xml.bind.Unmarshaller.Listener
      extended by uk.ac.ebi.jmzidml.xml.jaxb.resolver.AbstractReferenceResolver<SpectrumIdentificationProtocol>
          extended by uk.ac.ebi.jmzidml.xml.jaxb.resolver.SpectrumIdentificationProtocolRefResolver

public class SpectrumIdentificationProtocolRefResolver
extends AbstractReferenceResolver<SpectrumIdentificationProtocol>

Since:
1.0
Author:
Florian Reisinger Date: 16-Nov-2010

Constructor Summary
SpectrumIdentificationProtocolRefResolver(MzIdentMLIndexer index, MzIdentMLObjectCache cache)
           
 
Method Summary
 void afterUnmarshal(Object target, Object parent)
          Method to perform the afterUnmarshal operation if the resolver applies to the specified object.
 void updateObject(SpectrumIdentificationProtocol object)
           
 
Methods inherited from class uk.ac.ebi.jmzidml.xml.jaxb.resolver.AbstractReferenceResolver
unmarshal
 
Methods inherited from class javax.xml.bind.Unmarshaller.Listener
beforeUnmarshal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpectrumIdentificationProtocolRefResolver

public SpectrumIdentificationProtocolRefResolver(MzIdentMLIndexer index,
                                                 MzIdentMLObjectCache cache)
Method Detail

updateObject

public void updateObject(SpectrumIdentificationProtocol object)
Specified by:
updateObject in class AbstractReferenceResolver<SpectrumIdentificationProtocol>

afterUnmarshal

public void afterUnmarshal(Object target,
                           Object parent)
Method to perform the afterUnmarshal operation if the resolver applies to the specified object.

Overrides:
afterUnmarshal in class javax.xml.bind.Unmarshaller.Listener
Parameters:
target - the object to modify after unmarshalling.
parent - object referencing the target. Null if target is root element.


Copyright © 2012. All Rights Reserved.