JBoss Wise API

org.jboss.wise.core.client.impl.wsdlResolver
Class WiseEntityResolver

java.lang.Object
  extended by org.jboss.util.xml.JBossEntityResolver
      extended by org.jboss.ws.core.utils.JBossWSEntityResolver
          extended by org.jboss.wise.core.client.impl.wsdlResolver.WiseEntityResolver
All Implemented Interfaces:
org.xml.sax.EntityResolver

public class WiseEntityResolver
extends org.jboss.ws.core.utils.JBossWSEntityResolver

Author:
alessio.soldano@jboss.com

Constructor Summary
WiseEntityResolver(Connection connection)
           
 
Method Summary
protected  org.xml.sax.InputSource resolveSystemIDAsURL(java.lang.String id, boolean trace)
          Use a ResourceURL to access the resource.
 
Methods inherited from class org.jboss.ws.core.utils.JBossWSEntityResolver
resolveEntity
 
Methods inherited from class org.jboss.util.xml.JBossEntityResolver
getEntityMap, isEntityResolved, isWarnOnNonFileURLs, registerEntity, registerLocalEntity, setWarnOnNonFileURLs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WiseEntityResolver

public WiseEntityResolver(Connection connection)
Method Detail

resolveSystemIDAsURL

protected org.xml.sax.InputSource resolveSystemIDAsURL(java.lang.String id,
                                                       boolean trace)
Use a ResourceURL to access the resource. This method should be protected in the super class.

Overrides:
resolveSystemIDAsURL in class org.jboss.ws.core.utils.JBossWSEntityResolver
Parameters:
id -
trace -
Returns:
an InputSource

JBoss Wise API

Copyright © 2008-2009 Jboss.org. All Rights Reserved.