Uses of Class
org.apache.wsil.extension.ExtensionRegistry
-
Packages that use ExtensionRegistry Package Description org.apache.wsil org.apache.wsil.impl.extension org.apache.wsil.xml -
-
Uses of ExtensionRegistry in org.apache.wsil
Fields in org.apache.wsil declared as ExtensionRegistry Modifier and Type Field Description protected ExtensionRegistryWSILDocument. extRegistryWS-Inspection extension registry.Methods in org.apache.wsil that return ExtensionRegistry Modifier and Type Method Description ExtensionRegistryWSILDocument. getExtensionRegistry()Get the WS-Inspection extension registry implementation.Methods in org.apache.wsil with parameters of type ExtensionRegistry Modifier and Type Method Description voidWSILDocument. 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.extension Modifier and Type Class Description classExtensionRegistryImplThis class is an implementation of an ExtensionRegistry. -
Uses of ExtensionRegistry in org.apache.wsil.xml
Fields in org.apache.wsil.xml declared as ExtensionRegistry Modifier and Type Field Description protected ExtensionRegistryXMLReader. extRegistryWSIL extension registry.protected ExtensionRegistryXMLWriter. extRegistryWSIL extension registry.
-