org.objectweb.jonas.ws.handler
Class URLWSDLHandler

java.lang.Object
  extended byorg.objectweb.jonas.ws.handler.URLWSDLHandler
All Implemented Interfaces:
WSDLHandler

public class URLWSDLHandler
extends java.lang.Object
implements WSDLHandler

In charge of published a given WSDL to an URL. Not used

Author:
Guillaume Sauthier, Xavier Delplanque

Constructor Summary
URLWSDLHandler()
          Create a new instance of URLWSDLHandler.
 
Method Summary
 void publish(ServiceDesc sd)
          Publish the given WSDL to the url location.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLWSDLHandler

public URLWSDLHandler()
Create a new instance of URLWSDLHandler.

Method Detail

publish

public void publish(ServiceDesc sd)
             throws WSServiceException
Publish the given WSDL to the url location.

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