org.apache.webbeans.xml
Class WebBeansResolver

java.lang.Object
  extended by org.apache.webbeans.xml.WebBeansResolver
All Implemented Interfaces:
org.xml.sax.EntityResolver

public class WebBeansResolver
extends java.lang.Object
implements org.xml.sax.EntityResolver

Resolver for the web beans systemId's.


Constructor Summary
WebBeansResolver()
           
 
Method Summary
 org.xml.sax.InputSource resolveEntity(java.lang.String publicId, java.lang.String systemId)
          Resolve entity.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebBeansResolver

public WebBeansResolver()
Method Detail

resolveEntity

public org.xml.sax.InputSource resolveEntity(java.lang.String publicId,
                                             java.lang.String systemId)
                                      throws org.xml.sax.SAXException,
                                             java.io.IOException
Resolve entity.

Specified by:
resolveEntity in interface org.xml.sax.EntityResolver
Throws:
org.xml.sax.SAXException
java.io.IOException


Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.