|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.treebind.DefaultPipeElementImplementation
org.treebind.DefaultFilterImplementation
org.treebind.Ldap2JavaObjectFilter
Filter designed to stand between a LdapSource and a
JavaObjectSink in a
Ldap2JavaObjectPipe. This filter takes care or the
impedence mismatches between the LDAP and Java object models.
Filter,
LdapSource,
JavaObjectSink,
Ldap2JavaObjectPipe| Constructor Summary | |
Ldap2JavaObjectFilter(Ldap2JavaObjectPipe pipe)
Creates a new Ldap2JavaObjectFilter in its pipe. |
|
| Method Summary | |
void |
addLeaf(Name role,
Name nature,
java.lang.Object value)
Pour a new LeafProperty into the sink. |
Name |
convertNature(Name role,
Name nature)
Converts a nature. |
Name |
convertRole(Name role,
Name nature)
Converts a role. |
void |
endProperty()
Declares to the sink the end of the current ComplexProperty. |
void |
startProperty(Name role,
Name nature)
Start pouring a new ComplexProperty into the sink. |
| Methods inherited from class org.treebind.DefaultFilterImplementation |
getSink, setSink |
| Methods inherited from class org.treebind.DefaultPipeElementImplementation |
getPipe, setPipe |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.treebind.Source |
getSink, setSink |
| Methods inherited from interface org.treebind.PipeElement |
getPipe, setPipe |
| Constructor Detail |
public Ldap2JavaObjectFilter(Ldap2JavaObjectPipe pipe)
pipe - | Method Detail |
public void addLeaf(Name role,
Name nature,
java.lang.Object value)
throws java.lang.Exception
SinkLeafProperty into the sink.
addLeaf in interface SinkaddLeaf in class DefaultFilterImplementationjava.lang.Exception
public Name convertNature(Name role,
Name nature)
DefaultFilterImplementationDefaultFilterImplementation.convertRole(Name, Name) method.
convertNature in class DefaultFilterImplementationrole - the role of the property being addednature - the nature of the property being added
DefaultFilterImplementation.convertRole(Name, Name)
public Name convertRole(Name role,
Name nature)
DefaultFilterImplementationDefaultFilterImplementation.convertNature(Name, Name) method.
convertRole in class DefaultFilterImplementationrole - the role of the property being addednature - the nature of the property being added
DefaultFilterImplementation.convertNature(Name, Name)
public void endProperty()
throws java.lang.Exception
SinkComplexProperty.
endProperty in interface SinkendProperty in class DefaultFilterImplementationjava.lang.Exception
public void startProperty(Name role,
Name nature)
throws java.lang.Exception
SinkComplexProperty into the sink.
startProperty in interface SinkstartProperty in class DefaultFilterImplementationjava.lang.Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||