Uses of Interface
org.apache.wsil.extension.ExtensionReader
-
Packages that use ExtensionReader Package Description org.apache.wsil.extension org.apache.wsil.impl.extension.uddi org.apache.wsil.impl.extension.wsdl -
-
Uses of ExtensionReader in org.apache.wsil.extension
Methods in org.apache.wsil.extension that return ExtensionReader Modifier and Type Method Description ExtensionReaderExtensionRegistry. getReader(java.lang.String namespace)Get an extension reader for a specific namespace.Methods in org.apache.wsil.extension with parameters of type ExtensionReader Modifier and Type Method Description voidExtensionRegistry. addReader(java.lang.String namespace, ExtensionReader reader)Add an extension reader for a specific namespace. -
Uses of ExtensionReader in org.apache.wsil.impl.extension.uddi
Classes in org.apache.wsil.impl.extension.uddi that implement ExtensionReader Modifier and Type Class Description classUDDIExtensionReaderThe UDDI extension reader class is used to parse the UDDI extension elements. -
Uses of ExtensionReader in org.apache.wsil.impl.extension.wsdl
Classes in org.apache.wsil.impl.extension.wsdl that implement ExtensionReader Modifier and Type Class Description classWSDLExtensionReaderThe WSDL extension reader class is used to parse the WSDL extension elements.
-