- read(List<ExtensionFactory>, URL) -
Method in interface org.ow2.easywsdl.extensions.multiple.api.MultipleExtReader
-
Read the WSDL document available at the location identified by the
specified URL, and bind it into a
Description
object.
- read(List<ExtensionFactory>, Document) -
Method in interface org.ow2.easywsdl.extensions.multiple.api.MultipleExtReader
-
Read the WSDL document available at the specified DOM
Document
,
and bind it into a Description
object.
- read(List<ExtensionFactory>, InputSource) -
Method in interface org.ow2.easywsdl.extensions.multiple.api.MultipleExtReader
-
Read the WSDL document available at the specified
InputSource
,
and bind it into a Description
object.
- read(List<ExtensionFactory>, URL) -
Method in class org.ow2.easywsdl.extensions.multiple.impl.MultipleExtReaderImpl
Read the WSDL document available at the location identified by the
specified URL, and bind it into a Description
object.
- read(List<ExtensionFactory>, Document) -
Method in class org.ow2.easywsdl.extensions.multiple.impl.MultipleExtReaderImpl
Read the WSDL document available at the specified DOM Document
,
and bind it into a Description
object.
- read(List<ExtensionFactory>, InputSource) -
Method in class org.ow2.easywsdl.extensions.multiple.impl.MultipleExtReaderImpl
Read the WSDL document available at the specified InputSource
,
and bind it into a Description
object.