org.codehaus.xfire.jaxws.gen
Class ServiceGenerator

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

public class ServiceGenerator
extends AbstractPlugin
implements GeneratorPlugin

Generates JAX-WS Client Service artifacts.

Author:
Dan Diephouse

Constructor Summary
ServiceGenerator()
           
 
Method Summary
 void generate(GenerationContext context)
           
 void generate(GenerationContext context, javax.xml.namespace.QName qname, java.util.Collection<Service> services)
           
 
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

ServiceGenerator

public ServiceGenerator()
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 qname,
                     java.util.Collection<Service> services)
              throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.