Uses of Interface
javax.xml.rpc.handler.HandlerRegistry
-
Packages that use HandlerRegistry Package Description javax.xml.rpc org.apache.axis.client -
-
Uses of HandlerRegistry in javax.xml.rpc
Methods in javax.xml.rpc that return HandlerRegistry Modifier and Type Method Description HandlerRegistry
Service. getHandlerRegistry()
Returns the configuredHandlerRegistry
instance for thisService
instance. -
Uses of HandlerRegistry in org.apache.axis.client
Classes in org.apache.axis.client that implement HandlerRegistry Modifier and Type Class Description protected static class
Service.HandlerRegistryImpl
Methods in org.apache.axis.client that return HandlerRegistry Modifier and Type Method Description HandlerRegistry
Service. getHandlerRegistry()
Returns the configured HandlerRegistry instance for this Service instance.
-