Interface ModelBuilder

    • Method Detail

      • getOperationName

        String getOperationName​(Name methodName)
      • checkAndSetProcessed

        boolean checkAndSetProcessed​(TypeElement typeElement)
      • isServiceException

        boolean isServiceException​(TypeMirror typeMirror)
        Checks if type is a service specific exception
        Parameters:
        typeMirror - the given element's type
        Returns:
        true if is not a service specific exception as defined by JAX-WS specification
      • isRemote

        boolean isRemote​(TypeElement typeElement)
      • canOverWriteClass

        boolean canOverWriteClass​(String className)
      • getSourceDir

        File getSourceDir()
      • log

        void log​(String msg)
      • processWarning

        void processWarning​(String message)
      • processError

        void processError​(String message)