Package org.exolab.castor.dsml.jndi
Class JNDIProducer
- java.lang.Object
-
- org.exolab.castor.dsml.Producer
-
- org.exolab.castor.dsml.jndi.JNDIProducer
-
public class JNDIProducer extends Producer
- Version:
- $Revision: 8145 $ $Date: 2005-08-05 13:58:36 -0600 (Fri, 05 Aug 2005) $
- Author:
- Assaf Arkin
-
-
Field Summary
-
Fields inherited from class org.exolab.castor.dsml.Producer
_docHandler
-
-
Constructor Summary
Constructors Constructor Description JNDIProducer(org.xml.sax.DocumentHandler docHandler, boolean namespace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
produce(java.lang.String name, javax.naming.directory.Attributes attrs)
void
produce(javax.naming.directory.SearchResult result)
void
produce(javax.naming.NamingEnumeration<javax.naming.directory.SearchResult> results)
-
Methods inherited from class org.exolab.castor.dsml.Producer
endDocument, enterDirectory, enterSchema, leaveDirectory, leaveSchema, prefix, produce, produce, startDocument
-
-
-
-
Method Detail
-
produce
public void produce(java.lang.String name, javax.naming.directory.Attributes attrs) throws org.xml.sax.SAXException, javax.naming.NamingException
- Throws:
org.xml.sax.SAXException
javax.naming.NamingException
-
produce
public void produce(javax.naming.directory.SearchResult result) throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
-
produce
public void produce(javax.naming.NamingEnumeration<javax.naming.directory.SearchResult> results) throws ImportExportException, org.xml.sax.SAXException
- Throws:
ImportExportException
org.xml.sax.SAXException
-
-