org.codehaus.xfire.gen.jsr181
Class PortGenerator

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

public class PortGenerator
extends AbstractPlugin
implements GeneratorPlugin


Constructor Summary
PortGenerator()
           
 
Method Summary
 void generate(GenerationContext context)
           
protected  void generate(GenerationContext context, com.sun.codemodel.JDefinedClass servCls, org.codehaus.xfire.service.Service service, com.sun.codemodel.JVar serviceVar, org.codehaus.xfire.service.Endpoint endpoint)
           
 void generate(GenerationContext context, javax.xml.namespace.QName name, java.util.List services)
           
protected  com.sun.codemodel.JVar generateService(GenerationContext context, com.sun.codemodel.JDefinedClass servCls, com.sun.codemodel.JMethod constructor, org.codehaus.xfire.service.Service service, int number)
           
 
Methods inherited from class org.codehaus.xfire.gen.jsr181.AbstractPlugin
getPackage, getUniqueName, javify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortGenerator

public PortGenerator()
Method Detail

generate

public void generate(GenerationContext context)
              throws java.lang.Exception
Specified by:
generate in interface GeneratorPlugin
Throws:
java.lang.Exception

generate

public void generate(GenerationContext context,
                     javax.xml.namespace.QName name,
                     java.util.List services)
              throws java.lang.Exception
Throws:
java.lang.Exception

generateService

protected com.sun.codemodel.JVar generateService(GenerationContext context,
                                                 com.sun.codemodel.JDefinedClass servCls,
                                                 com.sun.codemodel.JMethod constructor,
                                                 org.codehaus.xfire.service.Service service,
                                                 int number)

generate

protected void generate(GenerationContext context,
                        com.sun.codemodel.JDefinedClass servCls,
                        org.codehaus.xfire.service.Service service,
                        com.sun.codemodel.JVar serviceVar,
                        org.codehaus.xfire.service.Endpoint endpoint)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2004-2008. All Rights Reserved.