org.codehaus.xfire.jaxws.gen
Class ServiceGenerator
java.lang.Object
org.codehaus.xfire.gen.jsr181.AbstractPlugin
org.codehaus.xfire.jaxws.gen.ServiceGenerator
- All Implemented Interfaces:
- org.codehaus.xfire.gen.GeneratorPlugin
public class ServiceGenerator
- extends org.codehaus.xfire.gen.jsr181.AbstractPlugin
- implements org.codehaus.xfire.gen.GeneratorPlugin
Generates JAX-WS Client Service artifacts.
- Author:
- Dan Diephouse
Method Summary |
void |
generate(org.codehaus.xfire.gen.GenerationContext context)
|
void |
generate(org.codehaus.xfire.gen.GenerationContext context,
javax.xml.namespace.QName qname,
java.util.Collection<org.codehaus.xfire.service.Service> services)
|
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 |
ServiceGenerator
public ServiceGenerator()
generate
public void generate(org.codehaus.xfire.gen.GenerationContext context)
throws java.lang.Exception
- Specified by:
generate
in interface org.codehaus.xfire.gen.GeneratorPlugin
- Throws:
java.lang.Exception
generate
public void generate(org.codehaus.xfire.gen.GenerationContext context,
javax.xml.namespace.QName qname,
java.util.Collection<org.codehaus.xfire.service.Service> services)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2004-2009. All Rights Reserved.