Package com.sun.xml.rpc.processor
Interface ProcessorNotificationListener
- All Known Implementing Classes:
CompileTool,DeployTool,EndpointClientCompileTool,EndpointCompileTool
public interface ProcessorNotificationListener
A ProcessorNotificationListener is registered with a Processor and receives
notifications of errors, warnings and informational messages.
- Author:
- JAX-RPC Development Team
-
Method Summary
Modifier and TypeMethodDescriptionvoidonError(Localizable msg) voidonInfo(Localizable msg) voidonWarning(Localizable msg)
-
Method Details
-
onError
-
onWarning
-
onInfo
-