Uses of Interface
javax.wsdl.xml.WSDLLocator
-
Packages that use WSDLLocator Package Description com.ibm.wsdl.extensions.schema com.ibm.wsdl.xml javax.wsdl.xml -
-
Uses of WSDLLocator in com.ibm.wsdl.extensions.schema
Methods in com.ibm.wsdl.extensions.schema with parameters of type WSDLLocator Modifier and Type Method Description static voidSchemaDeserializer. setLocator(WSDLLocator loc)Set the WSDLLocator to be used by the deserializer on this thread. -
Uses of WSDLLocator in com.ibm.wsdl.xml
Fields in com.ibm.wsdl.xml declared as WSDLLocator Modifier and Type Field Description protected WSDLLocatorWSDLReaderImpl. locMethods in com.ibm.wsdl.xml with parameters of type WSDLLocator Modifier and Type Method Description DefinitionWSDLReaderImpl. readWSDL(WSDLLocator locator)Read a WSDL document into a WSDL definition.DefinitionWSDLReaderImpl. readWSDL(WSDLLocator locator, org.w3c.dom.Element definitionsElement)Read the specified <wsdl:definitions> element into a WSDL definition. -
Uses of WSDLLocator in javax.wsdl.xml
Methods in javax.wsdl.xml with parameters of type WSDLLocator Modifier and Type Method Description DefinitionWSDLReader. readWSDL(WSDLLocator locator)Read a WSDL document into a WSDL definition.DefinitionWSDLReader. readWSDL(WSDLLocator locator, org.w3c.dom.Element definitionsElement)Read the specified <wsdl:definitions> element into a WSDL definition.
-