Uses of Interface
gov.nih.nci.system.client.util.xml.Unmarshaller

Packages that use Unmarshaller
gov.nih.nci.system.client.util.xml   
 

Uses of Unmarshaller in gov.nih.nci.system.client.util.xml
 

Classes in gov.nih.nci.system.client.util.xml that implement Unmarshaller
 class caCOREUnmarshaller
           
 

Methods in gov.nih.nci.system.client.util.xml that return Unmarshaller
 Unmarshaller caCOREUnmarshaller.getUnmarshaller()
           
 

Constructors in gov.nih.nci.system.client.util.xml with parameters of type Unmarshaller
XMLUtility(Marshaller marshaller, Unmarshaller unmarshaller)