com.sun.tools.ws.processor.generator
Class JwsImplGenerator

java.lang.Object
  extended by com.sun.tools.ws.processor.generator.GeneratorBase
      extended by com.sun.tools.ws.processor.generator.JwsImplGenerator
All Implemented Interfaces:
ModelVisitor

public final class JwsImplGenerator
extends GeneratorBase

Generator for placeholder JWS implementations

Since:
2.2.6

Nested Class Summary
(package private) static class JwsImplGenerator.ImplFile
          Inner classes definition
 
Field Summary
 
Fields inherited from class com.sun.tools.ws.processor.generator.GeneratorBase
cm, donotOverride, model, options, receiver, wsdlLocation
 
Method Summary
static List<String> generate(Model model, WsimportOptions options, ErrorReceiver receiver)
           
static boolean moveToImplDestDir(List<String> gImplFiles, WsimportOptions options, ErrorReceiver receiver)
          Move impl files to implDestDir
 void visit(Service service)
           
 
Methods inherited from class com.sun.tools.ws.processor.generator.GeneratorBase
doGeneration, getClass, getJAXWSClassComment, getJAXWSClassComment, init, log, visit, visit, visit, visit, visit, visit, visit, visit, writeHandlerConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

generate

public static List<String> generate(Model model,
                                    WsimportOptions options,
                                    ErrorReceiver receiver)

moveToImplDestDir

public static boolean moveToImplDestDir(List<String> gImplFiles,
                                        WsimportOptions options,
                                        ErrorReceiver receiver)
Move impl files to implDestDir


visit

public void visit(Service service)
Specified by:
visit in interface ModelVisitor
Overrides:
visit in class GeneratorBase


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