org.jboss.webservice.metadata.wsdl
Class WSDL11DefinitionFactory.WSDLLocatorImpl

java.lang.Object
  extended by org.jboss.webservice.metadata.wsdl.WSDL11DefinitionFactory.WSDLLocatorImpl
All Implemented Interfaces:
javax.wsdl.xml.WSDLLocator
Enclosing class:
WSDL11DefinitionFactory

public static class WSDL11DefinitionFactory.WSDLLocatorImpl
extends Object
implements javax.wsdl.xml.WSDLLocator


Constructor Summary
WSDL11DefinitionFactory.WSDLLocatorImpl(URL wsdlFile)
           
 
Method Summary
 InputSource getBaseInputSource()
           
 String getBaseURI()
           
 InputSource getImportInputSource(String parent, String resource)
           
 String getLatestImportURI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDL11DefinitionFactory.WSDLLocatorImpl

public WSDL11DefinitionFactory.WSDLLocatorImpl(URL wsdlFile)
Method Detail

getBaseInputSource

public InputSource getBaseInputSource()
Specified by:
getBaseInputSource in interface javax.wsdl.xml.WSDLLocator

getBaseURI

public String getBaseURI()
Specified by:
getBaseURI in interface javax.wsdl.xml.WSDLLocator

getImportInputSource

public InputSource getImportInputSource(String parent,
                                        String resource)
Specified by:
getImportInputSource in interface javax.wsdl.xml.WSDLLocator

getLatestImportURI

public String getLatestImportURI()
Specified by:
getLatestImportURI in interface javax.wsdl.xml.WSDLLocator


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.