org.objectweb.jonas.ws.handler
Interface WSDLHandler

All Known Implementing Classes:
FileWSDLHandler, RegistryWSDLHandler, URLWSDLHandler

public interface WSDLHandler

A WSDL Handler is in charge of wsdl publication management.

Author:
Xavier Delplanque

Method Summary
 void publish(WSDLFile wsdl)
          publish the given wsdl
 

Method Detail

publish

public void publish(WSDLFile wsdl)
             throws WSServiceException
publish the given wsdl

Parameters:
wsdl - the wsdl to publish
Throws:
WSServiceException - if an error occurs at the publishing.