org.apache.axis2.deployment.resolver
Class AARFileBasedURIResolver

java.lang.Object
  extended byorg.apache.ws.commons.schema.resolver.DefaultURIResolver
      extended byorg.apache.axis2.deployment.resolver.AARFileBasedURIResolver
All Implemented Interfaces:
org.apache.ws.commons.schema.resolver.URIResolver

public class AARFileBasedURIResolver
extends org.apache.ws.commons.schema.resolver.DefaultURIResolver

A custom URI resolver that can


Constructor Summary
AARFileBasedURIResolver()
           
AARFileBasedURIResolver(File aarFile)
           
AARFileBasedURIResolver(String aarFileName)
           
 
Method Summary
 InputSource resolveEntity(String targetNamespace, String schemaLocation, String baseUri)
           
 void setAarFileName(File aarFile)
           
 void setAarFileName(String aarFileName)
           
 
Methods inherited from class org.apache.ws.commons.schema.resolver.DefaultURIResolver
getFileURL, getURL, isAbsolute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AARFileBasedURIResolver

public AARFileBasedURIResolver(String aarFileName)

AARFileBasedURIResolver

public AARFileBasedURIResolver(File aarFile)

AARFileBasedURIResolver

public AARFileBasedURIResolver()
Method Detail

setAarFileName

public void setAarFileName(String aarFileName)

setAarFileName

public void setAarFileName(File aarFile)

resolveEntity

public InputSource resolveEntity(String targetNamespace,
                                 String schemaLocation,
                                 String baseUri)