org.ow2.orchestra.pvm.internal.util
Class UrlEntity
java.lang.Object
org.ow2.orchestra.pvm.internal.util.UrlEntity
- All Implemented Interfaces:
- Entity
public class UrlEntity
- extends Object
- implements Entity
an implementation of Entity based on a URL used in the
Parsers implementation of EntityResolver.
- Author:
- Tom Baeyens
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
systemId
protected String systemId
url
protected URL url
UrlEntity
public UrlEntity(URL url,
String systemId)
UrlEntity
public UrlEntity(String resource,
ClassLoader classLoader)
getInputSource
public InputSource getInputSource()
- Specified by:
getInputSource in interface Entity
Copyright © 2011 OW2 Consortium. All Rights Reserved.