Uses of Interface
org.apache.wsil.extension.ExtensionWriter
-
Packages that use ExtensionWriter Package Description org.apache.wsil.extension org.apache.wsil.impl.extension.uddi org.apache.wsil.impl.extension.wsdl -
-
Uses of ExtensionWriter in org.apache.wsil.extension
Methods in org.apache.wsil.extension that return ExtensionWriter Modifier and Type Method Description ExtensionWriter
ExtensionRegistry. getWriter(java.lang.String namespace)
Get an extension writer for a specific namespace.Methods in org.apache.wsil.extension with parameters of type ExtensionWriter Modifier and Type Method Description void
ExtensionRegistry. addWriter(java.lang.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 ExtensionWriter Modifier and Type Class Description class
UDDIExtensionWriter
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 ExtensionWriter Modifier and Type Class Description class
WSDLExtensionWriter
The WSDL extension writer class is used to write the WSDL extension elements to an output writer.
-