Package org.apache.cxf.resource
Class ExtendedURIResolver
- java.lang.Object
- 
- org.apache.cxf.resource.ExtendedURIResolver
 
- 
- Direct Known Subclasses:
- TransportURIResolver
 
 public class ExtendedURIResolver extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description protected URIResolvercurrentResolverprotected StringlastestImportUriprotected Deque<InputStream>resourceOpened
 - 
Constructor SummaryConstructors Constructor Description ExtendedURIResolver()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()StringgetLatestImportURI()StringgetURI()InputSourceresolve(String curUri, String baseUri)
 
- 
- 
- 
Field Detail- 
currentResolverprotected URIResolver currentResolver 
 - 
lastestImportUriprotected String lastestImportUri 
 - 
resourceOpenedprotected final Deque<InputStream> resourceOpened 
 
- 
 - 
Method Detail- 
resolvepublic InputSource resolve(String curUri, String baseUri) 
 - 
closepublic void close() 
 - 
getLatestImportURIpublic String getLatestImportURI() 
 - 
getURIpublic String getURI() 
 
- 
 
-