Package org.apache.openejb.jee.jpa.unit
Class JaxbPersistenceFactory.PersistenceFilter
- java.lang.Object
-
- org.xml.sax.helpers.XMLFilterImpl
-
- org.apache.openejb.jee.JaxbJavaee.NoSourceFilter
-
- org.apache.openejb.jee.jpa.unit.JaxbPersistenceFactory.PersistenceFilter
-
- All Implemented Interfaces:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler,XMLFilter,XMLReader
- Enclosing class:
- JaxbPersistenceFactory
public static class JaxbPersistenceFactory.PersistenceFilter extends JaxbJavaee.NoSourceFilter
-
-
Field Summary
-
Fields inherited from class org.apache.openejb.jee.JaxbJavaee.NoSourceFilter
EMPTY_INPUT_SOURCE
-
-
Constructor Summary
Constructors Constructor Description PersistenceFilter(XMLReader xmlReader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringeeUri(String uri)InputSourceresolveEntity(String publicId, String systemId)-
Methods inherited from class org.apache.openejb.jee.JaxbJavaee.NoSourceFilter
endElement, startElement
-
Methods inherited from class org.xml.sax.helpers.XMLFilterImpl
characters, endDocument, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, parse, parse, processingInstruction, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, setProperty, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
-
-
-
-
Constructor Detail
-
PersistenceFilter
public PersistenceFilter(XMLReader xmlReader)
-
-
Method Detail
-
eeUri
protected String eeUri(String uri)
- Overrides:
eeUriin classJaxbJavaee.NoSourceFilter
-
resolveEntity
public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException
- Specified by:
resolveEntityin interfaceEntityResolver- Overrides:
resolveEntityin classJaxbJavaee.NoSourceFilter- Throws:
SAXExceptionIOException
-
-