| org.apache.axis2.deployment.resolver.AARBasedWSDLLocator
AARBasedWSDLLocator | public class AARBasedWSDLLocator extends DefaultURIResolver implements WSDLLocator(Code) | | Custom WSDL locator to load schemas from zip archives
Need to provide the aarFile and the baseInputStream for
the base WSDL file
The logic here is that we only care about the import location
all imports must be relative to the META-INF folder
|
Field Summary | |
final protected static Log | log |
log | final protected static Log log(Code) | | |
close | public void close()(Code) | | |
getBaseURI | public String getBaseURI()(Code) | | As for the zip there is no point in returning
a base URI
|
getImportInputSource | public InputSource getImportInputSource(String parentLocation, String importLocation)(Code) | | Parameters: parentLocation - Parameters: importLocation - |
getLatestImportURI | public String getLatestImportURI()(Code) | | returns the latest import
|
|
|