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,
JDefinedClass servCls,
Service service,
JVar serviceVar,
Endpoint endpoint)
|
void |
generate(GenerationContext context,
javax.xml.namespace.QName name,
java.util.List services)
|
protected JVar |
generateService(GenerationContext context,
JDefinedClass servCls,
JMethod constructor,
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 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 JVar generateService(GenerationContext context,
JDefinedClass servCls,
JMethod constructor,
Service service,
int number)
generate
protected void generate(GenerationContext context,
JDefinedClass servCls,
Service service,
JVar serviceVar,
Endpoint endpoint)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.