org.codehaus.xfire.jaxws.gen
Class ServiceStubGenerator

java.lang.Object
  extended by org.codehaus.xfire.gen.jsr181.AbstractPlugin
      extended by org.codehaus.xfire.gen.jsr181.AbstractServiceGenerator
          extended by org.codehaus.xfire.gen.jsr181.ServiceStubGenerator
              extended by org.codehaus.xfire.jaxws.gen.ServiceStubGenerator
All Implemented Interfaces:
GeneratorPlugin

public class ServiceStubGenerator
extends ServiceStubGenerator


Field Summary
 
Fields inherited from class org.codehaus.xfire.gen.jsr181.ServiceStubGenerator
SERVICE_STUB
 
Constructor Summary
ServiceStubGenerator()
           
 
Method Summary
protected  JClass generateExceptionClass(GenerationContext context, MessagePartInfo part, JMethod method)
           
protected  JType getHolderType(GenerationContext context, MessagePartInfo part)
           
 
Methods inherited from class org.codehaus.xfire.gen.jsr181.ServiceStubGenerator
annotate, annotate, generate, getClassName, getClassType
 
Methods inherited from class org.codehaus.xfire.gen.jsr181.AbstractServiceGenerator
annotate, annotate, annotate, annotate, annotateOneWay, annotateOutParam, annotateOutParam, annotateReturnType, annotateReturnType, generate, generateFaults, getCurrentService, getReturnType, isWritten, setCurrentService
 
Methods inherited from class org.codehaus.xfire.gen.jsr181.AbstractPlugin
getUniqueName, javify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceStubGenerator

public ServiceStubGenerator()
Method Detail

generateExceptionClass

protected JClass generateExceptionClass(GenerationContext context,
                                        MessagePartInfo part,
                                        JMethod method)
                                 throws GenerationException
Overrides:
generateExceptionClass in class AbstractServiceGenerator
Throws:
GenerationException

getHolderType

protected JType getHolderType(GenerationContext context,
                              MessagePartInfo part)
                       throws GenerationException
Overrides:
getHolderType in class AbstractServiceGenerator
Throws:
GenerationException


Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.