Uses of Interface
org.treebind.Source

Packages that use Source
org.treebind   
 

Uses of Source in org.treebind
 

Subinterfaces of Source in org.treebind
 interface Filter
          Filters are pipe elements which are both a source and a sink.
 

Classes in org.treebind that implement Source
 class DefaultFilterImplementation
          Default implementation of a TreeBind filter
 class JavaObject2XmlSaxFilter
          Filter designed to stand between a JavaObjectSource and a XmlSaxSink.
 class JavaObjectSource
          Source designed to read Java objects.
 class JenaRdf2JavaObjectFilter
          Filter designed to fit between a JenaRdfSource and a JavaObjectSink in a JenaRdf2JavaObjectPipe.
 class JenaRdfSource
          Source designed to read RDF models using the Jena API and pour their contents starting from a resource used as a starting point.
 class Ldap2JavaObjectFilter
          Filter designed to stand between a LdapSource and a JavaObjectSink in a Ldap2JavaObjectPipe.
 class Ldap2XmlSaxFilter
          Filter designed to stand between a LdapSource and a XmlSaxSink in a Ldap2XmlSaxPipe.
 class LdapSource
          Source implementation which pours LDAP search results or LDIF documents.
 class TreeBom
          A Filter implementation that keeps a copy of the Propertys that it receives and can pour them into a Sink again if needed.
 class XmlSax2JavaObjectFilter
          Filter designed to stand between a XmlSaxSource and a JavaObjectSink in a XmlSax2JavaObjectPipe.
 class XmlSaxSource
          Source designed to XML document as SAX events.
 

Methods in org.treebind that return Source
 Source DefaultPipeImplementation.getSource()
           
 

Methods in org.treebind with parameters of type Source
 void Pipe.setSource(Source source)
          Set and chain the source of the pipe.
 void DefaultPipeImplementation.setSource(Source source)