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 void
SchemaDeserializer. 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 WSDLLocator
WSDLReaderImpl. loc
Methods in com.ibm.wsdl.xml with parameters of type WSDLLocator Modifier and Type Method Description Definition
WSDLReaderImpl. readWSDL(WSDLLocator locator)
Read a WSDL document into a WSDL definition.Definition
WSDLReaderImpl. 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 Definition
WSDLReader. readWSDL(WSDLLocator locator)
Read a WSDL document into a WSDL definition.Definition
WSDLReader. readWSDL(WSDLLocator locator, org.w3c.dom.Element definitionsElement)
Read the specified <wsdl:definitions> element into a WSDL definition.
-