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:
GeneratorConstants, ModelVisitor, ModelerConstants

public final class JwsImplGenerator
extends GeneratorBase

Generator for placeholder JWS implementations

Since:
2.2.6

Field Summary
 
Fields inherited from class com.sun.tools.ws.processor.generator.GeneratorBase
cm, donotOverride, model, options, receiver, wsdlLocation
 
Fields inherited from interface com.sun.tools.ws.processor.generator.GeneratorConstants
DOTC, FAULT_CLASS_MEMBER_NAME, GET, IS, JAVA_SRC_SUFFIX, QNAME_SUFFIX, RESPONSE, SIG_INNERCLASS
 
Fields inherited from interface com.sun.tools.ws.processor.modeler.ModelerConstants
ARRAY_LIST_CLASSNAME, ARRAY_STR, BIGDECIMAL_CLASSNAME, BIGINTEGER_CLASSNAME, BOOLEAN_CLASSNAME, BOXED_BOOLEAN_CLASSNAME, BOXED_BYTE_ARRAY_CLASSNAME, BOXED_BYTE_CLASSNAME, BOXED_CHAR_CLASSNAME, BOXED_DOUBLE_CLASSNAME, BOXED_FLOAT_CLASSNAME, BOXED_INTEGER_CLASSNAME, BOXED_LONG_CLASSNAME, BOXED_SHORT_CLASSNAME, BRACKETS, BYTE_ARRAY_CLASSNAME, BYTE_CLASSNAME, CALENDAR_CLASSNAME, CHAR_CLASSNAME, CLASS_CLASSNAME, COLLECTION_CLASSNAME, DATA_HANDLER_CLASSNAME, DATE_CLASSNAME, DOUBLE_CLASSNAME, FALSE_STR, FLOAT_CLASSNAME, HASH_MAP_CLASSNAME, HASH_SET_CLASSNAME, HASHTABLE_CLASSNAME, IMAGE_CLASSNAME, INT_CLASSNAME, IOEXCEPTION_CLASSNAME, JAX_WS_MAP_ENTRY_CLASSNAME, LINKED_LIST_CLASSNAME, LIST_CLASSNAME, LONG_CLASSNAME, MAP_CLASSNAME, MIME_MULTIPART_CLASSNAME, NULL_STR, OBJECT_CLASSNAME, PROPERTIES_CLASSNAME, QNAME_CLASSNAME, SET_CLASSNAME, SHORT_CLASSNAME, SOAPELEMENT_CLASSNAME, SOURCE_CLASSNAME, STACK_CLASSNAME, STRING_ARRAY_CLASSNAME, STRING_CLASSNAME, TREE_MAP_CLASSNAME, TREE_SET_CLASSNAME, URI_CLASSNAME, VECTOR_CLASSNAME, VOID_CLASSNAME, ZERO_STR
 
Method Summary
static java.util.List<java.lang.String> generate(Model model, WsimportOptions options, ErrorReceiver receiver)
           
static boolean moveToImplDestDir(java.util.List<java.lang.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 java.util.List<java.lang.String> generate(Model model,
                                                        WsimportOptions options,
                                                        ErrorReceiver receiver)

moveToImplDestDir

public static boolean moveToImplDestDir(java.util.List<java.lang.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 © 2005-2011 Oracle Corporation. All Rights Reserved.