站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

WSDLDefinitionFactory.WSDLLocatorImpl (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


org.jboss.webservice
Class WSDLDefinitionFactory.WSDLLocatorImpl

java.lang.Object
  extended byorg.jboss.webservice.WSDLDefinitionFactory.WSDLLocatorImpl
All Implemented Interfaces:
javax.wsdl.xml.WSDLLocator
Enclosing class:
WSDLDefinitionFactory

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


Constructor Summary
WSDLDefinitionFactory.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

WSDLDefinitionFactory.WSDLLocatorImpl

public WSDLDefinitionFactory.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.