org.objectweb.jonas.ws.handler
Interface WSDLHandler

All Known Implementing Classes:
FileWSDLHandler, RegistryWSDLHandler

public interface WSDLHandler

A WSDL Handler is in charge of wsdl publication management.

Author:
Xavier Delplanque

Method Summary
 void publish(ServiceDesc sd)
          publish the given wsdl
 

Method Detail

publish

void publish(ServiceDesc sd)
             throws WSServiceException
publish the given wsdl

Parameters:
sd - the Service containing the WSDL file to publish.
Throws:
WSServiceException - if an error occurs at the publishing.