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

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

public class SeiGenerator
extends GeneratorBase


Field Summary
 
Fields inherited from class com.sun.tools.ws.processor.generator.GeneratorBase
cm, donotOverride, model, options, receiver, wsdlLocation
 
Constructor Summary
SeiGenerator()
           
 
Method Summary
static void generate(Model model, WsimportOptions options, ErrorReceiver receiver, TJavaGeneratorExtension... extensions)
           
 void init(Model model, WsimportOptions options, ErrorReceiver receiver, TJavaGeneratorExtension... extensions)
           
 void visit(Model model)
           
 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, writeHandlerConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeiGenerator

public SeiGenerator()
Method Detail

generate

public static void generate(Model model,
                            WsimportOptions options,
                            ErrorReceiver receiver,
                            TJavaGeneratorExtension... extensions)

init

public void init(Model model,
                 WsimportOptions options,
                 ErrorReceiver receiver,
                 TJavaGeneratorExtension... extensions)

visit

public void visit(Model model)
           throws Exception
Specified by:
visit in interface ModelVisitor
Overrides:
visit in class GeneratorBase
Throws:
Exception

visit

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


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