Uses of Class
org.apache.wsil.extension.ExtensionRegistry
Packages that use ExtensionRegistry
-
Uses of ExtensionRegistry in org.apache.wsil
Fields in org.apache.wsil declared as ExtensionRegistryModifier and TypeFieldDescriptionprotected ExtensionRegistry
WSILDocument.extRegistry
WS-Inspection extension registry.Methods in org.apache.wsil that return ExtensionRegistryModifier and TypeMethodDescriptionWSILDocument.getExtensionRegistry()
Get the WS-Inspection extension registry implementation.Methods in org.apache.wsil with parameters of type ExtensionRegistryModifier and TypeMethodDescriptionvoid
WSILDocument.setExtensionRegistry
(ExtensionRegistry extRegistry) Set the WS-Inspection extension registry implementation. -
Uses of ExtensionRegistry in org.apache.wsil.impl.extension
Subclasses of ExtensionRegistry in org.apache.wsil.impl.extensionModifier and TypeClassDescriptionclass
This class is an implementation of an ExtensionRegistry. -
Uses of ExtensionRegistry in org.apache.wsil.xml
Fields in org.apache.wsil.xml declared as ExtensionRegistryModifier and TypeFieldDescriptionprotected ExtensionRegistry
XMLReader.extRegistry
WSIL extension registry.protected ExtensionRegistry
XMLWriter.extRegistry
WSIL extension registry.