org.codehaus.xfire.gen.jsr181
Class ServiceDescriptorGenerator

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

public class ServiceDescriptorGenerator
extends Object
implements GeneratorPlugin


Constructor Summary
ServiceDescriptorGenerator()
           
 
Method Summary
 void generate(GenerationContext context)
           
 void generate(GenerationContext context, org.jdom.Element servicesEl, QName name, List<org.codehaus.xfire.service.Service> services)
           
 void generate(GenerationContext context, org.jdom.Element servicesEl, org.codehaus.xfire.service.Service service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceDescriptorGenerator

public ServiceDescriptorGenerator()
Method Detail

generate

public void generate(GenerationContext context)
              throws Exception
Specified by:
generate in interface GeneratorPlugin
Throws:
Exception

generate

public void generate(GenerationContext context,
                     org.jdom.Element servicesEl,
                     QName name,
                     List<org.codehaus.xfire.service.Service> services)
              throws Exception
Throws:
Exception

generate

public void generate(GenerationContext context,
                     org.jdom.Element servicesEl,
                     org.codehaus.xfire.service.Service service)
              throws Exception
Throws:
Exception


Copyright © 2004-2013. All Rights Reserved.