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