Uses of Package
org.treebind

Packages that use org.treebind
org.treebind   
 

Classes in org.treebind used by org.treebind
DefaultFilterImplementation
          Default implementation of a TreeBind filter
DefaultNameImplementation
          Default implementation of a TreeBind name This class implements a simple variant of TreeBind names composed of a domain name and a local name that are separed by a separator when they are concatenated.
DefaultPipeElementImplementation
          Default implementation of a TreeBind pipe element.
DefaultPipeImplementation
          A default implementation of a qbePipe that takes care of the attrs.
DefaultPropertyImplementation
          Default implementation of a TreeBind property.
Filter
          Filters are pipe elements which are both a source and a sink.
JavaObject2XmlSaxPipe
          Pipe designed to convert Java XML objects into XML Sax events.
Ldap2JavaObjectPipe
          Pipe designed to convert LDAP data into Java objects.
LdapName
          Name implementation representing LDAP class and property names.
Name
          Interface to represent names.
Names
          Name implementation used to represent general purpose builtin names.
NotImplementedException
          Exception thrown when one tries to set a value on a ComplexProperty or to add sub property to a LeafProperty.
OutOfSyncException
          Exception thrown when Source, Filter and Sink are added to a Pipe in a non expected order.
Pipe
          Pipes define combinations of pipe elements.
PipeElement
          Pipe elements are objects that stand in pipes...
Property
          Properties are one of the key components of the TreeBind data model.
RdfResourceName
          Name implementation representing RDF resources.
Sink
          Sinks are PipeElement which receive properties in streaming mode.
Source
          Although impossible to describe in a Java interface, Sources are PipeElement which are expected to pour Propertys into a Sink.
TreeBindException
          An Exception that can be used when something goes wrong in TreeBind.