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

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

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

Classes in gov.nih.nci.system.client.util.xml that implement Marshaller
 class caCOREMarshaller
           
 

Methods in gov.nih.nci.system.client.util.xml that return Marshaller
 Marshaller caCOREMarshaller.getMarshaller()
           
 

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