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(WSDLFile wsdl)
          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()
               throws WSServiceException
Create a new instance of URLWSDLHandler.

Throws:
a - new instance of URLWSDLHandler.
WSServiceException
Method Detail

publish

public void publish(WSDLFile wsdl)
             throws WSServiceException
Publish the given WSDL to the url location.

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