org.codehaus.xfire.gen.jsr181
Class PortGenerator
java.lang.Object
org.codehaus.xfire.gen.jsr181.AbstractPlugin
org.codehaus.xfire.gen.jsr181.PortGenerator
- All Implemented Interfaces:
- GeneratorPlugin
public class PortGenerator
- extends AbstractPlugin
- implements GeneratorPlugin
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,
QName name,
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortGenerator
public PortGenerator()
generate
public void generate(GenerationContext context)
throws Exception
- Specified by:
generate
in interface GeneratorPlugin
- Throws:
Exception
generate
public void generate(GenerationContext context,
QName name,
List services)
throws Exception
- Throws:
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 Exception
- Throws:
Exception
Copyright © 2004-2013. All Rights Reserved.