org.codehaus.xfire.java.wsdl
Class JavaWSDLBuilder

java.lang.Object
  |
  +--org.codehaus.plexus.logging.AbstractLogEnabled
        |
        +--org.codehaus.xfire.plexus.PlexusXFireComponent
              |
              +--org.codehaus.xfire.java.wsdl.JavaWSDLBuilder
All Implemented Interfaces:
org.codehaus.plexus.logging.LogEnabled, org.codehaus.plexus.personality.plexus.lifecycle.phase.Serviceable, org.codehaus.xfire.wsdl.WSDLBuilder

public class JavaWSDLBuilder
extends org.codehaus.xfire.plexus.PlexusXFireComponent
implements org.codehaus.xfire.wsdl.WSDLBuilder

Create a WSDL document for a JavaService.

Since:
Apr 7, 2004
Author:
Dan Diephouse

Field Summary
 
Fields inherited from interface org.codehaus.xfire.wsdl.WSDLBuilder
ROLE
 
Constructor Summary
JavaWSDLBuilder()
           
 
Method Summary
 org.codehaus.xfire.wsdl.WSDL createWSDL(org.codehaus.xfire.service.Service s)
           
 
Methods inherited from class org.codehaus.xfire.plexus.PlexusXFireComponent
getServiceLocator, service
 
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.codehaus.xfire.wsdl.WSDLBuilder
 

Constructor Detail

JavaWSDLBuilder

public JavaWSDLBuilder()
Method Detail

createWSDL

public org.codehaus.xfire.wsdl.WSDL createWSDL(org.codehaus.xfire.service.Service s)
                                        throws javax.wsdl.WSDLException
Specified by:
createWSDL in interface org.codehaus.xfire.wsdl.WSDLBuilder
Returns:
javax.wsdl.WSDLException


Copyright © 2004 Codehaus. All Rights Reserved.