Class AARFileBasedURIResolver
- java.lang.Object
-
- org.apache.ws.commons.schema.resolver.DefaultURIResolver
-
- org.apache.axis2.deployment.resolver.AARFileBasedURIResolver
-
- All Implemented Interfaces:
org.apache.ws.commons.schema.resolver.CollectionURIResolver
,org.apache.ws.commons.schema.resolver.URIResolver
public class AARFileBasedURIResolver extends org.apache.ws.commons.schema.resolver.DefaultURIResolver
A custom URI resolver that can
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.commons.logging.Log
log
-
Constructor Summary
Constructors Constructor Description AARFileBasedURIResolver(File aarFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputSource
resolveEntity(String targetNamespace, String schemaLocation, String baseUri)
-
-
-
Constructor Detail
-
AARFileBasedURIResolver
public AARFileBasedURIResolver(File aarFile)
-
-
Method Detail
-
resolveEntity
public InputSource resolveEntity(String targetNamespace, String schemaLocation, String baseUri)
- Specified by:
resolveEntity
in interfaceorg.apache.ws.commons.schema.resolver.URIResolver
- Overrides:
resolveEntity
in classorg.apache.ws.commons.schema.resolver.DefaultURIResolver
-
-