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

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

public class CustomExceptionGenerator
extends GeneratorBase


Field Summary
 
Fields inherited from class com.sun.tools.ws.processor.generator.GeneratorBase
cm, donotOverride, model, options, receiver, wsdlLocation
 
Constructor Summary
CustomExceptionGenerator()
           
 
Method Summary
static void generate(Model model, WsimportOptions options, ErrorReceiver receiver)
           
 GeneratorBase getGenerator(Model model, WsimportOptions options, ErrorReceiver receiver)
           
 void visit(Fault fault)
           
 
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
 

Constructor Detail

CustomExceptionGenerator

public CustomExceptionGenerator()
Method Detail

generate

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

getGenerator

public GeneratorBase getGenerator(Model model,
                                  WsimportOptions options,
                                  ErrorReceiver receiver)

visit

public void visit(Fault fault)
           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.