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 ExtensionRegistryWSILDocument.extRegistryWS-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 TypeMethodDescriptionvoidWSILDocument.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 TypeClassDescriptionclassThis 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 ExtensionRegistryXMLReader.extRegistryWSIL extension registry.protected ExtensionRegistryXMLWriter.extRegistryWSIL extension registry.