org.apache.ws.commons.schema.resolver
Interface URIResolver

All Known Subinterfaces:
CollectionURIResolver
All Known Implementing Classes:
DefaultURIResolver

public interface URIResolver


Method Summary
 InputSource resolveEntity(String targetNamespace, String schemaLocation, String baseUri)
          Resolves an interface
 

Method Detail

resolveEntity

InputSource resolveEntity(String targetNamespace,
                          String schemaLocation,
                          String baseUri)
Resolves an interface

Parameters:
targetNamespace -
schemaLocation -
baseUri -


Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.