org.codehaus.xfire.jaxws.gen
Class InterfaceGenerator

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.ServiceInterfaceGenerator
              extended by org.codehaus.xfire.jaxws.gen.InterfaceGenerator
All Implemented Interfaces:
GeneratorPlugin

public class InterfaceGenerator
extends ServiceInterfaceGenerator


Field Summary
 
Fields inherited from class org.codehaus.xfire.gen.jsr181.ServiceInterfaceGenerator
SERVICE_INTERFACE
 
Constructor Summary
InterfaceGenerator()
           
 
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.ServiceInterfaceGenerator
annotate, annotate, annotate, annotate, annotate, annotateOneWay, annotateOutParam, annotateOutParam, annotateReturnType, generate, getClassName, getClassType, isWritten
 
Methods inherited from class org.codehaus.xfire.gen.jsr181.AbstractServiceGenerator
annotate, annotateReturnType, generate, generateFaults, getCurrentService, getReturnType, 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

InterfaceGenerator

public InterfaceGenerator()
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.