Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

oracle.apps.fnd.applcore.changeNotification.util
Class XSDURLUtil

java.lang.Object
  extended by oracle.apps.fnd.applcore.changeNotification.util.XSDURLUtil

public class XSDURLUtil
extends java.lang.Object


Constructor Summary
XSDURLUtil()
           
 
Method Summary
 java.util.Map<java.lang.String,org.w3c.dom.Element> findSchemaImports(java.net.URL url, java.util.Map<java.lang.String,org.w3c.dom.Element> importsSoFar)
           
static java.util.Map<java.lang.String,org.w3c.dom.Element> getXSDImports(java.net.URL wsdlUrl)
           
static java.util.Map<ChangedSchemaDetail,java.util.ArrayList<ChangedSchemaURIDetail>> getXSDURI(java.util.ArrayList<ChangedSchemaDetail> updatedSchema, java.util.ArrayList<ChangedWSDetail> servicesList)
           
static void main(java.lang.String[] args)
           
 java.net.URL makeAbsolute(java.net.URL importerUrl, java.lang.String loc)
           
 java.util.ArrayList<org.w3c.dom.Element> parseURL(java.net.URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDURLUtil

public XSDURLUtil()
           throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

getXSDImports

public static java.util.Map<java.lang.String,org.w3c.dom.Element> getXSDImports(java.net.URL wsdlUrl)
                                                                         throws java.lang.Exception
Throws:
java.lang.Exception

getXSDURI

public static java.util.Map<ChangedSchemaDetail,java.util.ArrayList<ChangedSchemaURIDetail>> getXSDURI(java.util.ArrayList<ChangedSchemaDetail> updatedSchema,
                                                                                                       java.util.ArrayList<ChangedWSDetail> servicesList)

parseURL

public java.util.ArrayList<org.w3c.dom.Element> parseURL(java.net.URL url)
                                                  throws javax.xml.parsers.ParserConfigurationException,
                                                         org.xml.sax.SAXException,
                                                         java.io.IOException
Throws:
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
java.io.IOException

findSchemaImports

public java.util.Map<java.lang.String,org.w3c.dom.Element> findSchemaImports(java.net.URL url,
                                                                             java.util.Map<java.lang.String,org.w3c.dom.Element> importsSoFar)
                                                                      throws java.lang.Exception
Throws:
java.lang.Exception

makeAbsolute

public java.net.URL makeAbsolute(java.net.URL importerUrl,
                                 java.lang.String loc)
                          throws java.lang.Exception
Throws:
java.lang.Exception

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.