org.apache.cxf.tools.wsdl2java.frontend.jaxws
Class JAXWSProfile

java.lang.Object
  extended by org.apache.cxf.tools.wsdl2java.frontend.jaxws.JAXWSProfile
All Implemented Interfaces:
org.apache.cxf.tools.common.FrontEndGeneratorsProfile

public class JAXWSProfile
extends java.lang.Object
implements org.apache.cxf.tools.common.FrontEndGeneratorsProfile

Generates a service interface, service stub, and port accessor.


Constructor Summary
JAXWSProfile()
           
 
Method Summary
 java.util.List<org.apache.cxf.tools.common.FrontEndGenerator> getPlugins()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXWSProfile

public JAXWSProfile()
Method Detail

getPlugins

public java.util.List<org.apache.cxf.tools.common.FrontEndGenerator> getPlugins()
Specified by:
getPlugins in interface org.apache.cxf.tools.common.FrontEndGeneratorsProfile


Copyright © 2006 Apache Software Foundation. All Rights Reserved.