Uses of Class
org.enhydra.zeus.Source

Packages that use Source
org.enhydra.zeus 
org.enhydra.zeus.binder 
org.enhydra.zeus.source 

Uses of Source in org.enhydra.zeus
 

Methods in org.enhydra.zeus with parameters of type Source
ObjectUnmarshaller.unmarshall(Source sourceXML)
           This method is the public entry point for unmarshalling an object from an XML instance document.
 

Uses of Source in org.enhydra.zeus.binder
 

Constructors in org.enhydra.zeus.binder with parameters of type Source
BaseBinder.BaseBinder(Source source)
           This constructor takes in a Source to read input from and allow generation of the Bindings from it.
SchemaBinder.SchemaBinder(Source source)
           This constructor takes in a Source to read an XML Schema from and allow generation of the Bindings from it.
 

Uses of Source in org.enhydra.zeus.source
 

Classes in org.enhydra.zeus.source that implement Source
class BaseSource
           Source provides an interface for all input means.