Uses of Interface
org.jboss.ws.tools.ExitHandlerFactory
Packages that use ExitHandlerFactory
-
Uses of ExitHandlerFactory in org.jboss.ws.tools
Classes in org.jboss.ws.tools that implement ExitHandlerFactoryModifier and TypeClassDescriptionclassProvides a default implementation ofExitHandler, that is a call toSystem.exit(). -
Uses of ExitHandlerFactory in org.jboss.ws.tools.cmd
Methods in org.jboss.ws.tools.cmd with parameters of type ExitHandlerFactoryModifier and TypeMethodDescriptionstatic voidWSConsume.setExitHandlerFactory(ExitHandlerFactory factory) Tests call this BEFORE calling main() to inject TestExitHandlerFactory.static voidWSProvide.setExitHandlerFactory(ExitHandlerFactory factory) Tests call this BEFORE calling main() to inject TestExitHandlerFactory.