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 ExtensionRegistry
WSILDocument. extRegistry
WS-Inspection extension registry.Methods in org.apache.wsil that return ExtensionRegistry Modifier and Type Method Description ExtensionRegistry
WSILDocument. getExtensionRegistry()
Get the WS-Inspection extension registry implementation.Methods in org.apache.wsil with parameters of type ExtensionRegistry Modifier and Type Method Description void
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.extension Modifier and Type Class Description class
ExtensionRegistryImpl
This 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 ExtensionRegistry
XMLReader. extRegistry
WSIL extension registry.protected ExtensionRegistry
XMLWriter. extRegistry
WSIL extension registry.
-