com.sun.xml.ws.wsdl.parser
Interface ErrorHandler

All Known Implementing Classes:
InaccessibleWSDLException.Builder

public interface ErrorHandler

listen to static errors found during building a the WSDL Model.


Method Summary
 void error(Throwable e)
          Receives a notification for an error in the annotated code.
 

Method Detail

error

void error(Throwable e)
Receives a notification for an error in the annotated code.



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.