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:
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

Constructor Summary
ServiceGenerator()
           
 
Method Summary
 void generate(org.codehaus.xfire.gen.GenerationContext context)
           
 void generate(org.codehaus.xfire.gen.GenerationContext context, QName qname, 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
 

Constructor Detail

ServiceGenerator

public ServiceGenerator()
Method Detail

generate

public void generate(org.codehaus.xfire.gen.GenerationContext context)
              throws Exception
Specified by:
generate in interface org.codehaus.xfire.gen.GeneratorPlugin
Throws:
Exception

generate

public void generate(org.codehaus.xfire.gen.GenerationContext context,
                     QName qname,
                     Collection<org.codehaus.xfire.service.Service> services)
              throws Exception
Throws:
Exception


Copyright © 2004-2013. All Rights Reserved.