Uses of Interface
org.apache.wsil.extension.ExtensionWriter
Packages that use ExtensionWriter
Package
Description
-
Uses of ExtensionWriter in org.apache.wsil.extension
Methods in org.apache.wsil.extension that return ExtensionWriterModifier and TypeMethodDescriptionGet an extension writer for a specific namespace.Methods in org.apache.wsil.extension with parameters of type ExtensionWriterModifier and TypeMethodDescriptionvoid
ExtensionRegistry.addWriter
(String namespace, ExtensionWriter writer) Add an extension writer for a specific namespace. -
Uses of ExtensionWriter in org.apache.wsil.impl.extension.uddi
Classes in org.apache.wsil.impl.extension.uddi that implement ExtensionWriterModifier and TypeClassDescriptionclass
The UDDI extension writer class is used to write the UDDI extension elements to an output writer. -
Uses of ExtensionWriter in org.apache.wsil.impl.extension.wsdl
Classes in org.apache.wsil.impl.extension.wsdl that implement ExtensionWriterModifier and TypeClassDescriptionclass
The WSDL extension writer class is used to write the WSDL extension elements to an output writer.